diff --git a/sftkit/CHANGELOG.md b/sftkit/CHANGELOG.md index b2f4177..efa7a8c 100644 --- a/sftkit/CHANGELOG.md +++ b/sftkit/CHANGELOG.md @@ -1,3 +1,15 @@ +## 0.2.2 (2024-06-25) + + +### 🩹 Fixes + +- **nx-python:** correct executor naming + + +### ❤️ Thank You + +- Michael Loipführer + ## 0.2.1 (2024-06-25) diff --git a/sftkit/pyproject.toml b/sftkit/pyproject.toml index f3f33cd..c43865b 100644 --- a/sftkit/pyproject.toml +++ b/sftkit/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "pdm.backend" [project] name = "sftkit" -version = "0.2.1" +version = "0.2.2" license = { text = "MIT" } maintainers = [{ name = "Michael Loipführer", email = "milo@sft.lol" }] dynamic = ["description"]