Skip to content

Commit 05bc73c

Browse files
committed
chore(modelserving) write changelog, bump version
1 parent a0f969a commit 05bc73c

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
@@ -71,6 +71,9 @@
7171
- `sqlserverflex`: [v1.1.2](services/sqlserverflex/CHANGELOG.md#v112)
7272
- **Feature:** client now supports UUID and decimal types
7373
- **Bugfix:** timeouts now passed to requests library
74+
- `modelserving`: [v0.2.3](services/modelserving/CHANGELOG.md#v023)
75+
- **Feature:** client now supports UUID and decimal types
76+
- **Bugfix:** timeouts now passed to requests library
7477
- `mongodbflex`: [v1.2.3](services/mongodbflex/CHANGELOG.md#v123)
7578
- **Feature:** client now supports UUID and decimal types
7679
- **Bugfix:** timeouts now passed to requests library

services/modelserving/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.2.3
2+
- **Feature:** client now supports UUID and decimal types
3+
- **Bugfix:** timeouts now passed to requests library
4+
15
## v0.2.2
26
- **Bugfix:** Prevent year 0 timestamp issue
37

services/modelserving/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-modelserving"
3-
version = "v0.2.2"
3+
version = "v0.2.3"
44
description = "STACKIT Model Serving API"
55
authors = [{ name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud" }]
66
requires-python = ">=3.9,<4.0"

0 commit comments

Comments
 (0)