Skip to content

Commit de581c5

Browse files
authored
Update changelog for 1.13.1 (#80)
1 parent b2bf30a commit de581c5

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/changelog.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a id="1.13.1"></a>
2+
# [1.13.1](https://github.com/fastapi-practices/sqlalchemy-crud-plus/releases/tag/1.13.1) - 2025-11-07
3+
4+
## What's Changed
5+
* Fix the return of the query with join by [@wu-clan](https://github.com/wu-clan) in [#75](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/75)
6+
* Add the select from to join condition by [@wu-clan](https://github.com/wu-clan) in [#76](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/76)
7+
* Prepare for 1.13.1 release by [@wu-clan](https://github.com/wu-clan) in [#78](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/78)
8+
* Update the relationship docs structure by [@wu-clan](https://github.com/wu-clan) in [#79](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/79)
9+
* Update changelog for 1.13.0 by [@wu-clan](https://github.com/wu-clan) in [#77](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/77)
10+
11+
12+
**Full Changelog**: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.13.0...1.13.1
13+
14+
[Changes][1.13.1]
15+
16+
117
<a id="1.13.0"></a>
218
# [1.13.0](https://github.com/fastapi-practices/sqlalchemy-crud-plus/releases/tag/1.13.0) - 2025-11-06
319

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

239255

256+
[1.13.1]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.13.0...1.13.1
240257
[1.13.0]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.12.1...1.13.0
241258
[1.12.1]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.12.0...1.12.1
242259
[1.12.0]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.11.0...1.12.0

0 commit comments

Comments
 (0)