Skip to content

Commit 6a23c5e

Browse files
committed
changelogs
1 parent 3ba8db3 commit 6a23c5e

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
- [v0.3.0](services/cost/CHANGELOG.md#v030)
2929
- **Chore:** Bump minimum Python version to 3.10
3030
- **Chore:** Update dependencies
31+
- [v0.4.0](services/cost/CHANGELOG.md#v040)
32+
- **Feature:** Add attribute `total_quantity_decimal` to `DetailedServiceCost` model class
33+
- **Feature:** Add attribute `quantity_decimal` to `ReportData` model class
3134
- `dns`
3235
- [v0.7.0](services/dns/CHANGELOG.md#v070)
3336
- **Chore:** Bump minimum Python version to 3.10

services/cost/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.4.0
2+
- **Feature:** Add attribute `total_quantity_decimal` to `DetailedServiceCost` model class
3+
- **Feature:** Add attribute `quantity_decimal` to `ReportData` model class
4+
15
## v0.3.0
26
- **Chore:** Bump minimum Python version to 3.10
37
- **Chore:** Update dependencies

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.3.0"
3+
version = "v0.4.0"
44
description = "STACKIT Cost API"
55
authors = [{name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud"}]
66
requires-python = ">=3.10,<4.0"

0 commit comments

Comments
 (0)