Skip to content

Commit b5503b7

Browse files
chore(main): release 0.2.0
1 parent b6cdf5a commit b5503b7

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-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.1.0"
2+
".": "0.2.0"
33
}
44

CHANGELOG.md

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

3+
## [0.2.0](https://github.com/altertable-ai/altertable-flightsql-python/compare/v0.1.0...v0.2.0) (2025-11-25)
4+
5+
6+
### Features
7+
8+
* implement ingest method ([#4](https://github.com/altertable-ai/altertable-flightsql-python/issues/4)) ([b6cdf5a](https://github.com/altertable-ai/altertable-flightsql-python/commit/b6cdf5a630a6000d600ee751f5ee0f545a6ee205))
9+
* more permissive statement parameters ([a4d47ed](https://github.com/altertable-ai/altertable-flightsql-python/commit/a4d47ed43d618343d679ec907e2648ef92c39e5b))
10+
* more permissive statement parameters ([a4d47ed](https://github.com/altertable-ai/altertable-flightsql-python/commit/a4d47ed43d618343d679ec907e2648ef92c39e5b))
11+
312
## 0.1.0 (2025-11-25)
413

514

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.1.0"
8+
__version__ = "0.2.0"
99

1010
from altertable_flightsql.client import Client, PreparedStatement
1111

0 commit comments

Comments
 (0)