From 87e58014985d2bf53c24b386cc78c8630a19982e Mon Sep 17 00:00:00 2001 From: RA <70325462+RAprogramm@users.noreply.github.com> Date: Sun, 5 Jul 2026 11:36:59 +0700 Subject: [PATCH] chore: release --- crates/entity-core/CHANGELOG.md | 14 ++++++++++++++ crates/entity-core/Cargo.toml | 2 +- crates/entity-derive-impl/CHANGELOG.md | 6 ++++++ crates/entity-derive-impl/Cargo.toml | 2 +- 4 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 crates/entity-core/CHANGELOG.md diff --git a/crates/entity-core/CHANGELOG.md b/crates/entity-core/CHANGELOG.md new file mode 100644 index 0000000..acc3094 --- /dev/null +++ b/crates/entity-core/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +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.1](https://github.com/RAprogramm/entity-derive/compare/entity-core-v0.10.0...entity-core-v0.10.1) - 2026-07-05 + +### ✨ Features + +- declarative state-machine transitions on the transaction adapter ([#223](https://github.com/RAprogramm/entity-derive/issues/223)) diff --git a/crates/entity-core/Cargo.toml b/crates/entity-core/Cargo.toml index b1d916a..acf332f 100644 --- a/crates/entity-core/Cargo.toml +++ b/crates/entity-core/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "entity-core" -version = "0.10.0" +version = "0.10.1" 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 4ee3d7e..9e4e064 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.13](https://github.com/RAprogramm/entity-derive/compare/entity-derive-impl-v0.20.12...entity-derive-impl-v0.20.13) - 2026-07-05 + +### ✨ Features + +- declarative state-machine transitions on the transaction adapter ([#223](https://github.com/RAprogramm/entity-derive/issues/223)) + ## [0.20.12](https://github.com/RAprogramm/entity-derive/compare/entity-derive-impl-v0.20.11...entity-derive-impl-v0.20.12) - 2026-07-05 ### ✨ Features diff --git a/crates/entity-derive-impl/Cargo.toml b/crates/entity-derive-impl/Cargo.toml index d678e2e..8b3c595 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.12" +version = "0.20.13" edition.workspace = true rust-version.workspace = true authors.workspace = true