Skip to content

Commit

Permalink
release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnychevalier committed May 20, 2023
1 parent 4233cfb commit e8d587e
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.4.0...HEAD

## [0.4.0] - 20-05-2023

### Changed

- Changed the runner to use compressed binary patches instead of compressing each version to reduce the size of the resulting runner.
Expand All @@ -15,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
- Updated dependencies
- Improved the error messages of the runner's build script.

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

## [0.3.2] - 14-04-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.3.2"
version = "0.4.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 e8d587e

Please sign in to comment.