From 01ffda17d19dd2a0e9f120e62eb818452236d2d6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 20:51:20 +0000 Subject: [PATCH] chore(main): release altertable 0.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md 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 new file mode 100644 index 0000000..f20dc5e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.2.0](https://github.com/altertable-ai/altertable-python/compare/altertable-v0.1.0...altertable-v0.2.0) (2026-03-09) + + +### Features + +* bootstrap Python Product Analytics SDK for v0.9.0 ([#2](https://github.com/altertable-ai/altertable-python/issues/2)) ([0ad5fb2](https://github.com/altertable-ai/altertable-python/commit/0ad5fb2365857e527dbcb957ea9208ddf420cf26)) diff --git a/pyproject.toml b/pyproject.toml index 4b8f690..268612b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "altertable" -version = "0.1.0" +version = "0.2.0" description = "Official Python SDK for Altertable Product Analytics" authors = ["Altertable "] readme = "README.md"