Skip to content

Commit

Permalink
release 1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarks committed Jun 11, 2024
1 parent edd20f4 commit 6ba829f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

1.25.0:
* Add content_size setting to Lz4FrameInfo
* Add LZ4_setStreamDecode
* Docs updates

1.24.0:
* Update to lz4 1.9.4 (lz4-sys 1.9.4) - this fixes CVE-2021-3520, which was a security vulnerability in the core lz4 library
* export the include directory of lz4 from build.rs
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.24.0"
version = "1.25.0"
readme = "README.md"
authors = [ "Jens Heyens <[email protected]>", "Artem V. Navrotskiy <[email protected]>", "Patrick Marks <[email protected]>"]
description = "Rust LZ4 bindings library."
Expand Down

0 comments on commit 6ba829f

Please sign in to comment.