Skip to content

Commit 9038244

Browse files
committed
chore(intake) write changelog, bump version
1 parent 05abb1e commit 9038244

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@
1919
- **Bugfix:** timeouts now passed to requests library
2020
- [v0.8.0](services/kms/CHANGELOG.md#v080)
2121
- **Breaking Change:** Switch from regional to global API server URL (region can't be set via `Configuration` / env-variable anymore).
22-
- `intake`: [v0.5.0](services/intake/CHANGELOG.md#v050)
23-
- **Breaking Change**: Switch from regional to global API server URL (region can't be set via `Configuration` / env-variable anymore).
22+
- `intake`:
23+
- [v0.5.1](services/intake/CHANGELOG.md#v051)
24+
- **Feature:** client now supports UUID and decimal types
25+
- **Bugfix:** timeouts now passed to requests library
26+
- [v0.5.0](services/intake/CHANGELOG.md#v050)
27+
- **Breaking Change**: Switch from regional to global API server URL (region can't be set via `Configuration` / env-variable anymore).
2428
- `iaas`: [v1.2.0](services/iaas/CHANGELOG.md#v120)
2529
- **Feature:** Add `description` attribute to ModelClasses:
2630
- `Backup`, `CreateBackupPayload`, `UpdateBackupPayload`

services/intake/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.5.1
2+
- **Feature:** client now supports UUID and decimal types
3+
- **Bugfix:** timeouts now passed to requests library
4+
15
## v0.5.0
26
- **Breaking Change**: Switch from regional to global API server URL (region can't be set via `Configuration` / env-variable anymore).
37

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

0 commit comments

Comments
 (0)