From 9947eddd25b42e715d5862b9fe5b271faa171b55 Mon Sep 17 00:00:00 2001 From: "release-pleaze[bot]" <262023388+release-pleaze[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 19:38:22 +0000 Subject: [PATCH] chore: release s2-sdk 0.6.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ docs/source/conf.py | 2 +- pyproject.toml | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f1c1e58..bcd0522 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.0" + ".": "0.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b7ccce4..bc19f37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.6.0](https://github.com/s2-streamstore/s2-sdk-python/compare/v0.5.0...v0.6.0) (2026-07-08) + + +### ⚠ BREAKING CHANGES + +* incorrect and inconsistent yield semantics in `append_record_batches` ([#85](https://github.com/s2-streamstore/s2-sdk-python/issues/85)) + +### Bug Fixes + +* incorrect and inconsistent yield semantics in `append_record_batches` ([#85](https://github.com/s2-streamstore/s2-sdk-python/issues/85)) ([65c5590](https://github.com/s2-streamstore/s2-sdk-python/commit/65c559042332a1c06eaa320be0b03ac03dd7a355)) +* uncaught `asyncio.CancelledError` in `Connection.send_headers` ([#87](https://github.com/s2-streamstore/s2-sdk-python/issues/87)) ([c050a9d](https://github.com/s2-streamstore/s2-sdk-python/commit/c050a9d02326293bbf1099c71a12efca956b6f36)) + ## [0.5.0](https://github.com/s2-streamstore/s2-sdk-python/compare/v0.4.3...v0.5.0) (2026-07-07) diff --git a/docs/source/conf.py b/docs/source/conf.py index bf5a94a..89d1096 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -10,7 +10,7 @@ project = "s2-sdk" copyright = f"{date.today().year}, Bandar Systems Inc" -release = "0.5.0" # x-release-please-version +release = "0.6.0" # x-release-please-version # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 0f26d94..98099a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "s2-sdk" -version = "0.5.0" +version = "0.6.0" description = "Python SDK for s2.dev" readme = "README.md" license = "MIT"