Skip to content

Commit 004d69f

Browse files
committed
chore(mariadb) write changelog, bump version
1 parent dee8167 commit 004d69f

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+
- `mariadb`: [v0.3.1](services/mariadb/CHANGELOG.md#v031)
75+
- **Feature:** client now supports UUID and decimal types
76+
- **Bugfix:** timeouts now passed to requests library
7477
- `modelserving`: [v0.2.3](services/modelserving/CHANGELOG.md#v023)
7578
- **Feature:** client now supports UUID and decimal types
7679
- **Bugfix:** timeouts now passed to requests library

services/mariadb/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
- **Version**: Minimal version is now python 3.9
37

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

0 commit comments

Comments
 (0)