diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ac0e5b..dd43a3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +## [0.1.27] - 2024-03-19 + - Improve support for environments without rustup or nightly toolchain installed. Previously, an explicit `RUSTC_BOOTSTRAP=1` was required but it is no longer required. ## [0.1.26] - 2024-03-10 @@ -139,7 +141,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com Initial release -[Unreleased]: https://github.com/taiki-e/cargo-minimal-versions/compare/v0.1.26...HEAD +[Unreleased]: https://github.com/taiki-e/cargo-minimal-versions/compare/v0.1.27...HEAD +[0.1.27]: https://github.com/taiki-e/cargo-minimal-versions/compare/v0.1.26...v0.1.27 [0.1.26]: https://github.com/taiki-e/cargo-minimal-versions/compare/v0.1.25...v0.1.26 [0.1.25]: https://github.com/taiki-e/cargo-minimal-versions/compare/v0.1.24...v0.1.25 [0.1.24]: https://github.com/taiki-e/cargo-minimal-versions/compare/v0.1.23...v0.1.24 diff --git a/Cargo.toml b/Cargo.toml index bd355d1..aa6c0ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-minimal-versions" -version = "0.1.26" #publish:version +version = "0.1.27" #publish:version edition = "2021" rust-version = "1.70" license = "Apache-2.0 OR MIT"