File tree 3 files changed +7
-5
lines changed 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.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ Unreleased]
7
+ <!-- ## [Unreleased] -->
8
+ ## [ 0.10.0] - 2024-08-13
8
9
### Added
9
10
- derive ` AttributeIdent ` by default, converting the ` StructIdent ` to ` snake_case `
10
11
- ` AttributeIdent ` implementation for ` Option<impl AttributeIdent> `
@@ -84,7 +85,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
84
85
- ** Breaking Change** : Compile time verify if ident is given through helper
85
86
trait
86
87
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
88
90
[ 0.9.2 ] : https://github.com/ModProg/attribute-derive/compare/v0.9.1...v0.9.2
89
91
[ 0.9.1 ] : https://github.com/ModProg/attribute-derive/compare/v0.9.0...v0.9.1
90
92
[ 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"
11
11
readme = " README.md"
12
12
repository = " https://github.com/ModProg/attribute-derive"
13
13
name = " attribute-derive"
14
- version = " 0.9.2 "
14
+ version = " 0.10.0 "
15
15
edition = " 2021"
16
16
17
17
[lib ]
@@ -28,7 +28,7 @@ syn = "2"
28
28
syn-full = [" syn/full" ]
29
29
30
30
[dependencies .attribute-derive-macro ]
31
- version = " 0.9.2 "
31
+ version = " 0.10.0 "
32
32
path = " macro"
33
33
34
34
[dev-dependencies ]
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ keywords = ["derive", "macro"]
7
7
license = " MIT"
8
8
readme = " README.md"
9
9
repository = " https://github.com/ModProg/attribute-derive"
10
- version = " 0.9.2 "
10
+ version = " 0.10.0 "
11
11
edition = " 2021"
12
12
name = " attribute-derive-macro"
13
13
You can’t perform that action at this time.
0 commit comments