Skip to content

Commit c156630

Browse files
committed
release: version 1.0.0
1 parent fb708f1 commit c156630

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.0.0 (2020-07-03)
2+
------------------
3+
4+
* refactor so it is possible to use different matchers
5+
16
0.1.0 (2020-06-08)
27
------------------
38

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 = "0.1.0"
3+
version = "1.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 = "0.1.0"
11+
version = "1.0.0"
1212
description = "Python wrappers around streamson"
1313
authors = ["Stepan Henek"]
1414
license = "MIT"

0 commit comments

Comments
 (0)