From 09b4dbdbea45520857e774eee5da94b88836dae5 Mon Sep 17 00:00:00 2001 From: RA <70325462+RAprogramm@users.noreply.github.com> Date: Sat, 4 Jul 2026 13:22:49 +0700 Subject: [PATCH] chore: release --- CHANGELOG.md | 14 ++++++++++++++ crates/entity-derive-impl/CHANGELOG.md | 14 ++++++++++++++ crates/entity-derive-impl/Cargo.toml | 2 +- crates/entity-derive/Cargo.toml | 2 +- 4 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 crates/entity-derive-impl/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 70e5dc0..196720b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# 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.22.1](https://github.com/RAprogramm/entity-derive/compare/v0.22.0...v0.22.1) - 2026-07-04 + +### ✨ Features + +- garde validation backend with translated constraints ([#176](https://github.com/RAprogramm/entity-derive/issues/176))