Skip to content

Commit 685ec49

Browse files
committed
add changelog entries
1 parent b0c1056 commit 685ec49

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
## Release (2025-xx-xx)
2+
- `scf`: [v0.4.0](services/scf/CHANGELOG.md#v040)
3+
- **Feature:** Add new model class `SpaceWithIsolationSegment`
24
- `iaas`: [v1.1.0](services/iaas/CHANGELOG.md#v110)
35
- **Feature:** Add `CreateIsolatedNetwork` functionality
46
- **Feature:** Add `ImageFromVolumePayload` functionality

services/scf/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.4.0
2+
- **Feature:** Add new model class `SpaceWithIsolationSegment`
3+
14
## v0.3.0
25
- **Feature:** Add new model `IsolationSegment` and `IsolationSegmentsList`
36

@@ -9,4 +12,4 @@
912
- **Feature:** Add new model `OrganizationCreateBffResponse` and `SpaceCreatedBffResponse`
1013

1114
## v0.1.0
12-
- **New:** STACKIT Cloud Foundry module
15+
- **New:** STACKIT Cloud Foundry module

services/scf/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-scf"
33

44
[tool.poetry]
55
name = "stackit-scf"
6-
version = "v0.3.0"
6+
version = "v0.4.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)