Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "0.1.0"
".": "0.2.0"
}

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.2.0](https://github.com/altertable-ai/altertable-flightsql-python/compare/v0.1.0...v0.2.0) (2025-11-25)


### Features

* 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))
* more permissive statement parameters ([a4d47ed](https://github.com/altertable-ai/altertable-flightsql-python/commit/a4d47ed43d618343d679ec907e2648ef92c39e5b))
* more permissive statement parameters ([a4d47ed](https://github.com/altertable-ai/altertable-flightsql-python/commit/a4d47ed43d618343d679ec907e2648ef92c39e5b))

## 0.1.0 (2025-11-25)


Expand Down
2 changes: 1 addition & 1 deletion src/altertable_flightsql/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
enabling high-performance SQL queries and data analysis.
"""

__version__ = "0.1.0"
__version__ = "0.2.0"

from altertable_flightsql.client import Client, PreparedStatement

Expand Down