Skip to content

Commit eca61cb

Browse files
authored
Update changelog for 1.11.0 (#58)
1 parent 5afd0bc commit eca61cb

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/changelog.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<a id="1.11.0"></a>
2+
# [1.11.0](https://github.com/fastapi-practices/sqlalchemy-crud-plus/releases/tag/1.11.0) - 2025-08-31
3+
4+
## What's Changed
5+
* Update changelog for v1.10.0 by [@wu-clan](https://github.com/wu-clan) in [#52](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/52)
6+
* Add bulk create and update methods by [@wu-clan](https://github.com/wu-clan) in [#53](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/53)
7+
* Add the join condition onclause support by [@wu-clan](https://github.com/wu-clan) in [#54](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/54)
8+
* Optimize document layout and content by [@wu-clan](https://github.com/wu-clan) in [#55](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/55)
9+
* Prepare for 1.11.0 release by [@wu-clan](https://github.com/wu-clan) in [#56](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/56)
10+
* Update pyproject to dynamic version number by [@wu-clan](https://github.com/wu-clan) in [#57](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/57)
11+
12+
13+
**Full Changelog**: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/v1.10.0...1.11.0
14+
15+
[Changes][1.11.0]
16+
17+
118
<a id="v1.10.0"></a>
219
# [v1.10.0](https://github.com/fastapi-practices/sqlalchemy-crud-plus/releases/tag/v1.10.0) - 2025-06-16
320

@@ -175,6 +192,7 @@ CRUD methods have been refactored, check out the documentation for new usage!
175192
[Changes][0.0.4]
176193

177194

195+
[1.11.0]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/v1.10.0...1.11.0
178196
[v1.10.0]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.9.0...v1.10.0
179197
[1.9.0]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.8.0...1.9.0
180198
[1.8.0]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.7.0...1.8.0

0 commit comments

Comments
 (0)