Skip to content

Commit 746b20e

Browse files
chore: release s2-sdk 0.6.0 (#86)
Co-authored-by: release-pleaze[bot] <262023388+release-pleaze[bot]@users.noreply.github.com>
1 parent c050a9d commit 746b20e

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.5.0"
2+
".": "0.6.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.6.0](https://github.com/s2-streamstore/s2-sdk-python/compare/v0.5.0...v0.6.0) (2026-07-08)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* incorrect and inconsistent yield semantics in `append_record_batches` ([#85](https://github.com/s2-streamstore/s2-sdk-python/issues/85))
9+
10+
### Bug Fixes
11+
12+
* 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))
13+
* 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))
14+
315
## [0.5.0](https://github.com/s2-streamstore/s2-sdk-python/compare/v0.4.3...v0.5.0) (2026-07-07)
416

517

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
project = "s2-sdk"
1212
copyright = f"{date.today().year}, Bandar Systems Inc"
13-
release = "0.5.0" # x-release-please-version
13+
release = "0.6.0" # x-release-please-version
1414

1515
# -- General configuration ---------------------------------------------------
1616
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "s2-sdk"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
description = "Python SDK for s2.dev"
55
readme = "README.md"
66
license = "MIT"

0 commit comments

Comments
 (0)