Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
PSeitz committed Jan 30, 2023
1 parent 8f5135e commit a122673
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
0.10.0 (2023-01-30)
==================
Add support of decoding legacy frames, used by linux kernel (thanks to @yestyle)
* https://github.com/PSeitz/lz4_flex/pull/66

0.9.5 (2022-09-03)
==================
Add into_inner() to FrameDecoder
* https://github.com/PSeitz/lz4_flex/pull/56
* https://github.com/PSeitz/lz4_flex/pull/56 (thanks to @james-rms)

0.9.4 (2022-07-31)
==================
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ homepage = "https://github.com/pseitz/lz4_flex"
repository = "https://github.com/pseitz/lz4_flex"
readme = "README.md"
license = "MIT"
version = "0.9.5"
version = "0.10.0"
include = ["src/*.rs", "src/frame/**/*", "src/block/**/*", "README.md"]

[[bench]]
Expand Down

0 comments on commit a122673

Please sign in to comment.