File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.1 .0"
2+ "." : " 0.2 .0"
33}
44
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 55enabling high-performance SQL queries and data analysis.
66"""
77
8- __version__ = "0.1 .0"
8+ __version__ = "0.2 .0"
99
1010from altertable_flightsql .client import Client , PreparedStatement
1111
You can’t perform that action at this time.
0 commit comments