diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 96d9691..0262db7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 28871e5..0150b85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [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) + + +### Features + +* implement altertable-lakehouse SDK based on v0.9.0 specs ([#2](https://github.com/altertable-ai/altertable-lakehouse-python/issues/2)) ([ee85ba3](https://github.com/altertable-ai/altertable-lakehouse-python/commit/ee85ba323f0709f2192217455fbda4635acd5159)) + ## [0.1.0] - 2026-03-09 ### Added - Initial release of the Python SDK for the Altertable Lakehouse API. diff --git a/pyproject.toml b/pyproject.toml index b3f54df..ac8d6af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "altertable-lakehouse" -version = "0.1.0" +version = "0.2.0" description = "Official Python SDK for Altertable Lakehouse API" authors = ["Altertable "] readme = "README.md"