Skip to content

Commit a122673

Browse files
committed
bump version
1 parent 8f5135e commit a122673

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
0.10.0 (2023-01-30)
2+
==================
3+
Add support of decoding legacy frames, used by linux kernel (thanks to @yestyle)
4+
* https://github.com/PSeitz/lz4_flex/pull/66
5+
16
0.9.5 (2022-09-03)
27
==================
38
Add into_inner() to FrameDecoder
4-
* https://github.com/PSeitz/lz4_flex/pull/56
9+
* https://github.com/PSeitz/lz4_flex/pull/56 (thanks to @james-rms)
510

611
0.9.4 (2022-07-31)
712
==================

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ homepage = "https://github.com/pseitz/lz4_flex"
88
repository = "https://github.com/pseitz/lz4_flex"
99
readme = "README.md"
1010
license = "MIT"
11-
version = "0.9.5"
11+
version = "0.10.0"
1212
include = ["src/*.rs", "src/frame/**/*", "src/block/**/*", "README.md"]
1313

1414
[[bench]]

0 commit comments

Comments
 (0)