From bda5806510d5a94f546d05324fe6e81972e7d50c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 07:52:47 +0000 Subject: [PATCH] chore(main): release altertable-lakehouse 0.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0262db7..8d7a673 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0150b85..def0956 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.3.0](https://github.com/altertable-ai/altertable-lakehouse-python/compare/altertable-lakehouse-v0.2.0...altertable-lakehouse-v0.3.0) (2026-04-10) + + +### Features + +* **client:** allow configuring TLS verification ([#8](https://github.com/altertable-ai/altertable-lakehouse-python/issues/8)) ([0356ca3](https://github.com/altertable-ai/altertable-lakehouse-python/commit/0356ca3df0268f0b07d78fa2d14e44079850a13e)), closes [#7](https://github.com/altertable-ai/altertable-lakehouse-python/issues/7) + ## [0.2.0](https://github.com/altertable-ai/altertable-lakehouse-python/compare/altertable-lakehouse-v0.1.0...altertable-lakehouse-v0.2.0) (2026-03-09) diff --git a/pyproject.toml b/pyproject.toml index ac8d6af..dea3a3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "altertable-lakehouse" -version = "0.2.0" +version = "0.3.0" description = "Official Python SDK for Altertable Lakehouse API" authors = ["Altertable "] readme = "README.md"