Skip to content

Commit 44e43c7

Browse files
committed
bump version and update changelog
1 parent 025c06e commit 44e43c7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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.9](https://github.com/Frommi/miniz_oxide/compare/0.8.8..0.8.9) - 2025-06-09
7+
8+
### Other
9+
10+
- Remove `compiler-builtins` from `rustc-dep-of-std` dependencies ([#173](https://github.com/Frommi/miniz_oxide/issues/173)) - ([025c06e](https://github.com/Frommi/miniz_oxide/commit/025c06ed3258817474f8c2608e6decc43ce1de73)) - Trevor Gross
11+
512
---
613
## [0.8.8](https://github.com/Frommi/miniz_oxide/compare/0.8.7..0.8.8) - 2025-04-08
714

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.8.8"
4+
version = "0.8.9"
55
license = "MIT OR Zlib OR Apache-2.0"
66
readme = "Readme.md"
77
keywords = ["zlib", "miniz", "deflate", "encoding"]

0 commit comments

Comments
 (0)