Skip to content

Commit

Permalink
release: version 1.0.2
Browse files Browse the repository at this point in the history
shenek committed Jul 2, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent d0bd6c8 commit f150563
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.0.2 (2020-07-02)
------------------

* make matchers clonable

1.0.1 (2020-06-28)
------------------

4 changes: 2 additions & 2 deletions streamson-bin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "streamson-bin"
version = "1.0.1"
version = "1.0.2"
authors = ["Stepan Henek <[email protected]>"]
edition = "2018"
description = "A program which processess large JSON input and splits them into a small ones."
@@ -12,4 +12,4 @@ categories = ["parsing"]

[dependencies]
clap = "2.33"
streamson-lib = { version = "1.0.1", path = "../streamson-lib/" }
streamson-lib = { version = "1.0.2", path = "../streamson-lib/" }
2 changes: 1 addition & 1 deletion streamson-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "streamson-lib"
version = "1.0.1"
version = "1.0.2"
authors = ["Stepan Henek"]
edition = "2018"
description = "Library for splitting large JSONs"
4 changes: 2 additions & 2 deletions streamson-tokio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "streamson-tokio"
version = "1.0.1"
version = "1.0.2"
authors = ["Stepan Henek"]
edition = "2018"
description = "Tokio and streamson integration library"
@@ -12,7 +12,7 @@ categories = ["parsing"]

[dependencies]
bytes = "0.5"
streamson-lib = { version = "1.0.1", path = "../streamson-lib/" }
streamson-lib = { version = "1.0.2", path = "../streamson-lib/" }
tokio-util = { version = "0.3", features = ["codec"] }

[dev-dependencies]

0 comments on commit f150563

Please sign in to comment.