diff --git a/CHANGELOG.md b/CHANGELOG.md index 3234705..635f128 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.12.6](https://github.com/yarnpkg/pnp-rs/compare/v0.12.5...v0.12.6) - 2025-12-24 + +### Added + +- use nodejs-built-in-modules crate to remove duplicated code ([#81](https://github.com/yarnpkg/pnp-rs/pull/81)) + +### Other + +- *(deps)* update rust crate fancy-regex to ^0.17.0 ([#80](https://github.com/yarnpkg/pnp-rs/pull/80)) +- *(deps)* update dependency rust to v1.92.0 ([#79](https://github.com/yarnpkg/pnp-rs/pull/79)) +- *(deps)* update rust crate criterion to v0.8.1 ([#78](https://github.com/yarnpkg/pnp-rs/pull/78)) +- *(deps)* update yarn to v4.12.0 ([#77](https://github.com/yarnpkg/pnp-rs/pull/77)) +- *(deps)* update rust crate criterion to 0.8 ([#76](https://github.com/yarnpkg/pnp-rs/pull/76)) +- *(deps)* update dependency rust to v1.91.1 ([#75](https://github.com/yarnpkg/pnp-rs/pull/75)) +- *(deps)* lock file maintenance ([#73](https://github.com/yarnpkg/pnp-rs/pull/73)) +- *(deps)* update yarn to v4.11.0 ([#72](https://github.com/yarnpkg/pnp-rs/pull/72)) + ## [0.12.5](https://github.com/yarnpkg/pnp-rs/compare/v0.12.4...v0.12.5) - 2025-11-05 ### Other diff --git a/Cargo.lock b/Cargo.lock index db0824d..4fede2d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -627,7 +627,7 @@ dependencies = [ [[package]] name = "pnp" -version = "0.12.5" +version = "0.12.6" dependencies = [ "byteorder", "concurrent_lru", diff --git a/Cargo.toml b/Cargo.toml index 8ccb5a8..396e31b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pnp" -version = "0.12.5" +version = "0.12.6" edition = "2021" license = "BSD-2-Clause" description = "Resolution primitives for Yarn PnP"