Skip to content

Commit e410223

Browse files
committed
chore(edge) write changelog, bump version
1 parent 9f9a5fc commit e410223

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
- `dns`: [v0.5.1](services/dns/CHANGELOG.md#v051)
1313
- **Feature:** client now supports UUID and decimal types
1414
- **Bugfix:** timeouts now passed to requests library
15+
- `edge`: [v0.1.1](services/edge/CHANGELOG.md#v011)
16+
- **Feature:** client now supports UUID and decimal types
17+
- **Bugfix:** timeouts now passed to requests library
1518
- `serviceaccount`:
1619
- [v0.6.1](services/serviceaccount/CHANGELOG.md#v061)
1720
- **Feature:** client now supports UUID and decimal types

services/edge/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
## v0.1.1
2+
- **Feature:** client now supports UUID and decimal types
3+
- **Bugfix:** timeouts now passed to requests library
4+
15
## v0.1.0
26
- **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.0"
3+
version = "v0.1.1"
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)