Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down