File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.3.0 (2024-12-27)
2
+
3
+ ### 🚀 Features
4
+
5
+ - ** sftkit:** improve pg introspection, prevent deletion of pg_ functions ([ 6b3010e] ( https://github.com/SFTtech/sftkit/commit/6b3010e ) )
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - ** sftkit:** proper usage of async generator type annotations ([ b0c63c9] ( https://github.com/SFTtech/sftkit/commit/b0c63c9 ) )
10
+ - ** sftkit:** expose content-range http header in cors ([ f3f444f] ( https://github.com/SFTtech/sftkit/commit/f3f444f ) )
11
+ - correct package-log.json ([ 3381e62] ( https://github.com/SFTtech/sftkit/commit/3381e62 ) )
12
+
13
+ ### ❤️ Thank You
14
+
15
+ - Michael Loipführer
16
+
1
17
## 0.2.3 (2024-06-25)
2
18
3
19
Original file line number Diff line number Diff line change
1
+
1
2
[build-system ]
2
3
requires = [" pdm-backend" ]
3
4
build-backend = " pdm.backend"
4
5
5
6
[project ]
6
7
name = " sftkit"
7
- version = " 0.2.3 "
8
+ version = " 0.3.0 "
8
9
license = { text = " MIT" }
9
10
maintainers = [{ name = " Michael Loipführer" , email = " milo@sft.lol" }]
10
11
dynamic = [" description" ]
You can’t perform that action at this time.
0 commit comments