Skip to content

Commit 843d96f

Browse files
committed
add changelog entries
1 parent a35b1d0 commit 843d96f

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,13 @@
1010
- **Bugfix:** Prevent year 0 timestamp issue
1111
- `cdn`: [v1.7.1](services/cdn/CHANGELOG.md#v171)
1212
- **Bugfix:** Prevent year 0 timestamp issue
13-
- `git`: [v0.5.1](services/git/CHANGELOG.md#v051)
14-
- **Bugfix:** Prevent year 0 timestamp issue
13+
- `git`:
14+
- [v0.6.0](services/git/CHANGELOG.md#v060)
15+
- **Feature:** Add support for list runner labels operation
16+
- new API client methods `list_runner_labels`
17+
- new model classes `RunnerLabel` and `ListRunnerLabels`
18+
- [v0.5.1](services/git/CHANGELOG.md#v051)
19+
- **Bugfix:** Prevent year 0 timestamp issue
1520
- `intake`: [v0.2.1](services/intake/CHANGELOG.md#v021)
1621
- **Bugfix:** Prevent year 0 timestamp issue
1722
- `kms`: [v0.4.1](services/kms/CHANGELOG.md#v041)

services/git/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.6.0
2+
- **Feature:** Add support for list runner labels operation
3+
- new API client methods `list_runner_labels`
4+
- new model classes `RunnerLabel` and `ListRunnerLabels`
5+
16
## v0.5.1
27
- **Bugfix:** Prevent year 0 timestamp issue
38

services/git/pyproject.toml

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

44
[tool.poetry]
55
name = "stackit-git"
6-
version = "v0.5.1"
6+
version = "v0.6.0"
77
authors = [
88
"STACKIT Developer Tools <[email protected]>",
99
]

0 commit comments

Comments
 (0)