Skip to content

Commit 62a18b4

Browse files
committed
add changelog entries
1 parent c79381f commit 62a18b4

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- **Feature:** client now supports UUID and decimal types
1919
- **Bugfix:** timeouts now passed to requests library
2020
- `edge`:
21+
- [v0.3.0](services/edge/CHANGELOG.md#v030)
22+
- Removal of deprecated API client method `list_plans_global`
2123
- [v0.2.0](services/edge/CHANGELOG.md#v020)
2224
- **Feature:** Add new attribute `min_edge_hosts` to model class `Plan`
2325
- [v0.1.1](services/edge/CHANGELOG.md#v011)

services/edge/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.3.0
2+
- Removal of deprecated API client method `list_plans_global`
3+
14
## v0.2.0
25
- **Feature:** Add new attribute `min_edge_hosts` to model class `Plan`
36

services/edge/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-edge"
3-
version = "v0.2.0"
3+
version = "v0.3.0"
44
description = "STACKIT Edge Cloud API"
55
authors = [{ name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud" }]
66
requires-python = ">=3.9,<4"

0 commit comments

Comments
 (0)