From 3e0e01ddc20912c980306de23b1f186e64bd4e80 Mon Sep 17 00:00:00 2001 From: "@uartnet" <140632163+uartnet@users.noreply.github.com> Date: Sat, 1 Aug 2026 21:51:15 +0200 Subject: [PATCH] chore(main): release 0.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ pyproject.toml | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2537c1f..f1c1e58 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "0.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bdf57d..d95437e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.5.0](https://github.com/rstreamlabs/rstream-python/compare/v0.4.0...v0.5.0) (2026-08-01) + + +### Features + +* **edge:** release region-aware Python tunnels ([61250d2](https://github.com/rstreamlabs/rstream-python/commit/61250d2750d090434d01eee1c1da3495c348506b)) +* **edge:** support region-aware tunnels ([095356a](https://github.com/rstreamlabs/rstream-python/commit/095356a17d6a841d460f82453c837e8e3b4b3b45)) + + +### Bug Fixes + +* **api:** align project routing metadata ([1f7d26a](https://github.com/rstreamlabs/rstream-python/commit/1f7d26a7de428e6e6a32c8fac523858626927f85)) +* **edge:** allow cross-region routing for every protocol ([7626e8d](https://github.com/rstreamlabs/rstream-python/commit/7626e8dc0f815182393d423a09add57333673c31)) + + +### Documentation + +* organize internal documentation ([b46829d](https://github.com/rstreamlabs/rstream-python/commit/b46829d97e05403cb5c4b24260a8701bc1f9b509)) + ## [0.4.0](https://github.com/rstreamlabs/rstream-python/compare/v0.3.0...v0.4.0) (2026-07-18) diff --git a/pyproject.toml b/pyproject.toml index 0529793..3b85524 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "rstreamlabs-rstream" -version = "0.4.0" +version = "0.5.0" description = "Python SDK for rstream tunnels." readme = "README.md" requires-python = ">=3.10"