Skip to content

Commit

Permalink
Bump 1.9.131
Browse files Browse the repository at this point in the history
  • Loading branch information
bozaro committed Oct 15, 2015
1 parent 1ae80c4 commit 873db79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.9.131:

* Do not wait for fill whole buffer on read. It's usefull for read network stream (thanks to Brian Vincent)

1.8.131:

* Update lz4 to v131
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "lz4"
license = "MIT"
version = "1.8.131"
version = "1.9.131"
authors = [ "Artem V. Navrotskiy <bozaro@buzzsoft.ru>" ]
build = "src/build.rs"
description = "Rust LZ4 bindings library."
Expand Down

0 comments on commit 873db79

Please sign in to comment.