Skip to content

Commit 07bb166

Browse files
committed
update changelog and version
1 parent e3536a7 commit 07bb166

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
---
6+
## [0.8.2](https://github.com/Frommi/miniz_oxide/compare/0.8.1..0.8.2) - 2024-12-17
7+
8+
### Bug Fixes
9+
10+
- **(deflate)** fix ([#159](https://github.com/Frommi/miniz_oxide/issues/159)) - ([e3536a7](https://github.com/Frommi/miniz_oxide/commit/e3536a779451012db9d6f8d803252a4f30ce6b91)) (fix for bug accidentally introduced in the previous release causing panics in some cases)- Matthew Deville
11+
512
---
613
## [0.8.1](https://github.com/Frommi/miniz_oxide/compare/0.8.0..0.8.1) - 2024-12-17
714

miniz_oxide/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "miniz_oxide"
33
authors = ["Frommi <[email protected]>", "oyvindln <[email protected]>"]
4-
version = "0.8.1"
4+
version = "0.8.2"
55
license = "MIT OR Zlib OR Apache-2.0"
66
readme = "Readme.md"
77
keywords = ["zlib", "miniz", "deflate", "encoding"]

0 commit comments

Comments
 (0)