Skip to content

Commit ba479a7

Browse files
chore: release s2-sdk 0.3.0 (#57)
Co-authored-by: release-pleaze[bot] <262023388+release-pleaze[bot]@users.noreply.github.com>
1 parent b57079c commit ba479a7

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.2.2"
2+
".": "0.3.0"
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.0](https://github.com/s2-streamstore/s2-sdk-python/compare/v0.2.2...v0.3.0) (2026-05-21)
4+
5+
6+
### Features
7+
8+
* add `ensure_basin` and `ensure_stream` ops ([#56](https://github.com/s2-streamstore/s2-sdk-python/issues/56)) ([b57079c](https://github.com/s2-streamstore/s2-sdk-python/commit/b57079c7aab1d104320491526b635a94cb6cd00e))
9+
310
## [0.2.2](https://github.com/s2-streamstore/s2-sdk-python/compare/v0.2.1...v0.2.2) (2026-05-17)
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.2.2" # x-release-please-version
13+
release = "0.3.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.2.2"
3+
version = "0.3.0"
44
description = "Python SDK for s2.dev"
55
readme = "README.md"
66
license = "MIT"

0 commit comments

Comments
 (0)