Skip to content

Commit

Permalink
chore: release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnychevalier committed Feb 17, 2024
1 parent d14778c commit f0aa718
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]

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

## [0.8.1]

### Changed

- Update dependencies.

[Unreleased]: https://github.com/ronnychevalier/cargo-multivers/compare/v0.8.0...HEAD
### Fixed

- Build of `multivers-runner` with recent nightly

[0.8.1]: https://github.com/ronnychevalier/cargo-multivers/compare/v0.8.0...v0.8.1

## [0.8.0] - 27-12-2023

Expand Down
4 changes: 2 additions & 2 deletions 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.0"
version = "0.8.1"
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
2 changes: 1 addition & 1 deletion multivers-runner/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "multivers-runner"
version = "0.1.0"
version = "0.1.1"
description = "Library to create a portable binary that embeds multiple versions of an executable each using a different CPU feature set"
edition = "2021"
readme = "README.md"
Expand Down

0 comments on commit f0aa718

Please sign in to comment.