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+
117## 0.2.3 (2024-06-25)
218
319
Original file line number Diff line number Diff line change 1+
12[build-system ]
23requires = [" pdm-backend" ]
34build-backend = " pdm.backend"
45
56[project ]
67name = " sftkit"
7- version = " 0.2.3 "
8+ version = " 0.3.0 "
89license = { text = " MIT" }
910maintainers = [{
name =
" Michael Loipführer" ,
email =
" [email protected] " }]
1011dynamic = [" description" ]
You can’t perform that action at this time.
0 commit comments