Skip to content

Commit 7267fa3

Browse files
authored
Merge pull request #52 from syntasso/release-please--branches--main
chore(main): release 0.4.2
2 parents c5b6ef2 + f09c8dc commit 7267fa3

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.1"
2+
".": "0.4.2"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.4.2](https://github.com/syntasso/kratix-python/compare/v0.4.1...v0.4.2) (2025-12-09)
4+
5+
6+
### Chores
7+
8+
* evaluate to false when no input is passed ([b1a58fa](https://github.com/syntasso/kratix-python/commit/b1a58fa8abcb99605ca70bed8ea6583a34bc4c28))
9+
310
## [0.4.1](https://github.com/syntasso/kratix-python/compare/v0.4.0...v0.4.1) (2025-12-09)
411

512

kratix_sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
except (
2020
importlib_metadata.PackageNotFoundError
2121
): # pragma: no cover - source tree fallback
22-
__version__ = "0.4.1"
22+
__version__ = "0.4.2"
2323

2424
__all__ = [
2525
"Status",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "kratix-sdk"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
description = "Kratix SDK for writing Promises workflows"
55
readme = "README.md"
66
authors = [{ name = "Syntasso", email = "[email protected]" }]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)