diff --git a/CHANGELOG.md b/CHANGELOG.md index 1efe7ef..ec2ad5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.0.1 [2021-09-02] +* No longer show an error when piping the output of histdb-rs and the + pipe has been closed. [#19] + ## 2.0.0 [2021-08-31] * Add flag `--session`. Allows to filter entries by the given session. The session of a history entry can be found using diff --git a/Cargo.lock b/Cargo.lock index 5057b5c..8853dd3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -375,7 +375,7 @@ dependencies = [ [[package]] name = "histdb-rs" -version = "2.0.0" +version = "2.0.1" dependencies = [ "bincode", "chrono", diff --git a/Cargo.toml b/Cargo.toml index cb5fefa..fe0830f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "histdb-rs" -version = "2.0.0" +version = "2.0.1" authors = ["Alexander Thaller "] edition = "2018"