-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- project: sftkit 0.2.1
- Loading branch information
Showing
2 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
## 0.2.1 (2024-06-25) | ||
|
||
|
||
### 🚀 Features | ||
|
||
- **sftkit:** move a bunch of database framework features over from stustapay | ||
|
||
- **sftkit:** add devel command for building debian packages with dh virtualenv | ||
|
||
- **other:** add nx plugin for python integration and setup python release workflow | ||
|
||
|
||
### 🩹 Fixes | ||
|
||
- pdm python setup in nx integration | ||
|
||
- **sftkit:** eliminate all typing and linter issues | ||
|
||
|
||
### ❤️ Thank You | ||
|
||
- Michael Loipführer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
|
||
[build-system] | ||
requires = ["pdm-backend"] | ||
build-backend = "pdm.backend" | ||
|
||
[project] | ||
name = "sftkit" | ||
version = "0.2.0" | ||
version = "0.2.1" | ||
license = { text = "MIT" } | ||
maintainers = [{ name = "Michael Loipführer", email = "[email protected]" }] | ||
dynamic = ["description"] | ||
|