diff --git a/CHANGELOG.md b/CHANGELOG.md index e97b6270..7115442a 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.8.2] - 2023-08-10 + - Update `syn` to 2. ([#158](https://github.com/taiki-e/auto_enums/pull/158), thanks @cuviper) ## [0.8.1] - 2023-06-29 @@ -340,7 +342,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/auto_enums/compare/v0.8.1...HEAD +[Unreleased]: https://github.com/taiki-e/auto_enums/compare/v0.8.2...HEAD +[0.8.2]: https://github.com/taiki-e/auto_enums/compare/v0.8.1...v0.8.2 [0.8.1]: https://github.com/taiki-e/auto_enums/compare/v0.8.0...v0.8.1 [0.8.0]: https://github.com/taiki-e/auto_enums/compare/v0.7.12...v0.8.0 [0.7.12]: https://github.com/taiki-e/auto_enums/compare/v0.7.11...v0.7.12 diff --git a/Cargo.toml b/Cargo.toml index e7addbc2..c3e5aceb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "auto_enums" -version = "0.8.1" +version = "0.8.2" edition = "2018" rust-version = "1.56" license = "Apache-2.0 OR MIT"