From 153f51416f045a48bbd991c3be9d5c6c46400d65 Mon Sep 17 00:00:00 2001 From: "@uartnet" <140632163+uartnet@users.noreply.github.com> Date: Thu, 25 Jun 2026 13:56:29 +0200 Subject: [PATCH] chore(main): release 0.2.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 a915e8c..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f263634..9665834 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/rstreamlabs/rstream-python/compare/v0.1.1...v0.2.0) (2026-06-25) + + +### Features + +* add engine API watch and stable domains support ([eb41f8c](https://github.com/rstreamlabs/rstream-python/commit/eb41f8c20babfa3222d8510e5e49d2cc97ede221)) + ## [0.1.1](https://github.com/rstreamlabs/rstream-python/compare/v0.1.0...v0.1.1) (2026-06-16) diff --git a/pyproject.toml b/pyproject.toml index e951d92..5a0b585 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "rstreamlabs-rstream" -version = "0.1.1" +version = "0.2.0" description = "Python SDK for rstream tunnels." readme = "README.md" requires-python = ">=3.10"