Skip to content

Commit f0aa718

Browse files
chore: release 0.8.1
1 parent d14778c commit f0aa718

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
[Unreleased]: https://github.com/ronnychevalier/cargo-multivers/compare/v0.8.1...HEAD
11+
12+
## [0.8.1]
13+
1014
### Changed
1115

1216
- Update dependencies.
1317

14-
[Unreleased]: https://github.com/ronnychevalier/cargo-multivers/compare/v0.8.0...HEAD
18+
### Fixed
19+
20+
- Build of `multivers-runner` with recent nightly
21+
22+
[0.8.1]: https://github.com/ronnychevalier/cargo-multivers/compare/v0.8.0...v0.8.1
1523

1624
## [0.8.0] - 27-12-2023
1725

Cargo.lock

Lines changed: 2 additions & 2 deletions
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.0"
3+
version = "0.8.1"
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 = "2021"
66
readme = "README.md"

multivers-runner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "multivers-runner"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Library to create a portable binary that embeds multiple versions of an executable each using a different CPU feature set"
55
edition = "2021"
66
readme = "README.md"

0 commit comments

Comments
 (0)