Skip to content

Commit f976dc3

Browse files
committed
bump to 0.8.2
1 parent 5614f75 commit f976dc3

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

Changelog.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,15 @@
22

33
This document records the changes made between versions, starting with version 0.5.0
44

5-
# After 0.8.0 (Current)
5+
# After 0.8.2 (Current)
6+
7+
# After 0.8.1
8+
* The CLI has been refactored to use `clap`
9+
* The MatchDriverGenerator has been made public so users can name it as `M` in `FrameCompressor<R,W,M>`
10+
11+
# After 0.8.0
612
* The compressor now includes a `content_checksum` when the `hash` feature is enabled
713
* Dictionary generation has been added
8-
* The CLI has been refactored to use `clap`
914

1015
# After 0.7.3
1116
* Add initial compression support

ruzstd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ruzstd"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
authors = ["Moritz Borcherding <moritz.borcherding@web.de>"]
55
edition = "2018"
66
license = "MIT"

0 commit comments

Comments
 (0)