Skip to content

Commit 7b5e0da

Browse files
authored
Update changelog for 1.12.0 (#62)
1 parent e4aa50f commit 7b5e0da

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
<a id="1.12.0"></a>
2+
# [1.12.0](https://github.com/fastapi-practices/sqlalchemy-crud-plus/releases/tag/1.12.0) - 2025-09-04
3+
4+
## What's Changed
5+
* Update changelog for 1.11.0 by [@wu-clan](https://github.com/wu-clan) in [#58](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/58)
6+
* Add deleted time column for logical deletion by [@wu-clan](https://github.com/wu-clan) in [#60](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/60)
7+
* Prepare for 1.12.0 release by [@wu-clan](https://github.com/wu-clan) in [#61](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/61)
8+
9+
10+
**Full Changelog**: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.11.0...1.12.0
11+
12+
[Changes][1.12.0]
13+
14+
115
<a id="1.11.0"></a>
216
# [1.11.0](https://github.com/fastapi-practices/sqlalchemy-crud-plus/releases/tag/1.11.0) - 2025-08-31
317

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

194208

209+
[1.12.0]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.11.0...1.12.0
195210
[1.11.0]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/v1.10.0...1.11.0
196211
[v1.10.0]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.9.0...v1.10.0
197212
[1.9.0]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.8.0...1.9.0

0 commit comments

Comments
 (0)