diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 980ea05..f800719 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.2" + ".": "0.4.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 04d5b4c..7667afd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.4.3](https://github.com/syntasso/kratix-python/compare/v0.4.2...v0.4.3) (2026-04-01) + + +### Features + +* add helpers for suspend and retry pipelines ([#54](https://github.com/syntasso/kratix-python/issues/54)) ([b60f454](https://github.com/syntasso/kratix-python/commit/b60f454b055e7919605fb31f7a3268a625311ad4)) + + +### Build System + +* **deps:** update kubernetes requirement ([#53](https://github.com/syntasso/kratix-python/issues/53)) ([1fa6d88](https://github.com/syntasso/kratix-python/commit/1fa6d88bdc0c8141818c7aa538b7bf333b569ff2)) + ## [0.4.2](https://github.com/syntasso/kratix-python/compare/v0.4.1...v0.4.2) (2025-12-09) diff --git a/kratix_sdk/__init__.py b/kratix_sdk/__init__.py index db326cc..441371f 100644 --- a/kratix_sdk/__init__.py +++ b/kratix_sdk/__init__.py @@ -20,7 +20,7 @@ except ( importlib_metadata.PackageNotFoundError ): # pragma: no cover - source tree fallback - __version__ = "0.4.2" + __version__ = "0.4.3" __all__ = [ "Status", diff --git a/pyproject.toml b/pyproject.toml index f8495bf..c71466d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "kratix-sdk" -version = "0.4.2" +version = "0.4.3" description = "Kratix SDK for writing Promises workflows" readme = "README.md" authors = [{ name = "Syntasso", email = "hello@syntasso.io" }] diff --git a/uv.lock b/uv.lock index f6ad3da..65ed208 100644 --- a/uv.lock +++ b/uv.lock @@ -185,7 +185,7 @@ wheels = [ [[package]] name = "kratix-sdk" -version = "0.4.2" +version = "0.4.3" source = { editable = "." } dependencies = [ { name = "kubernetes" },