diff --git a/CHANGELOG.md b/CHANGELOG.md index e6dcd7a..1ff7a13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.12.4](https://github.com/yarnpkg/pnp-rs/compare/v0.12.3...v0.12.4) - 2025-09-30 + +### Other + +- *(deps)* lock file maintenance rust crates ([#58](https://github.com/yarnpkg/pnp-rs/pull/58)) +- *(deps)* lock file maintenance npm packages ([#57](https://github.com/yarnpkg/pnp-rs/pull/57)) +- *(deps)* lock file maintenance rust crates ([#56](https://github.com/yarnpkg/pnp-rs/pull/56)) +- *(deps)* lock file maintenance npm packages ([#55](https://github.com/yarnpkg/pnp-rs/pull/55)) +- *(deps)* update dependency rust to v1.90.0 ([#54](https://github.com/yarnpkg/pnp-rs/pull/54)) +- *(deps)* lock file maintenance rust crates ([#52](https://github.com/yarnpkg/pnp-rs/pull/52)) +- *(deps)* lock file maintenance npm packages ([#51](https://github.com/yarnpkg/pnp-rs/pull/51)) + ## [0.12.3](https://github.com/yarnpkg/pnp-rs/compare/v0.12.2...v0.12.3) - 2025-09-10 ### Other diff --git a/Cargo.lock b/Cargo.lock index d88c7ea..94112f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -565,7 +565,7 @@ dependencies = [ [[package]] name = "pnp" -version = "0.12.3" +version = "0.12.4" dependencies = [ "byteorder", "concurrent_lru", diff --git a/Cargo.toml b/Cargo.toml index 6e64959..9475ed8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pnp" -version = "0.12.3" +version = "0.12.4" edition = "2021" license = "BSD-2-Clause" description = "Resolution primitives for Yarn PnP"