diff --git a/CHANGELOG.md b/CHANGELOG.md index 92115b6..d8e9ba7 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.7.0...HEAD + +## [0.7.0] + ### Added - `--color` option to control the color preferences of the output (possible values: auto, always, never. default: auto). @@ -23,7 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/). - Improve how the executable being built is found when parsing cargo messages. - Fix building a binary in a workspace. -[Unreleased]: https://github.com/ronnychevalier/cargo-multivers/compare/v0.6.0...HEAD +[0.7.0]: https://github.com/ronnychevalier/cargo-multivers/compare/v0.6.0...v0.7.0 ## [0.6.0] - 15-12-2023 diff --git a/Cargo.lock b/Cargo.lock index 563366e..2f9de0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -156,7 +156,7 @@ dependencies = [ [[package]] name = "cargo-multivers" -version = "0.6.0" +version = "0.7.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 1d8dcdb..40711d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-multivers" -version = "0.6.0" +version = "0.7.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"