Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<a id="1.13.0"></a>
# [1.13.0](https://github.com/fastapi-practices/sqlalchemy-crud-plus/releases/tag/1.13.0) - 2025-11-06

## What's Changed
* Add the ty for type checking by [@wu-clan](https://github.com/wu-clan) in [#70](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/70)
* Update changelog for 1.12.1 by [@wu-clan](https://github.com/wu-clan) in [#69](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/69)
* Add logical relationship tests and docs by [@wu-clan](https://github.com/wu-clan) in [#71](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/71)
* Add support for returning join table results by [@wu-clan](https://github.com/wu-clan) in [#72](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/72)
* Prepare for 1.13.0 release by [@wu-clan](https://github.com/wu-clan) in [#73](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/73)
* Fix the docs ci and update uv source by [@wu-clan](https://github.com/wu-clan) in [#74](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/74)


**Full Changelog**: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.12.1...1.13.0

[Changes][1.13.0]


<a id="1.12.1"></a>
# [1.12.1](https://github.com/fastapi-practices/sqlalchemy-crud-plus/releases/tag/1.12.1) - 2025-10-11

Expand Down Expand Up @@ -220,6 +237,7 @@ CRUD methods have been refactored, check out the documentation for new usage!
[Changes][0.0.4]


[1.13.0]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.12.1...1.13.0
[1.12.1]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.12.0...1.12.1
[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
Expand All @@ -236,4 +254,4 @@ CRUD methods have been refactored, check out the documentation for new usage!
[1.0.0]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/0.0.4...1.0.0
[0.0.4]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/tree/0.0.4

<!-- Generated by https://github.com/rhysd/changelog-from-release v3.9.0 -->
<!-- Generated by https://github.com/rhysd/changelog-from-release v3.9.1 -->