From dc8c9f878d5ea7ab8c0c54c10adf802e8666788b Mon Sep 17 00:00:00 2001 From: Roland Fredenhagen Date: Thu, 2 Oct 2025 11:19:15 +0200 Subject: [PATCH] chore: Release --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59d8d0a..e56ad97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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] + +## [0.10.4] - 2025-10-02 ### Fixed - fix nondeterminism in order of conflicting fields @@ -102,7 +104,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.10.3...HEAD +[unreleased]: https://github.com/ModProg/attribute-derive/compare/v0.10.4...HEAD +[0.10.4]: https://github.com/ModProg/attribute-derive/compare/v0.10.3...v0.10.4 [0.10.3]: https://github.com/ModProg/attribute-derive/compare/v0.10.2...v0.10.3 [0.10.2]: https://github.com/ModProg/attribute-derive/compare/v0.10.1...v0.10.2 [0.10.1]: https://github.com/ModProg/attribute-derive/compare/v0.10.0...v0.10.1 diff --git a/Cargo.toml b/Cargo.toml index 78ccbed..9fe5002 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.10.3" +version = "0.10.4" edition = "2021" [lib]