File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "stackit-git"
33
44[tool .poetry ]
55name = " stackit-git"
6- version = " v0.5.1 "
6+ version = " v0.6.0 "
77authors = [
88 " STACKIT Developer Tools <[email protected] >" ,
99]
You can’t perform that action at this time.
0 commit comments