Skip to content

Commit 0c21bcc

Browse files
committed
Update CHANGELOG.md and pyproject.toml
- relates to #1936
1 parent 9ddbb51 commit 0c21bcc

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
- **Internal:** Improve deserializing and error types
2929
- `resourcemanager`: [v0.5.1](services/resourcemanager/CHANGELOG.md#v051)
3030
- **Internal:** Improve deserializing and error types
31+
- `runcommand`: [v1.0.2](services/runcommand/CHANGELOG.md#v102)
32+
- **Internal:** Improve deserializing and error types
3133
- `kms`:
3234
- [v0.0.6](services/kms/CHANGELOG.md#v006)
3335
- **Internal:** Improve deserializing and error types

services/runcommand/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v1.0.2
2+
- **Internal:** Improve deserializing and error types
3+
14
## v1.0.1 (2025-05-09)
25
- **Feature:** Update user-agent header
36

services/runcommand/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-runcommand"
33

44
[tool.poetry]
55
name = "stackit-runcommand"
6-
version = "v1.0.1"
6+
version = "v1.0.2"
77
authors = [
88
"STACKIT Developer Tools <[email protected]>",
99
]

0 commit comments

Comments
 (0)