Skip to content

Commit b2bf30a

Browse files
authored
Update the changelog for 1.13.0 (#77)
1 parent 5ae9f21 commit b2bf30a

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

docs/changelog.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<a id="1.13.0"></a>
2+
# [1.13.0](https://github.com/fastapi-practices/sqlalchemy-crud-plus/releases/tag/1.13.0) - 2025-11-06
3+
4+
## What's Changed
5+
* 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)
6+
* 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)
7+
* 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)
8+
* 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)
9+
* 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)
10+
* 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)
11+
12+
13+
**Full Changelog**: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.12.1...1.13.0
14+
15+
[Changes][1.13.0]
16+
17+
118
<a id="1.12.1"></a>
219
# [1.12.1](https://github.com/fastapi-practices/sqlalchemy-crud-plus/releases/tag/1.12.1) - 2025-10-11
320

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

222239

240+
[1.13.0]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.12.1...1.13.0
223241
[1.12.1]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.12.0...1.12.1
224242
[1.12.0]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.11.0...1.12.0
225243
[1.11.0]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/v1.10.0...1.11.0
@@ -236,4 +254,4 @@ CRUD methods have been refactored, check out the documentation for new usage!
236254
[1.0.0]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/0.0.4...1.0.0
237255
[0.0.4]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/tree/0.0.4
238256

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

0 commit comments

Comments
 (0)