diff --git a/CHANGELOG.md b/CHANGELOG.md index dc43524..3234705 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.12.5](https://github.com/yarnpkg/pnp-rs/compare/v0.12.4...v0.12.5) - 2025-11-05 + +### Other + +- change `miniz_oxide` to `flate2` with `zlib-rs` backend ([#71](https://github.com/yarnpkg/pnp-rs/pull/71)) +- *(deps)* lock file maintenance ([#70](https://github.com/yarnpkg/pnp-rs/pull/70)) +- *(deps)* update dependency rust to v1.91.0 ([#69](https://github.com/yarnpkg/pnp-rs/pull/69)) +- clean up code ([#67](https://github.com/yarnpkg/pnp-rs/pull/67)) +- release-plz-action no longer requires CARGO_REGISTRY_TOKEN ([#66](https://github.com/yarnpkg/pnp-rs/pull/66)) + ## [0.12.4](https://github.com/yarnpkg/pnp-rs/compare/v0.12.3...v0.12.4) - 2025-10-27 ### Other diff --git a/Cargo.lock b/Cargo.lock index 15f51f4..30e2716 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -584,7 +584,7 @@ dependencies = [ [[package]] name = "pnp" -version = "0.12.4" +version = "0.12.5" dependencies = [ "byteorder", "concurrent_lru", diff --git a/Cargo.toml b/Cargo.toml index 0be1dfd..b69fdd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pnp" -version = "0.12.4" +version = "0.12.5" edition = "2021" license = "BSD-2-Clause" description = "Resolution primitives for Yarn PnP"