Skip to content

Commit 7209689

Browse files
committed
chore(release): publish
- project: sftkit 0.3.0
1 parent 39c887c commit 7209689

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

sftkit/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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

sftkit/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
12
[build-system]
23
requires = ["pdm-backend"]
34
build-backend = "pdm.backend"
45

56
[project]
67
name = "sftkit"
7-
version = "0.2.3"
8+
version = "0.3.0"
89
license = { text = "MIT" }
910
maintainers = [{ name = "Michael Loipführer", email = "milo@sft.lol" }]
1011
dynamic = ["description"]

0 commit comments

Comments
 (0)