Skip to content

Commit

Permalink
chore: release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnychevalier committed Jul 26, 2024
1 parent 3a5ff09 commit bf98569
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.9.0...HEAD

## [0.9.0] - 26-07-2024

### Added

- Define default CPUs for `x86-64` using [microarchitecture levels](https://en.wikipedia.org/wiki/X86-64#Microarchitecture_levels): `x86-64,x86-64-v2,x86-64-v3,x86-64-v4`. It helps to limit build times ([#6](https://github.com/ronnychevalier/cargo-multivers/issues/6)).
Expand All @@ -16,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
- Update dependencies.
- MSRV is now 1.80.

[Unreleased]: https://github.com/ronnychevalier/cargo-multivers/compare/v0.8.1...HEAD
[0.9.0]: https://github.com/ronnychevalier/cargo-multivers/compare/v0.8.1...v0.9.0

## [0.8.1] - 17-02-2024

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.8.1"
version = "0.9.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.workspace = true
readme = "README.md"
Expand Down

0 comments on commit bf98569

Please sign in to comment.