Skip to content

Commit

Permalink
Release v0.3.7 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnatsel authored Dec 6, 2024
1 parent ef2c31f commit c365c7e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.3.7

- Optimized decoding of streams that use fixed huffman blocks ([#38], [#39])

[#38]: https://github.com/image-rs/fdeflate/pull/38
[#39]: https://github.com/image-rs/fdeflate/pull/39

## 0.3.6

This release improves end-to-end decoding peformance for PNG images by 10% on average,
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fdeflate"
version = "0.3.6"
version = "0.3.7"
edition = "2021"

# note: when changed, also update test runner in `.github/workflows/rust.yml`
Expand Down

0 comments on commit c365c7e

Please sign in to comment.