Skip to content

Commit

Permalink
chore: release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnychevalier committed Dec 15, 2023
1 parent ceef122 commit 8ea429b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]

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

## [0.6.0] - 15-12-2023

### Added

- You can now specify the version of the [runner][multivers-runner] with `--runner-version` (defaults to the latest published version of the runner).

### Changed

- The runner no longer depends on a Git repository.
`std_detect` has been forked and an up-to-date version called `notstd_detect` has been uploaded to `crates.io` to access the required features.
- The runner has been uploaded to `crates.io` as a separate crate [`multivers-runner`](https://crates.io/crates/multivers-runner).
- The runner has been uploaded to `crates.io` as a separate crate [`multivers-runner`][multivers-runner].
- Update dependencies.
- MSRV is now 1.74.

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

## [0.5.0] - 12-08-2023

Expand Down Expand Up @@ -122,3 +130,5 @@ cpus = ["generic", "alderlake", "skylake", "sandybridge", "ivybridge"]
This was the initial release of `cargo-multivers`.

[0.1.0]: https://github.com/ronnychevalier/cargo-multivers/releases/tag/v0.1.0

[multivers-runner]: https://crates.io/crates/multivers-runner
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.5.0"
version = "0.6.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 8ea429b

Please sign in to comment.