Skip to content

Commit 71a5ed9

Browse files
committed
Update changelog for 1.13.2
This commit was created by changelog-from-release in 'Release changelog' CI workflow
1 parent fab7bfc commit 71a5ed9

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

docs/changelog.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
<a id="1.13.2"></a>
2+
# [1.13.2](https://github.com/fastapi-practices/sqlalchemy-crud-plus/releases/tag/1.13.2) - 2026-05-22
3+
4+
## What's Changed
5+
* Update changelog for 1.13.1 by [@wu-clan](https://github.com/wu-clan) in [#80](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/80)
6+
* Add the codecov to test ci by [@wu-clan](https://github.com/wu-clan) in [#81](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/81)
7+
* Update tests to improve coverage by [@wu-clan](https://github.com/wu-clan) in [#82](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/82)
8+
* Remove shebang from python files by [@wu-clan](https://github.com/wu-clan) in [#84](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/84)
9+
* Improve incorrect usage in docs by [@wu-clan](https://github.com/wu-clan) in [#89](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/89)
10+
* Remove the sponsorship from the readme by [@wu-clan](https://github.com/wu-clan) in [#92](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/92)
11+
* Update copyright year to 2026 by [@wu-clan](https://github.com/wu-clan) in [#93](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/93)
12+
* Fix the usage of batch creation returning by [@wu-clan](https://github.com/wu-clan) in [#96](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/96)
13+
* Update prek docs typing and links by [@wu-clan](https://github.com/wu-clan) in [#97](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/97)
14+
* Prepare for 1.13.2 release by [@wu-clan](https://github.com/wu-clan) in [#98](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/98)
15+
16+
17+
**Full Changelog**: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.13.1...1.13.2
18+
19+
[Changes][1.13.2]
20+
21+
122
<a id="1.13.1"></a>
223
# [1.13.1](https://github.com/fastapi-practices/sqlalchemy-crud-plus/releases/tag/1.13.1) - 2025-11-07
324

@@ -253,6 +274,7 @@ CRUD methods have been refactored, check out the documentation for new usage!
253274
[Changes][0.0.4]
254275

255276

277+
[1.13.2]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.13.1...1.13.2
256278
[1.13.1]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.13.0...1.13.1
257279
[1.13.0]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.12.1...1.13.0
258280
[1.12.1]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.12.0...1.12.1

0 commit comments

Comments
 (0)