Skip to content

Commit b408a25

Browse files
chore: release s2-sdk 0.7.0 (#89)
Co-authored-by: release-pleaze[bot] <262023388+release-pleaze[bot]@users.noreply.github.com>
1 parent 7e83de4 commit b408a25

4 files changed

Lines changed: 19 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.6.0"
2+
".": "0.7.0"
33
}

CHANGELOG.md

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

3+
## [0.7.0](https://github.com/s2-streamstore/s2-sdk-python/compare/v0.6.0...v0.7.0) (2026-07-21)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* introduce `ReadSession` with caught-up state tracking ([#88](https://github.com/s2-streamstore/s2-sdk-python/issues/88))
9+
10+
### Features
11+
12+
* introduce `ReadSession` with caught-up state tracking ([#88](https://github.com/s2-streamstore/s2-sdk-python/issues/88)) ([55da950](https://github.com/s2-streamstore/s2-sdk-python/commit/55da9502bac470b0baf8cbd6780c9e89474ce866))
13+
14+
15+
### Documentation
16+
17+
* use context manager in read session examples ([#90](https://github.com/s2-streamstore/s2-sdk-python/issues/90)) ([6cfbd98](https://github.com/s2-streamstore/s2-sdk-python/commit/6cfbd98558fcba56c5c14cf426eee327004c6f46))
18+
319
## [0.6.0](https://github.com/s2-streamstore/s2-sdk-python/compare/v0.5.0...v0.6.0) (2026-07-08)
420

521

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.6.0" # x-release-please-version
13+
release = "0.7.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.6.0"
3+
version = "0.7.0"
44
description = "Python SDK for s2.dev"
55
readme = "README.md"
66
license = "MIT"

0 commit comments

Comments
 (0)