Skip to content

Commit 1034447

Browse files
authored
release: bump version. (#20)
This bumps the version of the crate for a `0.3.0` release.
1 parent 418191e commit 1034447

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.3.0 - 09-15-2025
11+
1012
#### Added
1113

1214
* Display an indeterminate progress bar on event stream lag ([#19](https://github.com/stjude-rust-labs/cloud-copy/pull/19)).

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.1"
3+
version = "0.3.0"
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)