diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..a915e8c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d24ef1f..f263634 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,15 @@ # Changelog +## [0.1.1](https://github.com/rstreamlabs/rstream-python/compare/v0.1.0...v0.1.1) (2026-06-16) + + +### Bug Fixes + +* handle asyncio timeouts on Python 3.10 ([a645485](https://github.com/rstreamlabs/rstream-python/commit/a645485de5285424eba983fd85675d13379d6aad)) + ## 0.1.0 - Initial Python SDK for rstream bytestream tunnels. - Added async runtime client, control channel, tunnel creation, private dial, local forwarding, ASGI helper, shared config resolution, webhook signature verification, tests, examples, and CI. - diff --git a/pyproject.toml b/pyproject.toml index a799fb1..2ee384d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "rstreamlabs-rstream" -version = "0.1.0" +version = "0.1.1" description = "Python SDK for rstream tunnels." readme = "README.md" requires-python = ">=3.10"