Skip to content

Commit bf98569

Browse files
chore: release 0.9.0
1 parent 3a5ff09 commit bf98569

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77

88
## [Unreleased]
99

10+
[Unreleased]: https://github.com/ronnychevalier/cargo-multivers/compare/v0.9.0...HEAD
11+
12+
## [0.9.0] - 26-07-2024
13+
1014
### Added
1115

1216
- 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)).
@@ -16,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
1620
- Update dependencies.
1721
- MSRV is now 1.80.
1822

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

2125
## [0.8.1] - 17-02-2024
2226

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-multivers"
3-
version = "0.8.1"
3+
version = "0.9.0"
44
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"
55
edition.workspace = true
66
readme = "README.md"

0 commit comments

Comments
 (0)