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 May 17, 2024
1 parent 963a9ba commit 2ebf8e2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
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.7.3](https://github.com/Frommi/miniz_oxide/compare/0.7.2..0.7.3) - 2024-05-17

### Bug Fixes

- **(miniz_oxide)** Fix version specification for simd-adler32 ([#150](https://github.com/Frommi/miniz_oxide/issues/150)) - ([35c71e1](https://github.com/Frommi/miniz_oxide/commit/35c71e1d4b20f03936fb690793103b636f1b0038)) - Daniel Müller
- Fix clippy lints ([#151](https://github.com/Frommi/miniz_oxide/issues/151)) - ([7c758d4](https://github.com/Frommi/miniz_oxide/commit/7c758d4d1cabf24108730ddfdc899b7f62bc2d1d)) - Gnome!
- **(miniz_oxide)** Remove lookup table from rustc-std builds ([#152](https://github.com/Frommi/miniz_oxide/issues/152)) - ([434d9ab](https://github.com/Frommi/miniz_oxide/commit/434d9abff04421355a76b87eb632e3fbab917268)) - Gnome!

---
## [0.7.2](https://github.com/Frommi/miniz_oxide/compare/0.7.1..0.7.2) - 2024-02-03

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "miniz_oxide_c_api"
authors = ["Frommi <daniil.liferenko@gmail.com>", "oyvindln <oyvindln@users.noreply.github.com>"]
version = "0.3.0"
version = "0.3.1"
build = "src/build.rs"
license = "MIT"
readme = "README.md"
Expand All @@ -25,7 +25,7 @@ name = "miniz_oxide_c_api"
cc = "1.0.83"
libc = "0.2.22"
crc32fast = "1.2.0"
miniz_oxide = { path = "miniz_oxide", version = "0.7.1" }
miniz_oxide = { path = "miniz_oxide", version = "0.7.3" }

[build-dependencies]
cc = "1.0"
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 <daniil.liferenko@gmail.com>", "oyvindln <oyvindln@users.noreply.github.com>"]
version = "0.7.2"
version = "0.7.3"
license = "MIT OR Zlib OR Apache-2.0"
readme = "Readme.md"
keywords = ["zlib", "miniz", "deflate", "encoding"]
Expand Down

0 comments on commit 2ebf8e2

Please sign in to comment.