Skip to content

Commit aed66e2

Browse files
committed
initial commit
1 parent 762c350 commit aed66e2

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## [5.0.0] - 2025-09-03
6+
7+
### Refactor
8+
9+
- [**breaking**] Replace `retention_age` with `retention_policy` ([#104](https://github.com/s2-streamstore/s2-sdk-python/issues/104))
10+
511
## [4.0.0] - 2025-08-11
612

713
### Features

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 = "4.0.0"
13+
release = "5.0.0"
1414

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "streamstore"
3-
version = "4.0.0"
4-
description = "Python SDK for S2, the Stream Store"
3+
version = "5.0.0"
4+
description = "Python SDK for s2.dev"
55
readme = "README.md"
66
requires-python = ">=3.11"
77
dependencies = [

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)