Skip to content

Commit 7470226

Browse files
committed
chore(sfs) write changelog, bump version
1 parent 96be663 commit 7470226

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
@@ -91,8 +91,12 @@
9191
- `scf`: [v0.4.1](services/scf/CHANGELOG.md#v041)
9292
- **Feature:** client now supports UUID and decimal types
9393
- **Bugfix:** timeouts now passed to requests library
94-
- `sfs`: [v0.3.0](services/sfs/CHANGELOG.md#v030)
95-
- **Breaking change:** The `name` and `spaceHardLimitGigabytes` fields are now marked as required for `ShareExportPayload`, `SharePayload`.
94+
- `sfs`:
95+
- [v0.3.1](services/sfs/CHANGELOG.md#v031)
96+
- **Feature:** client now supports UUID and decimal types
97+
- **Bugfix:** timeouts now passed to requests library
98+
- [v0.3.0](services/sfs/CHANGELOG.md#v030)
99+
- **Breaking change:** The `name` and `spaceHardLimitGigabytes` fields are now marked as required for `ShareExportPayload`, `SharePayload`.
96100
- `secretsmanager`: [v0.4.1](services/secretsmanager/CHANGELOG.md#v041)
97101
- **Feature:** client now supports UUID and decimal types
98102
- **Bugfix:** timeouts now passed to requests library

services/sfs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.3.1
2+
- **Feature:** client now supports UUID and decimal types
3+
- **Bugfix:** timeouts now passed to requests library
4+
15
## v0.3.0
26
- **Breaking change:** The `name` and `spaceHardLimitGigabytes` fields are now marked as required for `ShareExportPayload`, `SharePayload`.
37

services/sfs/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-sfs"
3-
version = "v0.3.0"
3+
version = "v0.3.1"
44
description = "STACKIT File Storage (SFS)"
55
authors = [{ name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud" }]
66
requires-python = ">=3.9,<4"

0 commit comments

Comments
 (0)