Skip to content

Commit 9347851

Browse files
Release v0.3.1 (#16)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 24826a5 commit 9347851

File tree

4 files changed

+22
-7
lines changed

4 files changed

+22
-7
lines changed

.changes/unreleased/Fixes-20251030-001010.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/v0.3.1.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## deltastream-connector v0.3.1 - October 30, 2025
2+
3+
### Fixes
4+
5+
6+
- Fix reading rows when using interactive (streaming) queries
7+
8+
### Contributors
9+
- [@Kayrnt](https://github.com/Kayrnt)
10+

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
66
and is generated by [Changie](https://github.com/miniscruff/changie).
77

8+
## deltastream-connector v0.3.1 - October 30, 2025
9+
10+
### Fixes
11+
12+
13+
- Fix reading rows when using interactive (streaming) queries
14+
15+
### Contributors
16+
- [@Kayrnt](https://github.com/Kayrnt)
17+
18+
819
## deltastream-connector v0.3.0 - September 19, 2025
920

1021
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "deltastream-connector"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "An OpenAPI client for the DeltaStream API"
55
readme = "README.md"
66
requires-python = ">=3.11"

0 commit comments

Comments
 (0)