Skip to content

Commit 2b0bd04

Browse files
committed
release: version 4.0.0
1 parent f2c6efa commit 2b0bd04

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
4.0.0 (2021-04-20)
2+
------------------
3+
4+
* upgraded streamson-lib to 7.0.1
5+
* handlers redone (streamson-lib uses streaming handlers)
6+
* added can use handlers from streamson-lib
7+
* added all strategy
8+
* API updated to be compatible with newer version of streamson-lib
9+
* running test on macos and windows
10+
* use Faker to generate nicer input for test data
11+
112
3.1.0 (2020-11-24)
213
------------------
314

Cargo.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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "streamson-python"
3-
version = "3.1.0"
3+
version = "4.0.0"
44
authors = ["Stepan Henek"]
55
edition = "2018"
66
description = "Python wrappers around streamson"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manylinux = "2014"
88

99
[tool.poetry]
1010
name = "streamson-python"
11-
version = "3.1.0"
11+
version = "4.0.0"
1212
description = "Python wrappers around streamson"
1313
authors = ["Stepan Henek"]
1414
license = "MIT"

0 commit comments

Comments
 (0)