Skip to content

Commit 18e0b1b

Browse files
committed
Update CHANGELOG.md and pyproject.toml
- relates to #1885
1 parent 9f91573 commit 18e0b1b

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@
1414
- [v0.4.0](services/dns/CHANGELOG.md#v040)
1515
- **Feature:** Add new record set types
1616
- **Feature:** Improve documentation for APEX records in `RecordSet` and `CreateRecordSetPayload` models
17-
- `git`: [v0.2.0](services/git/CHANGELOG.md#v020)
18-
- **Feature:** Add support for `Flavors` for STACKIT git instance
19-
- **Improvement:** Error handling and documentation improved
17+
- `git`:
18+
- [v0.2.0](services/git/CHANGELOG.md#v020)
19+
- **Feature:** Add support for `Flavors` for STACKIT git instance
20+
- **Improvement:** Error handling and documentation improved
2021
- `ske` [v0.6.0](services/ske/CHANGELOG.md#v060)
2122
- **Feature:** Add new `ClusterErrorCode` types: `CLUSTERERRORCODE_INFRA_SNA_NETWORK_NOT_FOUND`, `CLUSTERERRORCODE_FETCHING_ERRORS_NOT_POSSIBLE`
2223
- `stackitmarketplace`: [v1.5.0](services/stackitmarketplace/CHANGELOG.md#v150)

services/git/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.3.0
2+
- **Feature:** Add validation for field `flavor` in `CreateInstancePayload` model
3+
- **Feature:** Add field `sku` in `Flavor` model
4+
- **Internal:** Improve deserializing and error types
5+
16
## v0.2.0
27
- **Feature:** Add support for `Flavors` for STACKIT git instance
38
- **Improvement:** Error handling and documentation improved

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.2.0"
6+
version = "v0.3.0"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

0 commit comments

Comments
 (0)