From b12a877287b63a060d31c1ae5cd2cf6884130d02 Mon Sep 17 00:00:00 2001 From: RA <70325462+RAprogramm@users.noreply.github.com> Date: Mon, 27 Jul 2026 11:33:29 +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 b1d69dc..a144b72 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.8](https://github.com/RAprogramm/entity-derive/compare/v0.22.7...v0.22.8) - 2026-07-27 + +### ✨ Features + +- domain operations on the transaction adapter ([#295](https://github.com/RAprogramm/entity-derive/issues/295)) + ## [0.22.7](https://github.com/RAprogramm/entity-derive/compare/v0.22.6...v0.22.7) - 2026-07-27 ### ✨ Features diff --git a/crates/entity-derive-impl/CHANGELOG.md b/crates/entity-derive-impl/CHANGELOG.md index 6e6cf1e..e181c35 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.17](https://github.com/RAprogramm/entity-derive/compare/entity-derive-impl-v0.20.16...entity-derive-impl-v0.20.17) - 2026-07-27 + +### ✨ Features + +- domain operations on the transaction adapter ([#295](https://github.com/RAprogramm/entity-derive/issues/295)) + ## [0.20.16](https://github.com/RAprogramm/entity-derive/compare/entity-derive-impl-v0.20.15...entity-derive-impl-v0.20.16) - 2026-07-27 ### ⚙️ CI diff --git a/crates/entity-derive-impl/Cargo.toml b/crates/entity-derive-impl/Cargo.toml index 262cad3..ad954e9 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.16" +version = "0.20.17" 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 ff2a8ae..070a235 100644 --- a/crates/entity-derive/Cargo.toml +++ b/crates/entity-derive/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "entity-derive" -version = "0.22.7" +version = "0.22.8" edition.workspace = true rust-version.workspace = true authors.workspace = true