Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ModProg committed Oct 30, 2024
1 parent 9b5119e commit 5bf1eb7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2] - 2024-10-30
### Added
- published `impl_Attribute_for_Parse_and_ToTokens!` to "derive" `AttributeValue` traits via existing `Parse` and `ToTokens` implementation.

Expand Down Expand Up @@ -92,7 +94,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.1...HEAD
[unreleased]: https://github.com/ModProg/attribute-derive/compare/v0.10.2...HEAD
[0.10.2]: https://github.com/ModProg/attribute-derive/compare/v0.10.1...v0.10.2
[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
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1"
version = "0.10.2"
edition = "2021"

[lib]
Expand All @@ -28,7 +28,7 @@ syn = "2"
syn-full = ["syn/full"]

[dependencies.attribute-derive-macro]
version = "0.10.1"
version = "0.10.2"
path = "macro"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["derive", "macro"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/ModProg/attribute-derive"
version = "0.10.1"
version = "0.10.2"
edition = "2021"
name = "attribute-derive-macro"

Expand Down

0 comments on commit 5bf1eb7

Please sign in to comment.