From e7c077d3ce91a213dd433b98b53aff7464b08da5 Mon Sep 17 00:00:00 2001 From: wu-clan Date: Mon, 5 May 2025 06:54:09 +0000 Subject: [PATCH] Update changelog for 1.9.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 879d396..f6d3653 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,17 @@ + +# [1.9.0](https://github.com/fastapi-practices/sqlalchemy-crud-plus/releases/tag/1.9.0) - 2025-05-05 + +## What's Changed +* Update changelog for 1.8.0 by [@wu-clan](https://github.com/wu-clan) in [#42](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/42) +* Add composite primary key support by [@wu-clan](https://github.com/wu-clan) in [#44](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/44) +* Prepare for 1.9.0 release by [@wu-clan](https://github.com/wu-clan) in [#45](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/45) + + +**Full Changelog**: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.8.0...1.9.0 + +[Changes][1.9.0] + + # [1.8.0](https://github.com/fastapi-practices/sqlalchemy-crud-plus/releases/tag/1.8.0) - 2025-04-27 @@ -146,6 +160,7 @@ CRUD methods have been refactored, check out the documentation for new usage! [Changes][0.0.4] +[1.9.0]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.8.0...1.9.0 [1.8.0]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.7.0...1.8.0 [1.7.0]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.6.0...1.7.0 [1.6.0]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.5.0...1.6.0