Skip to content

Commit 8239aee

Browse files
authored
Update changelog for 1.9.0 (#46)
1 parent 1c9c52c commit 8239aee

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/changelog.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
<a id="1.9.0"></a>
2+
# [1.9.0](https://github.com/fastapi-practices/sqlalchemy-crud-plus/releases/tag/1.9.0) - 2025-05-05
3+
4+
## What's Changed
5+
* Update changelog for 1.8.0 by [@wu-clan](https://github.com/wu-clan) in [#42](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/42)
6+
* Add composite primary key support by [@wu-clan](https://github.com/wu-clan) in [#44](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/44)
7+
* Prepare for 1.9.0 release by [@wu-clan](https://github.com/wu-clan) in [#45](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/45)
8+
9+
10+
**Full Changelog**: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.8.0...1.9.0
11+
12+
[Changes][1.9.0]
13+
14+
115
<a id="1.8.0"></a>
216
# [1.8.0](https://github.com/fastapi-practices/sqlalchemy-crud-plus/releases/tag/1.8.0) - 2025-04-27
317

@@ -146,6 +160,7 @@ CRUD methods have been refactored, check out the documentation for new usage!
146160
[Changes][0.0.4]
147161

148162

163+
[1.9.0]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.8.0...1.9.0
149164
[1.8.0]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.7.0...1.8.0
150165
[1.7.0]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.6.0...1.7.0
151166
[1.6.0]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.5.0...1.6.0

0 commit comments

Comments
 (0)