diff --git a/CHANGELOG.md b/CHANGELOG.md index f6fcd0c..64bc6b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.10.1] - 2024-08-27 ### Fixed - removed accidental debug prints @@ -88,7 +90,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **Breaking Change**: Compile time verify if ident is given through helper trait -[unreleased]: https://github.com/ModProg/attribute-derive/compare/v0.10.0...HEAD +[unreleased]: https://github.com/ModProg/attribute-derive/compare/v0.10.1...HEAD +[0.10.1]: https://github.com/ModProg/attribute-derive/compare/v0.10.0...v0.10.1 [0.10.0]: https://github.com/ModProg/attribute-derive/compare/v0.9.2...v0.10.0 [0.9.2]: https://github.com/ModProg/attribute-derive/compare/v0.9.1...v0.9.2 [0.9.1]: https://github.com/ModProg/attribute-derive/compare/v0.9.0...v0.9.1 diff --git a/Cargo.toml b/Cargo.toml index 73304ee..4593e0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/ModProg/attribute-derive" name = "attribute-derive" -version = "0.10.0" +version = "0.10.1" edition = "2021" [lib] @@ -28,7 +28,7 @@ syn = "2" syn-full = ["syn/full"] [dependencies.attribute-derive-macro] -version = "0.10.0" +version = "0.10.1" path = "macro" [dev-dependencies] diff --git a/macro/Cargo.toml b/macro/Cargo.toml index ec64e8c..b1a2ee2 100644 --- a/macro/Cargo.toml +++ b/macro/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["derive", "macro"] license = "MIT" readme = "README.md" repository = "https://github.com/ModProg/attribute-derive" -version = "0.10.0" +version = "0.10.1" edition = "2021" name = "attribute-derive-macro"