Skip to content

Commit 3ead8cd

Browse files
authored
Update changelog for 1.12.1 (#69)
1 parent 1196fe6 commit 3ead8cd

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

docs/changelog.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
<a id="1.12.1"></a>
2+
# [1.12.1](https://github.com/fastapi-practices/sqlalchemy-crud-plus/releases/tag/1.12.1) - 2025-10-11
3+
4+
## What's Changed
5+
* Update changelog for 1.12.0 by [@wu-clan](https://github.com/wu-clan) in [#62](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/62)
6+
* Update DML execution result type cast by [@wu-clan](https://github.com/wu-clan) in [#67](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/67)
7+
* Prepare for 1.12.1 release by [@wu-clan](https://github.com/wu-clan) in [#68](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/68)
8+
9+
10+
**Full Changelog**: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.12.0...1.12.1
11+
12+
[Changes][1.12.1]
13+
14+
115
<a id="1.12.0"></a>
216
# [1.12.0](https://github.com/fastapi-practices/sqlalchemy-crud-plus/releases/tag/1.12.0) - 2025-09-04
317

@@ -30,7 +44,7 @@
3044

3145

3246
<a id="v1.10.0"></a>
33-
# [v1.10.0](https://github.com/fastapi-practices/sqlalchemy-crud-plus/releases/tag/v1.10.0) - 2025-06-16
47+
# [1.10.0 (v1.10.0)](https://github.com/fastapi-practices/sqlalchemy-crud-plus/releases/tag/v1.10.0) - 2025-06-16
3448

3549
## What's Changed
3650
* Update changelog for 1.9.0 by [@wu-clan](https://github.com/wu-clan) in [#46](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/46)
@@ -206,6 +220,7 @@ CRUD methods have been refactored, check out the documentation for new usage!
206220
[Changes][0.0.4]
207221

208222

223+
[1.12.1]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.12.0...1.12.1
209224
[1.12.0]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.11.0...1.12.0
210225
[1.11.0]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/v1.10.0...1.11.0
211226
[v1.10.0]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.9.0...v1.10.0

0 commit comments

Comments
 (0)