Skip to content

Commit e222892

Browse files
authored
release 0.2.0 (#16)
1 parent 6f4a48f commit e222892

4 files changed

Lines changed: 9 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [unreleased]
5+
## [0.2.0] - 2025-01-17
6+
7+
### Bug Fixes
8+
9+
- Limits in read session resumption ([#14](https://github.com/s2-streamstore/s2-sdk-python/issues/14))
610

711
### Documentation
812

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 = "streamstore"
1212
copyright = f"{date.today().year}, Bandar Systems Inc"
13-
release = "0.1.4"
13+
release = "0.2.0"
1414

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

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "streamstore"
3-
version = "0.1.4"
3+
version = "0.2.0"
44
description = "Python SDK for S2, the Stream Store"
55
readme = "README.md"
66
requires-python = ">=3.11"
@@ -22,10 +22,7 @@ docs = [
2222
]
2323

2424
[dependency-groups]
25-
dev = [
26-
"mypy>=1.14.1",
27-
"ruff>=0.9.1",
28-
]
25+
dev = ["mypy>=1.14.1", "ruff>=0.9.1"]
2926

3027
[build-system]
3128
requires = ["hatchling"]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)