Skip to content

Commit b676fb3

Browse files
committed
chore: Release
1 parent a806bc3 commit b676fb3

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.10.5] - 2025-10-02
810
### Fixed
911
- ensured updated version of macro crate is selected in main crate
1012

@@ -106,7 +108,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
106108
- **Breaking Change**: Compile time verify if ident is given through helper
107109
trait
108110

109-
[unreleased]: https://github.com/ModProg/attribute-derive/compare/v0.10.4...HEAD
111+
[unreleased]: https://github.com/ModProg/attribute-derive/compare/v0.10.5...HEAD
112+
[0.10.5]: https://github.com/ModProg/attribute-derive/compare/v0.10.4...v0.10.5
110113
[0.10.4]: https://github.com/ModProg/attribute-derive/compare/v0.10.3...v0.10.4
111114
[0.10.3]: https://github.com/ModProg/attribute-derive/compare/v0.10.2...v0.10.3
112115
[0.10.2]: https://github.com/ModProg/attribute-derive/compare/v0.10.1...v0.10.2

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
1111
readme = "README.md"
1212
repository = "https://github.com/ModProg/attribute-derive"
1313
name = "attribute-derive"
14-
version = "0.10.4"
14+
version = "0.10.5"
1515
edition = "2021"
1616

1717
[lib]
@@ -28,7 +28,7 @@ syn = "2"
2828
syn-full = ["syn/full"]
2929

3030
[dependencies.attribute-derive-macro]
31-
version = "0.10.4"
31+
version = "0.10.5"
3232
path = "macro"
3333

3434
[dev-dependencies]

macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords = ["derive", "macro"]
77
license = "MIT"
88
readme = "README.md"
99
repository = "https://github.com/ModProg/attribute-derive"
10-
version = "0.10.4"
10+
version = "0.10.5"
1111
edition = "2021"
1212
name = "attribute-derive-macro"
1313

0 commit comments

Comments
 (0)