Skip to content

Commit 654db09

Browse files
chore(main): release 0.2.1 (#7)
🤖 I have created a release *beep* *boop* --- ## [0.2.1](v0.2.0...v0.2.1) (2025-11-26) ### Bug Fixes * use a single client for handshake and queries ([#6](#6)) ([226e063](226e063)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 226e063 commit 654db09

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "0.2.0"
2+
".": "0.2.1"
33
}
44

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.1](https://github.com/altertable-ai/altertable-flightsql-python/compare/v0.2.0...v0.2.1) (2025-11-26)
4+
5+
6+
### Bug Fixes
7+
8+
* use a single client for handshake and queries ([#6](https://github.com/altertable-ai/altertable-flightsql-python/issues/6)) ([226e063](https://github.com/altertable-ai/altertable-flightsql-python/commit/226e063ce918bf9010cc15fb71d4c716e3bcca0b))
9+
310
## [0.2.0](https://github.com/altertable-ai/altertable-flightsql-python/compare/v0.1.0...v0.2.0) (2025-11-25)
411

512

src/altertable_flightsql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
enabling high-performance SQL queries and data analysis.
66
"""
77

8-
__version__ = "0.2.0"
8+
__version__ = "0.2.1"
99

1010
from altertable_flightsql.client import Client, PreparedStatement
1111

0 commit comments

Comments
 (0)