From f4bc4dfcfb7d12ddc640a3cc9096360b32fbc895 Mon Sep 17 00:00:00 2001 From: RA <70325462+RAprogramm@users.noreply.github.com> Date: Sat, 4 Jul 2026 14:08:19 +0700 Subject: [PATCH] chore(entity-derive-impl): release v0.20.2 --- crates/entity-derive-impl/CHANGELOG.md | 6 ++++++ crates/entity-derive-impl/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/crates/entity-derive-impl/CHANGELOG.md b/crates/entity-derive-impl/CHANGELOG.md index 17b4eba..c409650 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.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 + +- exclude auto fields from INSERT so database defaults apply ([#181](https://github.com/RAprogramm/entity-derive/issues/181)) + ## [0.20.1](https://github.com/RAprogramm/entity-derive/compare/entity-derive-impl-v0.20.0...entity-derive-impl-v0.20.1) - 2026-07-04 ### ✨ Features diff --git a/crates/entity-derive-impl/Cargo.toml b/crates/entity-derive-impl/Cargo.toml index 354cdac..174c7ed 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.1" +version = "0.20.2" edition.workspace = true rust-version.workspace = true authors.workspace = true