Skip to content

Commit 8ea429b

Browse files
chore: release 0.6.0
1 parent ceef122 commit 8ea429b

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77

88
## [Unreleased]
99

10+
[Unreleased]: https://github.com/ronnychevalier/cargo-multivers/compare/v0.6.0...HEAD
11+
12+
## [0.6.0] - 15-12-2023
13+
14+
### Added
15+
16+
- You can now specify the version of the [runner][multivers-runner] with `--runner-version` (defaults to the latest published version of the runner).
17+
1018
### Changed
1119

1220
- The runner no longer depends on a Git repository.
1321
`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.
14-
- The runner has been uploaded to `crates.io` as a separate crate [`multivers-runner`](https://crates.io/crates/multivers-runner).
22+
- The runner has been uploaded to `crates.io` as a separate crate [`multivers-runner`][multivers-runner].
1523
- Update dependencies.
1624
- MSRV is now 1.74.
1725

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

2028
## [0.5.0] - 12-08-2023
2129

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

124132
[0.1.0]: https://github.com/ronnychevalier/cargo-multivers/releases/tag/v0.1.0
133+
134+
[multivers-runner]: https://crates.io/crates/multivers-runner

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.5.0"
3+
version = "0.6.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 = "2021"
66
readme = "README.md"

0 commit comments

Comments
 (0)