diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43..0ee8c01 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9665834..1b0fb34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/rstreamlabs/rstream-python/compare/v0.2.0...v0.3.0) (2026-07-11) + + +### Features + +* add automatic transport and datagram delivery metadata ([344a6f2](https://github.com/rstreamlabs/rstream-python/commit/344a6f2d27a00090fe40df8a3ecb70eceadf2524)) + ## [0.2.0](https://github.com/rstreamlabs/rstream-python/compare/v0.1.1...v0.2.0) (2026-06-25) diff --git a/pyproject.toml b/pyproject.toml index 7a45570..971004d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "rstreamlabs-rstream" -version = "0.2.0" +version = "0.3.0" description = "Python SDK for rstream tunnels." readme = "README.md" requires-python = ">=3.10"