Skip to content

Commit

Permalink
bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindln committed Feb 21, 2025
1 parent 3d62e6b commit 341edf5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file.

---
## [0.8.5](https://github.com/Frommi/miniz_oxide/compare/0.8.4..0.8.5) - 2025-02-21

### Bug Fixes

- **(deflate)** some cleanups and evade a bounds check in compress_lz_codes - ([4c38ff8](https://github.com/Frommi/miniz_oxide/commit/4c38ff8abb3f8ee1f3708f8facd15d1fe9975fbc)) - oyvindln
- **(deflate)** fix bug causing 0 length stored block to be output incorrectly causing corrupt stream - ([3d62e6b](https://github.com/Frommi/miniz_oxide/commit/3d62e6b6b81441b4a1867bf1504672c835654919)) - oyvindln


---
## [0.8.4](https://github.com/Frommi/miniz_oxide/compare/0.8.3..0.8.4) - 2025-02-11

Expand Down
2 changes: 1 addition & 1 deletion miniz_oxide/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "miniz_oxide"
authors = ["Frommi <[email protected]>", "oyvindln <[email protected]>", "Rich Geldreich [email protected]"]
version = "0.8.4"
version = "0.8.5"
license = "MIT OR Zlib OR Apache-2.0"
readme = "Readme.md"
keywords = ["zlib", "miniz", "deflate", "encoding"]
Expand Down

0 comments on commit 341edf5

Please sign in to comment.