Skip to content

Commit c9e9b92

Browse files
release 0.5.0
1 parent 1e5f258 commit c9e9b92

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77

88
## [Unreleased]
99

10+
[Unreleased]: https://github.com/ronnychevalier/cargo-multivers/compare/v0.5.0...HEAD
11+
12+
## [0.5.0] - 12-08-2023
13+
1014
### Changed
1115

1216
- `cargo multivers` now stops on the first error it encounters.
@@ -19,7 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
1923
- Removed duplicated error messages.
2024
- Do not display a false ETA for the first build.
2125

22-
[Unreleased]: https://github.com/ronnychevalier/cargo-multivers/compare/v0.4.1...HEAD
26+
[0.5.0]: https://github.com/ronnychevalier/cargo-multivers/compare/v0.4.1...v0.5.0
2327

2428
## [0.4.1] - 18-06-2023
2529

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 = "cargo-multivers"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
description = "Cargo subcommand to build multiple versions of the same binary, each with a different CPU features set, merged into a single portable optimized binary"
55
edition = "2021"
66
readme = "README.md"

0 commit comments

Comments
 (0)