From 61141ace8e82374309616fb9465a5472e49238bc Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 24 Aug 2024 02:20:09 +0900 Subject: [PATCH] Release 0.8.6 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8882cc7..b05ab05 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.6] - 2024-08-23 + - Disable `derive` feature of `syn` dependency. ## [0.8.5] - 2024-01-27 @@ -358,7 +360,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.5...HEAD +[Unreleased]: https://github.com/taiki-e/auto_enums/compare/v0.8.6...HEAD +[0.8.6]: https://github.com/taiki-e/auto_enums/compare/v0.8.5...v0.8.6 [0.8.5]: https://github.com/taiki-e/auto_enums/compare/v0.8.4...v0.8.5 [0.8.4]: https://github.com/taiki-e/auto_enums/compare/v0.8.3...v0.8.4 [0.8.3]: https://github.com/taiki-e/auto_enums/compare/v0.8.2...v0.8.3 diff --git a/Cargo.toml b/Cargo.toml index 4446cb0..f4f867a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "auto_enums" -version = "0.8.5" #publish:version +version = "0.8.6" #publish:version edition = "2021" rust-version = "1.56" license = "Apache-2.0 OR MIT"