Skip to content

Commit

Permalink
release: version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shenek committed Apr 20, 2021
1 parent f2c6efa commit 2b0bd04
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
4.0.0 (2021-04-20)
------------------

* upgraded streamson-lib to 7.0.1
* handlers redone (streamson-lib uses streaming handlers)
* added can use handlers from streamson-lib
* added all strategy
* API updated to be compatible with newer version of streamson-lib
* running test on macos and windows
* use Faker to generate nicer input for test data

3.1.0 (2020-11-24)
------------------

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "streamson-python"
version = "3.1.0"
version = "4.0.0"
authors = ["Stepan Henek"]
edition = "2018"
description = "Python wrappers around streamson"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ manylinux = "2014"

[tool.poetry]
name = "streamson-python"
version = "3.1.0"
version = "4.0.0"
description = "Python wrappers around streamson"
authors = ["Stepan Henek"]
license = "MIT"
Expand Down

0 comments on commit 2b0bd04

Please sign in to comment.