Skip to content

Commit

Permalink
release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnychevalier committed Aug 12, 2023
1 parent 1e5f258 commit c9e9b92
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.5.0...HEAD

## [0.5.0] - 12-08-2023

### Changed

- `cargo multivers` now stops on the first error it encounters.
Expand All @@ -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

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.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"
Expand Down

0 comments on commit c9e9b92

Please sign in to comment.