Skip to content

Commit 4e58239

Browse files
committed
bump version and update changelog
1 parent a9b3756 commit 4e58239

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

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

5+
---
6+
## [0.9.1](https://github.com/Frommi/miniz_oxide/compare/0.9.0..0.9.1) - 2026-03-13
7+
8+
### Bug Fixes
9+
10+
- reject incomplete Huffman trees with max code length > 1 ([#190](https://github.com/Frommi/miniz_oxide/issues/190)) - ([c40992a](https://github.com/Frommi/miniz_oxide/commit/c40992ad6df8040794df767290ed0ffc45edc2e0)) - Lilith River
11+
- bump simd_adler32 dependency version (needed for wasm issue fix) - ([a9b3756](https://github.com/Frommi/miniz_oxide/commit/a9b3756c8d324c736275287b1d42e8bbd44867ee)) - oyvindln
12+
13+
### Other
14+
15+
- add wasmtime to workflow for running tests with wasip1 - ([f70ad10](https://github.com/Frommi/miniz_oxide/commit/f70ad1034010127057ba9e136edeac0c34adb853)) - oyvindln
16+
- box LZOxide.codes on wasm32 to reduce stack allocation ([#189](https://github.com/Frommi/miniz_oxide/issues/189)) - ([d0f3e0c](https://github.com/Frommi/miniz_oxide/commit/d0f3e0cb44fb9a0ce0b876010025949700533258)) - Fabrício Bracht
17+
518
---
619
## [0.9.0](https://github.com/Frommi/miniz_oxide/compare/0.8.9..0.9.0) - 2026-01-12
720

miniz_oxide/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "miniz_oxide"
33
authors = ["Frommi <daniil.liferenko@gmail.com>", "oyvindln <oyvindln@users.noreply.github.com>", "Rich Geldreich richgel99@gmail.com"]
4-
version = "0.9.0"
4+
version = "0.9.1"
55
license = "MIT OR Zlib OR Apache-2.0"
66
readme = "Readme.md"
77
keywords = ["zlib", "miniz", "deflate", "encoding"]

0 commit comments

Comments
 (0)