diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9f0fae9..82d4427 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.3.1" + ".": "0.3.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c512158..6403d26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.2](https://github.com/altertable-ai/altertable-flightsql-python/compare/v0.3.1...v0.3.2) (2026-07-25) + + +### Bug Fixes + +* close Flight sessions before transport ([#16](https://github.com/altertable-ai/altertable-flightsql-python/issues/16)) ([2625d44](https://github.com/altertable-ai/altertable-flightsql-python/commit/2625d4494244e2ad24506c9a1e285c436e36376b)) + ## [0.3.1](https://github.com/altertable-ai/altertable-flightsql-python/compare/v0.3.0...v0.3.1) (2026-05-08) diff --git a/src/altertable_flightsql/__init__.py b/src/altertable_flightsql/__init__.py index b8e18f8..f886119 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.3.1" +__version__ = "0.3.2" from altertable_flightsql.client import Client, PreparedStatement