Skip to content

Commit 0b46662

Browse files
chore(main): release 0.2.2 (#11)
🤖 I have created a release *beep* *boop* --- ## [0.2.2](v0.2.1...v0.2.2) (2026-04-08) ### Bug Fixes * increase grpc max message length ([#10](#10)) ([50e6540](50e6540)) --- 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 50e6540 commit 0b46662

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.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.1"
2+
".": "0.2.2"
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.2](https://github.com/altertable-ai/altertable-flightsql-python/compare/v0.2.1...v0.2.2) (2026-04-08)
4+
5+
6+
### Bug Fixes
7+
8+
* increase grpc max message length ([#10](https://github.com/altertable-ai/altertable-flightsql-python/issues/10)) ([50e6540](https://github.com/altertable-ai/altertable-flightsql-python/commit/50e654083c0567f08a661f2ec63f04d40bc37260))
9+
310
## [0.2.1](https://github.com/altertable-ai/altertable-flightsql-python/compare/v0.2.0...v0.2.1) (2025-11-26)
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.1"
8+
__version__ = "0.2.2"
99

1010
from altertable_flightsql.client import Client, PreparedStatement
1111

0 commit comments

Comments
 (0)