Skip to content

Commit 1900848

Browse files
chore(main): release 0.2.1
1 parent 9dae602 commit 1900848

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
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.2.0"
2+
".": "0.2.1"
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.2.1](https://github.com/syntasso/kratix-python/compare/v0.2.0...v0.2.1) (2025-10-08)
4+
5+
6+
### Documentation
7+
8+
* add postgres example promise ([#18](https://github.com/syntasso/kratix-python/issues/18)) ([9d475f2](https://github.com/syntasso/kratix-python/commit/9d475f2aa2352b920e614c0f403ff87dd329a365))
9+
310
## [0.2.0](https://github.com/syntasso/kratix-python/compare/v0.1.0...v0.2.0) (2025-09-16)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "kratix-sdk"
7-
version = "0.2.0"
7+
version = "0.2.1"
88
description = "Kratix SDK for writing Promises workflows"
99
readme = "Readme.md"
1010
license = "Apache-2.0"

0 commit comments

Comments
 (0)