From 54d67a77405af3b14d3ce2bb82e32d5393991d51 Mon Sep 17 00:00:00 2001 From: wu-clan Date: Thu, 4 Sep 2025 09:18:23 +0000 Subject: [PATCH] Update changelog for 1.12.0 This commit was created by changelog-from-release in 'Release changelog' CI workflow --- docs/changelog.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 0b4f819..50056fc 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,17 @@ + +# [1.12.0](https://github.com/fastapi-practices/sqlalchemy-crud-plus/releases/tag/1.12.0) - 2025-09-04 + +## What's Changed +* Update changelog for 1.11.0 by [@wu-clan](https://github.com/wu-clan) in [#58](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/58) +* Add deleted time column for logical deletion by [@wu-clan](https://github.com/wu-clan) in [#60](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/60) +* Prepare for 1.12.0 release by [@wu-clan](https://github.com/wu-clan) in [#61](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/61) + + +**Full Changelog**: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.11.0...1.12.0 + +[Changes][1.12.0] + + # [1.11.0](https://github.com/fastapi-practices/sqlalchemy-crud-plus/releases/tag/1.11.0) - 2025-08-31 @@ -192,6 +206,7 @@ CRUD methods have been refactored, check out the documentation for new usage! [Changes][0.0.4] +[1.12.0]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.11.0...1.12.0 [1.11.0]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/v1.10.0...1.11.0 [v1.10.0]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.9.0...v1.10.0 [1.9.0]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.8.0...1.9.0