From c9e9b923a8827501233910ec571dc87f4490ed66 Mon Sep 17 00:00:00 2001 From: Ronny Chevalier Date: Sat, 12 Aug 2023 10:34:01 +0200 Subject: [PATCH] release 0.5.0 --- CHANGELOG.md | 6 +++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c93549b..710d7c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ## [Unreleased] +[Unreleased]: https://github.com/ronnychevalier/cargo-multivers/compare/v0.5.0...HEAD + +## [0.5.0] - 12-08-2023 + ### Changed - `cargo multivers` now stops on the first error it encounters. @@ -19,7 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/). - Removed duplicated error messages. - Do not display a false ETA for the first build. -[Unreleased]: https://github.com/ronnychevalier/cargo-multivers/compare/v0.4.1...HEAD +[0.5.0]: https://github.com/ronnychevalier/cargo-multivers/compare/v0.4.1...v0.5.0 ## [0.4.1] - 18-06-2023 diff --git a/Cargo.lock b/Cargo.lock index 9d71943..1736ee5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -124,7 +124,7 @@ dependencies = [ [[package]] name = "cargo-multivers" -version = "0.4.1" +version = "0.5.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index f3df545..1dc16a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-multivers" -version = "0.4.1" +version = "0.5.0" 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" edition = "2021" readme = "README.md"