From 194fc8fd9749e8fc4508ad99c04e0dcebbb3a19e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 01:38:28 +0000 Subject: [PATCH] chore: release v0.12.6 --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3234705..10e6ba4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ 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-08 + +### Other + +- *(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 4123d80..52923b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -621,7 +621,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 a11db31..cb03ec6 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"