From cbdfe8c55e0a5ec42c13127b2410450763f49d66 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 04:07:25 +0000 Subject: [PATCH] chore: release v0.12.6 --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3234705..1c8fb7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ 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-11-11 + +### Other + +- *(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 c9f9c99..1990da6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -584,7 +584,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 b69fdd0..cd1881a 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"