diff --git a/CHANGELOG.md b/CHANGELOG.md index 70ec588..aea0cfd 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.4.10] - 2024-04-21 + - Respect `RUSTC_WRAPPER` in rustc version detection. ## [0.4.9] - 2022-01-03 @@ -146,7 +148,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/const_fn/compare/v0.4.9...HEAD +[Unreleased]: https://github.com/taiki-e/const_fn/compare/v0.4.10...HEAD +[0.4.10]: https://github.com/taiki-e/const_fn/compare/v0.4.9...v0.4.10 [0.4.9]: https://github.com/taiki-e/const_fn/compare/v0.4.8...v0.4.9 [0.4.8]: https://github.com/taiki-e/const_fn/compare/v0.4.7...v0.4.8 [0.4.7]: https://github.com/taiki-e/const_fn/compare/v0.4.6...v0.4.7 diff --git a/Cargo.toml b/Cargo.toml index 82043b6..7e37bff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "const_fn" -version = "0.4.9" #publish:version +version = "0.4.10" #publish:version edition = "2018" rust-version = "1.31" license = "Apache-2.0 OR MIT"