Skip to content

Commit dc8c9f8

Browse files
committed
chore: Release
1 parent 4402490 commit dc8c9f8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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.4] - 2025-10-02
810
### Fixed
911
- fix nondeterminism in order of conflicting fields
1012

@@ -102,7 +104,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
102104
- **Breaking Change**: Compile time verify if ident is given through helper
103105
trait
104106

105-
[unreleased]: https://github.com/ModProg/attribute-derive/compare/v0.10.3...HEAD
107+
[unreleased]: https://github.com/ModProg/attribute-derive/compare/v0.10.4...HEAD
108+
[0.10.4]: https://github.com/ModProg/attribute-derive/compare/v0.10.3...v0.10.4
106109
[0.10.3]: https://github.com/ModProg/attribute-derive/compare/v0.10.2...v0.10.3
107110
[0.10.2]: https://github.com/ModProg/attribute-derive/compare/v0.10.1...v0.10.2
108111
[0.10.1]: https://github.com/ModProg/attribute-derive/compare/v0.10.0...v0.10.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.3"
14+
version = "0.10.4"
1515
edition = "2021"
1616

1717
[lib]

0 commit comments

Comments
 (0)