From 05b3137441c930cb8f2ce17838682ca44c95f334 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 21 Apr 2024 13:22:44 +0900 Subject: [PATCH] Release 0.4.10 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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"