File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ Unreleased]
7+ <!-- ## [Unreleased] -->
8+ ## [ 0.10.0] - 2024-08-13
89### Added
910- derive ` AttributeIdent ` by default, converting the ` StructIdent ` to ` snake_case `
1011- ` AttributeIdent ` implementation for ` Option<impl AttributeIdent> `
@@ -84,7 +85,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8485- ** Breaking Change** : Compile time verify if ident is given through helper
8586 trait
8687
87- [ unreleased ] : https://github.com/ModProg/attribute-derive/compare/v0.9.2...HEAD
88+ [ unreleased ] : https://github.com/ModProg/attribute-derive/compare/v0.10.0...HEAD
89+ [ 0.10.0 ] : https://github.com/ModProg/attribute-derive/compare/v0.9.2...v0.10.0
8890[ 0.9.2 ] : https://github.com/ModProg/attribute-derive/compare/v0.9.1...v0.9.2
8991[ 0.9.1 ] : https://github.com/ModProg/attribute-derive/compare/v0.9.0...v0.9.1
9092[ 0.9.0 ] : https://github.com/ModProg/attribute-derive/compare/v0.8.1...v0.9.0
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
1111readme = " README.md"
1212repository = " https://github.com/ModProg/attribute-derive"
1313name = " attribute-derive"
14- version = " 0.9.2 "
14+ version = " 0.10.0 "
1515edition = " 2021"
1616
1717[lib ]
@@ -28,7 +28,7 @@ syn = "2"
2828syn-full = [" syn/full" ]
2929
3030[dependencies .attribute-derive-macro ]
31- version = " 0.9.2 "
31+ version = " 0.10.0 "
3232path = " macro"
3333
3434[dev-dependencies ]
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ keywords = ["derive", "macro"]
77license = " MIT"
88readme = " README.md"
99repository = " https://github.com/ModProg/attribute-derive"
10- version = " 0.9.2 "
10+ version = " 0.10.0 "
1111edition = " 2021"
1212name = " attribute-derive-macro"
1313
You can’t perform that action at this time.
0 commit comments