Skip to content

Commit 19ef45a

Browse files
authored
Merge pull request #8 from syntasso/release-please--branches--main
chore(main): release 0.1.0
2 parents dd644d3 + 2478d7d commit 19ef45a

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-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.0.1"
2+
".": "0.1.0"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,25 @@
1515
* python / pytest compatible version bumps ([7c55653](https://github.com/syntasso/kratix-python/commit/7c5565355f5d3a52037f5d57912c76697c58f783))
1616

1717

18+
### Documentation
19+
20+
* add descriptions for resource and promise functions ([4fc1bd0](https://github.com/syntasso/kratix-python/commit/4fc1bd03d21406c6d46ea71d2ddd357242ab2bc5))
21+
22+
## 0.1.0 (2025-08-13)
23+
24+
25+
### Features
26+
27+
* implement publish_status ([74043b9](https://github.com/syntasso/kratix-python/commit/74043b94d1b6c8d3915f7b0c0f273444e73dab9d))
28+
* implement publish_status and use it in deployment promise ([71b45c0](https://github.com/syntasso/kratix-python/commit/71b45c096226116546fcc9026d730c5faed995eb))
29+
* initial SDK implementation ([95ce8a8](https://github.com/syntasso/kratix-python/commit/95ce8a80da7e2515221cad91af2f7f6f207a2155))
30+
31+
32+
### Bug Fixes
33+
34+
* python / pytest compatible version bumps ([7c55653](https://github.com/syntasso/kratix-python/commit/7c5565355f5d3a52037f5d57912c76697c58f783))
35+
36+
1837
### Documentation
1938

2039
* add descriptions for resource and promise functions ([4fc1bd0](https://github.com/syntasso/kratix-python/commit/4fc1bd03d21406c6d46ea71d2ddd357242ab2bc5))

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.0.1"
7+
version = "0.1.0"
88
description = "Kratix SDK for writing Promises workflows"
99
readme = "Readme.md"
1010
license = "Apache-2.0"

0 commit comments

Comments
 (0)