Skip to content

Commit

Permalink
Release 0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jan 16, 2025
1 parent 3f7ff53 commit e41e4b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit e41e4b2

Please sign in to comment.