Skip to content

Commit d610ca6

Browse files
authored
release: bump version to 0.2.1. (#16)
1 parent 67bc8f2 commit d610ca6

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## 0.2.1 - 09-11-2025
11+
1012
#### Fixed
1113

1214
* Fixed progress showing for remote resource that already exists ([#15](https://github.com/stjude-rust-labs/cloud-copy/pull/15)).

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cloud-copy"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "A library for copying files to and from cloud storage."
55
license = "MIT OR Apache-2.0"
66
edition = "2024"

0 commit comments

Comments
 (0)