Skip to content

Commit

Permalink
chore: release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnychevalier committed Dec 18, 2023
1 parent 91b4efb commit 38a598f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 38a598f

Please sign in to comment.