Skip to content

Commit

Permalink
Version lzss 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkazik committed May 15, 2023
1 parent 8009f8f commit ce536c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lzss/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lzss"
version = "0.9.0"
version = "0.9.1"
authors = ["ALeX Kazik <[email protected]>"]
edition = "2021"
description = "A LZSS en-/decompressor (lossless data compression, no_std capable, in pure Rust)"
Expand Down
6 changes: 6 additions & 0 deletions lzss/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## 0.9.0 -- 2023-02-01

* Check if the buffer fits into usize
* Fix typos
* Fix clippy warnings

## 0.9.0 -- 2023-02-01

* Use safe rust thanks to @cbiffle
* Use const_panic always
* Rename generic's de-/compress to de-/compress_stack
Expand Down

0 comments on commit ce536c2

Please sign in to comment.