From d593e1a23114a22f985b485da63df7146bb47f1a Mon Sep 17 00:00:00 2001 From: wu-clan Date: Mon, 16 Jun 2025 12:17:57 +0000 Subject: [PATCH] Update changelog for v1.10.0 This commit was created by changelog-from-release in 'Release changelog' CI workflow --- docs/changelog.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index f6d3653..abb64d4 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,18 @@ + +# [v1.10.0](https://github.com/fastapi-practices/sqlalchemy-crud-plus/releases/tag/v1.10.0) - 2025-06-16 + +## What's Changed +* Update changelog for 1.9.0 by [@wu-clan](https://github.com/wu-clan) in [#46](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/46) +* Simplify or related operations by [@wu-clan](https://github.com/wu-clan) in [#48](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/48) +* Optimize code structure and test cases by [@wu-clan](https://github.com/wu-clan) in [#49](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/49) +* Add support for relationship select by [@wu-clan](https://github.com/wu-clan) in [#50](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/50) + + +**Full Changelog**: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.9.0...v1.10.0 + +[Changes][v1.10.0] + + # [1.9.0](https://github.com/fastapi-practices/sqlalchemy-crud-plus/releases/tag/1.9.0) - 2025-05-05 @@ -160,6 +175,7 @@ CRUD methods have been refactored, check out the documentation for new usage! [Changes][0.0.4] +[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 [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