We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 290e663 commit cb24c11Copy full SHA for cb24c11
sftkit/CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## 0.3.3 (2025-05-25)
2
+
3
+### 🩹 Fixes
4
5
+- allow blacklisting db functions to prevent being dropped ([290e663](https://github.com/SFTtech/sftkit/commit/290e663))
6
7
+### ❤️ Thank You
8
9
+- Michael Loipführer
10
11
## 0.3.2 (2025-05-25)
12
13
### 🩹 Fixes
sftkit/pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "pdm.backend"
[project]
name = "sftkit"
-version = "0.3.2"
+version = "0.3.3"
license = { text = "MIT" }
maintainers = [{ name = "Michael Loipführer", email = "milo@sft.lol" }]
dynamic = ["description"]
0 commit comments