From cf39457d56e9a96c996b7134f64cc1235aa3b9e5 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Wed, 19 May 2021 20:34:22 +0900 Subject: [PATCH] Release 0.4.8 --- CHANGELOG.md | 6 +++++- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9775e8..6c03b59 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.8] - 2021-05-19 + - [Fix parsing of macro metavariable in attribute arguments.](https://github.com/taiki-e/const_fn/pull/37) ## [0.4.7] - 2021-04-17 @@ -138,7 +140,9 @@ 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.6...HEAD +[Unreleased]: https://github.com/taiki-e/const_fn/compare/v0.4.8...HEAD +[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 [0.4.5]: https://github.com/taiki-e/const_fn/compare/v0.4.4...v0.4.5 [0.4.4]: https://github.com/taiki-e/const_fn/compare/v0.4.3...v0.4.4 diff --git a/Cargo.toml b/Cargo.toml index f98104c..58acda8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "const_fn" -version = "0.4.7" +version = "0.4.8" authors = ["Taiki Endo "] edition = "2018" license = "Apache-2.0 OR MIT"