diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 61bc494..c5bd7d2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.2.2" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 082d0c0..93adf05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/altertable-ai/altertable-flightsql-python/compare/v0.2.2...v0.3.0) (2026-04-23) + + +### Features + +* attach all user-allowed catalogs by default ([#12](https://github.com/altertable-ai/altertable-flightsql-python/issues/12)) ([dd48aa5](https://github.com/altertable-ai/altertable-flightsql-python/commit/dd48aa57c3094d119a382ff3e8d06ad85cc673e9)) + ## [0.2.2](https://github.com/altertable-ai/altertable-flightsql-python/compare/v0.2.1...v0.2.2) (2026-04-08) diff --git a/src/altertable_flightsql/__init__.py b/src/altertable_flightsql/__init__.py index b7f3425..8fc28dc 100644 --- a/src/altertable_flightsql/__init__.py +++ b/src/altertable_flightsql/__init__.py @@ -5,7 +5,7 @@ enabling high-performance SQL queries and data analysis. """ -__version__ = "0.2.2" +__version__ = "0.3.0" from altertable_flightsql.client import Client, PreparedStatement