Skip to content

Commit ee3e774

Browse files
chore: release s2-sdk 0.4.1 (#72)
Co-authored-by: release-pleaze[bot] <262023388+release-pleaze[bot]@users.noreply.github.com> Co-authored-by: quettabit <27509167+quettabit@users.noreply.github.com>
1 parent 1d68ddf commit ee3e774

4 files changed

Lines changed: 11 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.4.0"
2+
".": "0.4.1"
33
}

CHANGELOG.md

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

3+
## [0.4.1](https://github.com/s2-streamstore/s2-sdk-python/compare/v0.4.0...v0.4.1) (2026-06-09)
4+
5+
6+
### Bug Fixes
7+
8+
* missing `fallible` decorator for public methods in `ops` mod ([#71](https://github.com/s2-streamstore/s2-sdk-python/issues/71)) ([74d7c70](https://github.com/s2-streamstore/s2-sdk-python/commit/74d7c70c7ca3aaaa7f4538dd5e3d9840f55f6e38))
9+
* missing check for unexpected response stream close in append session ([#74](https://github.com/s2-streamstore/s2-sdk-python/issues/74)) ([1d68ddf](https://github.com/s2-streamstore/s2-sdk-python/commit/1d68ddf22a3eaa4c6b2fbd0826d46b70435a5161))
10+
311
## [0.4.0](https://github.com/s2-streamstore/s2-sdk-python/compare/v0.3.1...v0.4.0) (2026-05-23)
412

513

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

0 commit comments

Comments
 (0)