Skip to content

Commit 14799e6

Browse files
authored
Update changelog for 1.7.0 (#39)
1 parent f753b7e commit 14799e6

File tree

1 file changed

+145
-0
lines changed

1 file changed

+145
-0
lines changed

docs/changelog.md

+145
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,145 @@
1+
<a id="1.7.0"></a>
2+
# [1.7.0](https://github.com/fastapi-practices/sqlalchemy-crud-plus/releases/tag/1.7.0) - 2025-04-13
3+
4+
## What's Changed
5+
* Update website and repository url by [@wu-clan](https://github.com/wu-clan) in [#34](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/34)
6+
* Add count and exists usages by [@wu-clan](https://github.com/wu-clan) in [#37](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/37)
7+
* Prepare for 1.7.0 release by [@wu-clan](https://github.com/wu-clan) in [#38](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/38)
8+
9+
10+
**Full Changelog**: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.6.0...1.7.0
11+
12+
[Changes][1.7.0]
13+
14+
15+
<a id="1.6.0"></a>
16+
# [1.6.0](https://github.com/fastapi-practices/sqlalchemy-crud-plus/releases/tag/1.6.0) - 2024-11-09
17+
18+
## What's Changed
19+
* Add the flush usage by [@wu-clan](https://github.com/wu-clan) in [#32](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/32)
20+
* Prepare for 1.6.0 release by [@wu-clan](https://github.com/wu-clan) in [#33](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/33)
21+
22+
23+
**Full Changelog**: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.5.0...1.6.0
24+
25+
[Changes][1.6.0]
26+
27+
28+
<a id="1.5.0"></a>
29+
# [1.5.0](https://github.com/fastapi-practices/sqlalchemy-crud-plus/releases/tag/1.5.0) - 2024-11-03
30+
31+
## What's Changed
32+
* Update some usage documents by [@wu-clan](https://github.com/wu-clan) in [#27](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/27)
33+
* Update the interactive link address by [@wu-clan](https://github.com/wu-clan) in [#28](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/28)
34+
* update interactive link descriptions by [@wu-clan](https://github.com/wu-clan) in [#29](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/29)
35+
* Update package manager pdm to uv by [@wu-clan](https://github.com/wu-clan) in [#31](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/31)
36+
* Add create and update kwargs usage by [@wu-clan](https://github.com/wu-clan) in [#30](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/30)
37+
38+
39+
**Full Changelog**: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.4.0...1.5.0
40+
41+
[Changes][1.5.0]
42+
43+
44+
<a id="1.4.0"></a>
45+
# [v1.4.0](https://github.com/fastapi-practices/sqlalchemy-crud-plus/releases/tag/1.4.0) - 2024-08-27
46+
47+
## What's Changed
48+
* Add lint and test ci by [@wu-clan](https://github.com/wu-clan) in [#24](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/24)
49+
* Fix the cache for docs ci by [@wu-clan](https://github.com/wu-clan) in [#25](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/25)
50+
* Update model primary key for dynamic retrieval by [@DavidSche](https://github.com/DavidSche) in [#23](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/23)
51+
* Prepare for 1.4.0 release by [@wu-clan](https://github.com/wu-clan) in [#26](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/26)
52+
53+
## New Contributors
54+
* [@DavidSche](https://github.com/DavidSche) made their first contribution in [#23](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/23)
55+
56+
**Full Changelog**: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.3.0...1.4.0
57+
58+
[Changes][1.4.0]
59+
60+
61+
<a id="1.3.0"></a>
62+
# [v1.3.0](https://github.com/fastapi-practices/sqlalchemy-crud-plus/releases/tag/1.3.0) - 2024-08-25
63+
64+
## What's Changed
65+
* Add mor and \_\_gor\_\_ filters by [@wu-clan](https://github.com/wu-clan) in [#21](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/21)
66+
* Prepare for 1.3.0 release by [@wu-clan](https://github.com/wu-clan) in [#22](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/22)
67+
68+
69+
**Full Changelog**: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.2.0...1.3.0
70+
71+
[Changes][1.3.0]
72+
73+
74+
<a id="1.2.0"></a>
75+
# [v1.2.0](https://github.com/fastapi-practices/sqlalchemy-crud-plus/releases/tag/1.2.0) - 2024-08-24
76+
77+
## What's Changed
78+
* Add select and sort constructors by [@wu-clan](https://github.com/wu-clan) in [#19](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/19)
79+
* Prepare for 1.2.0 release by [@wu-clan](https://github.com/wu-clan) in [#20](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/20)
80+
81+
82+
**Full Changelog**: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.1.0...1.2.0
83+
84+
[Changes][1.2.0]
85+
86+
87+
<a id="1.1.0"></a>
88+
# [v1.1.0](https://github.com/fastapi-practices/sqlalchemy-crud-plus/releases/tag/1.1.0) - 2024-08-24
89+
90+
## What's Changed
91+
* Add mkdocs usage documentation by [@wu-clan](https://github.com/wu-clan) in [#12](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/12)
92+
* Update some async functions definition by [@wu-clan](https://github.com/wu-clan) in [#13](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/13)
93+
* Update ci for build docs by [@wu-clan](https://github.com/wu-clan) in [#14](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/14)
94+
* Fix ci install pngquant user by [@wu-clan](https://github.com/wu-clan) in [#15](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/15)
95+
* Fix docs ci run pip by [@wu-clan](https://github.com/wu-clan) in [#16](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/16)
96+
* Prepare for 1.1.0 release by [@wu-clan](https://github.com/wu-clan) in [#17](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/17)
97+
* Add ci for change logs by [@wu-clan](https://github.com/wu-clan) in [#18](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/18)
98+
99+
100+
**Full Changelog**: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.0.0...1.1.0
101+
102+
[Changes][1.1.0]
103+
104+
105+
<a id="1.0.0"></a>
106+
# [v1.0.0](https://github.com/fastapi-practices/sqlalchemy-crud-plus/releases/tag/1.0.0) - 2024-08-12
107+
108+
## Major Event
109+
CRUD methods have been refactored, check out the documentation for new usage!
110+
111+
## What's Changed
112+
* Refactor code to enhance selection and operations by [@wu-clan](https://github.com/wu-clan) in [#9](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/9)
113+
* Prepare for 1.0.0 release by [@wu-clan](https://github.com/wu-clan) in [#11](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/11)
114+
115+
116+
**Full Changelog**: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/0.0.4...1.0.0
117+
118+
[Changes][1.0.0]
119+
120+
121+
<a id="0.0.4"></a>
122+
# [v0.0.4](https://github.com/fastapi-practices/sqlalchemy-crud-plus/releases/tag/0.0.4) - 2024-08-09
123+
124+
## What's Changed
125+
* Add pep561 support to the library by [@wu-clan](https://github.com/wu-clan) in [#7](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/7)
126+
* Add commit option to CRUD operations by [@wu-clan](https://github.com/wu-clan) in [#8](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/8)
127+
* Prepare for 0.0.4 release by [@wu-clan](https://github.com/wu-clan) in [#10](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/10)
128+
129+
130+
**Full Changelog**: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/0.0.3...0.0.4
131+
132+
[Changes][0.0.4]
133+
134+
135+
[1.7.0]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.6.0...1.7.0
136+
[1.6.0]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.5.0...1.6.0
137+
[1.5.0]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.4.0...1.5.0
138+
[1.4.0]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.3.0...1.4.0
139+
[1.3.0]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.2.0...1.3.0
140+
[1.2.0]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.1.0...1.2.0
141+
[1.1.0]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.0.0...1.1.0
142+
[1.0.0]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/0.0.4...1.0.0
143+
[0.0.4]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/tree/0.0.4
144+
145+
<!-- Generated by https://github.com/rhysd/changelog-from-release v3.9.0 -->

0 commit comments

Comments
 (0)