Skip to content

Commit 12e5c5a

Browse files
chore: release s2-sdk 0.3.1 (#60)
Co-authored-by: release-pleaze[bot] <262023388+release-pleaze[bot]@users.noreply.github.com>
1 parent 2ce5fef commit 12e5c5a

4 files changed

Lines changed: 10 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.3.0"
2+
".": "0.3.1"
33
}

CHANGELOG.md

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

3+
## [0.3.1](https://github.com/s2-streamstore/s2-sdk-python/compare/v0.3.0...v0.3.1) (2026-05-23)
4+
5+
6+
### Documentation
7+
8+
* add missing note block to `ensure_stream` op ([#59](https://github.com/s2-streamstore/s2-sdk-python/issues/59)) ([2ce5fef](https://github.com/s2-streamstore/s2-sdk-python/commit/2ce5fefb5d1aece49d2a46dbf945391387b412cd))
9+
310
## [0.3.0](https://github.com/s2-streamstore/s2-sdk-python/compare/v0.2.2...v0.3.0) (2026-05-21)
411

512

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

0 commit comments

Comments
 (0)