From e41e4b2534ca29157707c1fe4fc06201e824a025 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 17 Jan 2025 04:09:56 +0900 Subject: [PATCH] Release 0.8.7 --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b3d7a3..023e65c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +## [0.8.7] - 2025-01-16 + - Update `derive_utils` to 0.15. This uses `#[automatically_derived]` on generated impls to improve coverage support. ## [0.8.6] - 2024-08-23 @@ -364,7 +366,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.6...HEAD +[Unreleased]: https://github.com/taiki-e/auto_enums/compare/v0.8.7...HEAD +[0.8.7]: https://github.com/taiki-e/auto_enums/compare/v0.8.6...v0.8.7 [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 diff --git a/Cargo.toml b/Cargo.toml index 6bd293c..6e20bfe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "auto_enums" -version = "0.8.6" #publish:version +version = "0.8.7" #publish:version edition = "2021" rust-version = "1.56" # For syn license = "Apache-2.0 OR MIT"