Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ModProg committed Aug 27, 2024
1 parent c4b5456 commit afffef3
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.1] - 2024-08-27
### Fixed
- removed accidental debug prints

Expand Down Expand Up @@ -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
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.0"
version = "0.10.1"
edition = "2021"

[lib]
Expand All @@ -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]
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.0"
version = "0.10.1"
edition = "2021"
name = "attribute-derive-macro"

Expand Down

0 comments on commit afffef3

Please sign in to comment.