Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Jan 21, 2024
1 parent 4536536 commit 1e9eb7f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "weezl"
version = "0.1.7"
version = "0.1.8"
license = "MIT OR Apache-2.0"
description = "Fast LZW compression and decompression."
authors = ["The image-rs Developers"]
Expand Down
5 changes: 5 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Version 0.1.8

- Fixed incorrect state after `Decoder::reset`
- Added `Debug` to result types

## Version 0.1.7

- Implicit reset is now supported for decoding.
Expand Down

0 comments on commit 1e9eb7f

Please sign in to comment.