Skip to content

Commit 99b4271

Browse files
committed
add changelog entries
1 parent c888e47 commit 99b4271

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
- **Feature:** Add new field `DemoUrl` to `CatalogProductDetail` model
1212
- [v1.10.0](services/stackitmarketplace/CHANGELOG.md#v1100)
1313
- **Feature:** Added `PlanId` to `CatalogProductPricingOption` and `SubscriptionProduct`
14+
- `git`: [v0.5.0](services/git/CHANGELOG.md#v050)
15+
- **Feature**: Add support for instance patch operation
1416
- `loadbalancer`: [v0.7.0](services/loadbalancer/CHANGELOG.md#v070)
1517
- **Feature**: Add new attribute `labels` to `LoadBalancer`, `CreateLoadBalancerPayload`, `UpdateLoadBalancerPayload` model classes
1618

services/git/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.5.0
2+
- **Feature**: Add support for instance patch operation
3+
14
## v0.4.0
25
- **Version**: Minimal version is now python 3.9
36

services/git/pyproject.toml

Lines changed: 2 additions & 2 deletions
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.4.0"
6+
version = "v0.5.0"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]
@@ -96,4 +96,4 @@ docstring-quotes = '"""'
9696
multiline-quotes = '"""'
9797
ban-relative-imports = true
9898
# Exclude generated code
99-
extend-exclude = [ "src/stackit/*/models/*", "src/stackit/*/api/*", "src/stackit/*/*.py" ]
99+
extend-exclude = [ "src/stackit/*/models/*", "src/stackit/*/api/*", "src/stackit/*/*.py" ]

0 commit comments

Comments
 (0)