diff --git a/CHANGELOG.md b/CHANGELOG.md index e822c93..59bf512 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.9] - 2022-01-03 + - Fix detection of `-Z assume-incomplete-release` in recent nightly compilers. ## [0.4.8] - 2021-05-19 @@ -142,7 +144,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.8...HEAD +[Unreleased]: https://github.com/taiki-e/const_fn/compare/v0.4.9...HEAD +[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 [0.4.6]: https://github.com/taiki-e/const_fn/compare/v0.4.5...v0.4.6 diff --git a/Cargo.toml b/Cargo.toml index dbbb25d..1faa815 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "const_fn" -version = "0.4.8" +version = "0.4.9" edition = "2018" rust-version = "1.31" license = "Apache-2.0 OR MIT" diff --git a/tools/publish.sh b/tools/publish.sh index 86b58d3..f1c02c4 100755 --- a/tools/publish.sh +++ b/tools/publish.sh @@ -62,5 +62,6 @@ fi set -x +git push origin main git tag "${tag}" git push origin --tags