From 50c8c9e3d5d59d4d27a9767e5a8d28f399ab646c Mon Sep 17 00:00:00 2001 From: RA <70325462+RAprogramm@users.noreply.github.com> Date: Sat, 4 Jul 2026 14:42:10 +0700 Subject: [PATCH] chore: release --- CHANGELOG.md | 6 ++++++ crates/entity-derive-impl/CHANGELOG.md | 6 ++++++ crates/entity-derive-impl/Cargo.toml | 2 +- crates/entity-derive/Cargo.toml | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 196720b..a351ce3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased](https://github.com/RAprogramm/entity-derive/compare/v0.22.0...HEAD) +## [0.22.2](https://github.com/RAprogramm/entity-derive/compare/v0.22.1...v0.22.2) - 2026-07-04 + +### 🐛 Bug Fixes + +- emit feature-dependent derives at expansion time instead of consumer cfgs ([#186](https://github.com/RAprogramm/entity-derive/issues/186)) + ### 🔧 Miscellaneous - Publish wiki from in-repo sources on merge to main (#174) ([8475551](https://github.com/RAprogramm/entity-derive/commit/84755518dc57af96bde856d8a3526249df8b2f83)) by [@RAprogramm](https://github.com/RAprogramm) in [#174](https://github.com/RAprogramm/entity-derive/pull/174) diff --git a/crates/entity-derive-impl/CHANGELOG.md b/crates/entity-derive-impl/CHANGELOG.md index c409650..81ed9c7 100644 --- a/crates/entity-derive-impl/CHANGELOG.md +++ b/crates/entity-derive-impl/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.20.3](https://github.com/RAprogramm/entity-derive/compare/entity-derive-impl-v0.20.2...entity-derive-impl-v0.20.3) - 2026-07-04 + +### 🐛 Bug Fixes + +- emit feature-dependent derives at expansion time instead of consumer cfgs ([#186](https://github.com/RAprogramm/entity-derive/issues/186)) + ## [0.20.2](https://github.com/RAprogramm/entity-derive/compare/entity-derive-impl-v0.20.1...entity-derive-impl-v0.20.2) - 2026-07-04 ### 🐛 Bug Fixes diff --git a/crates/entity-derive-impl/Cargo.toml b/crates/entity-derive-impl/Cargo.toml index dce638a..4d7e850 100644 --- a/crates/entity-derive-impl/Cargo.toml +++ b/crates/entity-derive-impl/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "entity-derive-impl" -version = "0.20.2" +version = "0.20.3" edition.workspace = true rust-version.workspace = true authors.workspace = true diff --git a/crates/entity-derive/Cargo.toml b/crates/entity-derive/Cargo.toml index 0c47c59..833b054 100644 --- a/crates/entity-derive/Cargo.toml +++ b/crates/entity-derive/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "entity-derive" -version = "0.22.1" +version = "0.22.2" edition.workspace = true rust-version.workspace = true authors.workspace = true