Skip to content

Commit cfd2f08

Browse files
committed
changelogs
1 parent d2022c9 commit cfd2f08

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,12 @@
1717
- `dns`: [v0.5.1](services/dns/CHANGELOG.md#v051)
1818
- **Feature:** client now supports UUID and decimal types
1919
- **Bugfix:** timeouts now passed to requests library
20-
- `edge`: [v0.1.1](services/edge/CHANGELOG.md#v011)
21-
- **Feature:** client now supports UUID and decimal types
22-
- **Bugfix:** timeouts now passed to requests library
20+
- `edge`:
21+
- [v0.2.0](services/edge/CHANGELOG.md#v020)
22+
- **Feature:** Add new attribute `min_edge_hosts` to model class `Plan`
23+
- [v0.1.1](services/edge/CHANGELOG.md#v011)
24+
- **Feature:** client now supports UUID and decimal types
25+
- **Bugfix:** timeouts now passed to requests library
2326
- `git`: [v0.8.0](services/git/CHANGELOG.md#v080)
2427
- **Feature:** client now supports UUID and decimal types
2528
- **Bugfix:** timeouts now passed to requests library

services/edge/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
## v0.2.0
2+
- **Feature:** Add new attribute `min_edge_hosts` to model class `Plan`
3+
14
## v0.1.1
25
- **Feature:** client now supports UUID and decimal types
36
- **Bugfix:** timeouts now passed to requests library
47

58
## v0.1.0
6-
- **New**: STACKIT Edge Cloud (STEC) service
9+
- **New**: STACKIT Edge Cloud (STEC) service

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.1.1"
3+
version = "v0.2.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)