chore: bump version to 0.1.4 and release#16
Conversation
Co-authored-by: overtrue <1472352+overtrue@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Prepares the workspace for the 0.1.4 release by bumping crate versions and updating release notes and comparison links.
Changes:
- Bump workspace/package and internal workspace dependency versions from
0.1.3→0.1.4. - Update
Cargo.lockto reflect the new internal crate versions. - Add a
0.1.4section toCHANGELOG.mdand update the comparison links.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
Cargo.toml |
Updates workspace/package version and internal crate dependency versions to 0.1.4. |
Cargo.lock |
Updates locked versions for rc-core, rc-s3, and rustfs-cli to 0.1.4. |
CHANGELOG.md |
Creates the 0.1.4 release section and adjusts compare links for release navigation. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| [Unreleased]: https://github.com/rustfs/cli/compare/v0.1.4...HEAD | ||
| [0.1.4]: https://github.com/rustfs/cli/compare/v0.1.0...v0.1.4 |
There was a problem hiding this comment.
The new [0.1.4] comparison link points to v0.1.0...v0.1.4, but the project version is being bumped from 0.1.3 to 0.1.4. Unless there were no 0.1.1–0.1.3 releases/tags, this link should likely compare from the previous release tag (e.g., v0.1.3...v0.1.4) and/or add the missing intermediate release entries/links so the changelog navigation matches the actual version history.
Releases version
0.1.4of the workspace.Changes
Cargo.toml— Bumps[workspace.package] versionand all internal dependency pins (rc-core,rc-s3,rustfs-cli) from0.1.3→0.1.4Cargo.lock— Regenerated to reflect updated versionsCHANGELOG.md— Promotes Unreleased entries to[0.1.4] - 2026-02-24; updates comparison links accordingly💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.