File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "stackit-scf"
33
44[tool .poetry ]
55name = " stackit-scf"
6- version = " v0.3 .0"
6+ version = " v0.4 .0"
77authors = [
88 " STACKIT Developer Tools <developer-tools@stackit.cloud>" ,
99]
@@ -96,4 +96,4 @@ docstring-quotes = '"""'
9696multiline-quotes = ' """'
9797ban-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" ]
You can’t perform that action at this time.
0 commit comments