Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ModProg committed Aug 13, 2024
1 parent fc35f8f commit 058deac
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ All notable changes to this project will be documented in this file.
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]
<!-- ## [Unreleased] -->
## [0.10.0] - 2024-08-13
### Added
- derive `AttributeIdent` by default, converting the `StructIdent` to `snake_case`
- `AttributeIdent` implementation for `Option<impl AttributeIdent>`
Expand Down Expand Up @@ -84,7 +85,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.9.2...HEAD
[unreleased]: https://github.com/ModProg/attribute-derive/compare/v0.10.0...HEAD
[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
[0.9.0]: https://github.com/ModProg/attribute-derive/compare/v0.8.1...v0.9.0
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.9.2"
version = "0.10.0"
edition = "2021"

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

[dependencies.attribute-derive-macro]
version = "0.9.2"
version = "0.10.0"
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.9.2"
version = "0.10.0"
edition = "2021"
name = "attribute-derive-macro"

Expand Down

0 comments on commit 058deac

Please sign in to comment.