From 8322241a406dafc84ab31acd7988b7f22e3de2e9 Mon Sep 17 00:00:00 2001 From: wu-clan Date: Fri, 29 May 2026 09:09:25 +0000 Subject: [PATCH] Update changelog for 1.13.3 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 596f572..2ad7af7 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,18 @@ + +# [1.13.3](https://github.com/fastapi-practices/sqlalchemy-crud-plus/releases/tag/1.13.3) - 2026-05-29 + +## What's Changed +* Migrating from mkdocs to zensical by [@wu-clan](https://github.com/wu-clan) in [#102](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/102) +* Update changelog for 1.13.2 by [@wu-clan](https://github.com/wu-clan) in [#103](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/103) +* Add logical deletion custom column value by [@wu-clan](https://github.com/wu-clan) in [#104](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/104) +* Prepare for 1.13.3 release by [@wu-clan](https://github.com/wu-clan) in [#105](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/105) + + +**Full Changelog**: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.13.2...1.13.3 + +[Changes][1.13.3] + + # [1.13.2](https://github.com/fastapi-practices/sqlalchemy-crud-plus/releases/tag/1.13.2) - 2026-05-22 @@ -274,6 +289,7 @@ CRUD methods have been refactored, check out the documentation for new usage! [Changes][0.0.4] +[1.13.3]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.13.2...1.13.3 [1.13.2]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.13.1...1.13.2 [1.13.1]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.13.0...1.13.1 [1.13.0]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.12.1...1.13.0