Skip to content

Commit a0c4562

Browse files
committed
changelogs
1 parent 6b7c7f9 commit a0c4562

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
## Release (2026-MM-DD)
2+
- `cost`: [v0.1.0](services/cost/CHANGELOG.md#v010)
3+
- **New**: STACKIT cost service
24
- `sfs`:
35
- [v0.5.0](services/sfs/CHANGELOG.md#v050)
46
- **Deprecation:** deprecated field `schedules` in model `SnapshotPolicy`

services/cost/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## v0.1.0
2+
- **New**: STACKIT cost service
3+

services/cost/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stackit-cost"
3-
version = "v0.0.1a"
3+
version = "v0.1.0"
44
description = "STACKIT Cost API"
55
authors = [{name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud"}]
66
requires-python = ">=3.9,<4.0"

0 commit comments

Comments
 (0)