# 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.4](https://github.com/RAprogramm/entity-derive/compare/entity-core-v0.10.3...entity-core-v0.10.4) - 2026-07-27
### ๐ Bug Fixes
- reach the runtime through the facade in generated code ([#247](https://github.com/RAprogramm/entity-derive/issues/247))
### ๐งช Testing
- execute commands, guards, transitions and the OpenAPI document ([#263](https://github.com/RAprogramm/entity-derive/issues/263))
- execute the remaining generated SQL surfaces against Postgres ([#255](https://github.com/RAprogramm/entity-derive/issues/255))
## [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
- runtime schema assertion for entities ([#225](https://github.com/RAprogramm/entity-derive/issues/225))
## [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))