Skip to content

Commit 9fb5cc6

Browse files
authored
chore: bump version to 0.1.4 and release (#16)
1 parent 4c808d1 commit 9fb5cc6

3 files changed

Lines changed: 11 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.1.4] - 2026-02-24
11+
1012
### Breaking
1113

1214
- Updated JSON output schema to `schemas/output_v2.json` to cover admin cluster info and heal outputs
@@ -84,5 +86,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8486
- Secure credential storage in config file (600 permissions on Unix)
8587
- No sensitive data logged in error messages
8688

87-
[Unreleased]: https://github.com/rustfs/cli/compare/v0.1.0...HEAD
89+
[Unreleased]: https://github.com/rustfs/cli/compare/v0.1.4...HEAD
90+
[0.1.4]: https://github.com/rustfs/cli/compare/v0.1.0...v0.1.4
8891
[0.1.0]: https://github.com/rustfs/cli/releases/tag/v0.1.0

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "2"
33
members = ["crates/cli", "crates/core", "crates/s3"]
44

55
[workspace.package]
6-
version = "0.1.3"
6+
version = "0.1.4"
77
edition = "2024"
88
rust-version = "1.92"
99
license = "MIT OR Apache-2.0"
@@ -15,9 +15,9 @@ categories = ["command-line-utilities", "filesystem"]
1515

1616
[workspace.dependencies]
1717
# RustFS Internal Crates
18-
rc-core = { path = "./crates/core", version = "0.1.3" }
19-
rc-s3 = { path = "./crates/s3", version = "0.1.3" }
20-
rustfs-cli = { path = "./crates/cli", version = "0.1.3" }
18+
rc-core = { path = "./crates/core", version = "0.1.4" }
19+
rc-s3 = { path = "./crates/s3", version = "0.1.4" }
20+
rustfs-cli = { path = "./crates/cli", version = "0.1.4" }
2121

2222
# Async runtime
2323
tokio = { version = "1.49", features = ["full"] }

0 commit comments

Comments
 (0)