From fccfe79dc0c3ea7651d04a8f4af4c2e63f8ae086 Mon Sep 17 00:00:00 2001 From: RA <70325462+RAprogramm@users.noreply.github.com> Date: Tue, 21 Jul 2026 07:21:03 +0700 Subject: [PATCH] chore: release --- CHANGELOG.md | 6 ++++++ crates/entity-core/CHANGELOG.md | 6 ++++++ crates/entity-core/Cargo.toml | 2 +- crates/entity-derive-impl/CHANGELOG.md | 6 ++++++ crates/entity-derive-impl/Cargo.toml | 2 +- crates/entity-derive/Cargo.toml | 2 +- 6 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 084fc24..26d67ac 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.6](https://github.com/RAprogramm/entity-derive/compare/v0.22.5...v0.22.6) - 2026-07-21 + +### ✨ Features + +- derive utoipa::ToSchema on joined read models under the api feature ([#228](https://github.com/RAprogramm/entity-derive/issues/228)) + ## [0.22.5](https://github.com/RAprogramm/entity-derive/compare/v0.22.4...v0.22.5) - 2026-07-05 ### ✨ Features diff --git a/crates/entity-core/CHANGELOG.md b/crates/entity-core/CHANGELOG.md index 66b46de..2b99b4f 100644 --- a/crates/entity-core/CHANGELOG.md +++ b/crates/entity-core/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.3](https://github.com/RAprogramm/entity-derive/compare/entity-core-v0.10.2...entity-core-v0.10.3) - 2026-07-21 + +### 🐛 Bug Fixes + +- fold time/timetz types in schema drift normalizer ([#233](https://github.com/RAprogramm/entity-derive/issues/233)) + ## [0.10.2](https://github.com/RAprogramm/entity-derive/compare/entity-core-v0.10.1...entity-core-v0.10.2) - 2026-07-05 ### ✨ Features diff --git a/crates/entity-core/Cargo.toml b/crates/entity-core/Cargo.toml index 5274318..c908ee6 100644 --- a/crates/entity-core/Cargo.toml +++ b/crates/entity-core/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "entity-core" -version = "0.10.2" +version = "0.10.3" edition.workspace = true rust-version.workspace = true authors.workspace = true diff --git a/crates/entity-derive-impl/CHANGELOG.md b/crates/entity-derive-impl/CHANGELOG.md index 15d375b..47d8956 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.15](https://github.com/RAprogramm/entity-derive/compare/entity-derive-impl-v0.20.14...entity-derive-impl-v0.20.15) - 2026-07-21 + +### ✨ Features + +- derive utoipa::ToSchema on joined read models under the api feature ([#228](https://github.com/RAprogramm/entity-derive/issues/228)) + ## [0.20.14](https://github.com/RAprogramm/entity-derive/compare/entity-derive-impl-v0.20.13...entity-derive-impl-v0.20.14) - 2026-07-05 ### ✨ Features diff --git a/crates/entity-derive-impl/Cargo.toml b/crates/entity-derive-impl/Cargo.toml index 6ac9e83..ec00789 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.14" +version = "0.20.15" 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 a80b871..291c743 100644 --- a/crates/entity-derive/Cargo.toml +++ b/crates/entity-derive/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "entity-derive" -version = "0.22.5" +version = "0.22.6" edition.workspace = true rust-version.workspace = true authors.workspace = true