|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | +## [Unreleased] |
| 9 | + |
| 10 | +## [0.12.0](https://github.com/yarnpkg/pnp-rs/compare/v0.11.0...v0.12.0) - 2025-07-10 |
| 11 | + |
| 12 | +### Other |
| 13 | + |
| 14 | +- remove `AsRef<Path>` from functions ([#38](https://github.com/yarnpkg/pnp-rs/pull/38)) |
| 15 | +- change `find_closest_pnp_manifest_path` from recursion to a loop ([#35](https://github.com/yarnpkg/pnp-rs/pull/35)) |
| 16 | + |
| 17 | +## [0.11.0](https://github.com/yarnpkg/pnp-rs/compare/v0.10.0...v0.11.0) - 2025-07-01 |
| 18 | + |
| 19 | +### Fixed |
| 20 | + |
| 21 | +- fix windows failure ([#22](https://github.com/yarnpkg/pnp-rs/pull/22)) |
| 22 | + |
| 23 | +### Other |
| 24 | + |
| 25 | +- add release-plz.yml ([#24](https://github.com/yarnpkg/pnp-rs/pull/24)) |
| 26 | +- remove indexmap |
| 27 | +- remove `serde_with` ([#32](https://github.com/yarnpkg/pnp-rs/pull/32)) |
| 28 | +- remove the unused `Serialize` on `PackageLocator` ([#31](https://github.com/yarnpkg/pnp-rs/pull/31)) |
| 29 | +- bump deps ([#30](https://github.com/yarnpkg/pnp-rs/pull/30)) |
| 30 | +- use fxhash in zip data structures ([#28](https://github.com/yarnpkg/pnp-rs/pull/28)) |
| 31 | +- remove the `lazy_static` crate ([#27](https://github.com/yarnpkg/pnp-rs/pull/27)) |
| 32 | +- improve `NODEJS_BUILTINS` ([#26](https://github.com/yarnpkg/pnp-rs/pull/26)) |
| 33 | +- remove unnecessary derive `Serialize` on `Error` ([#25](https://github.com/yarnpkg/pnp-rs/pull/25)) |
| 34 | +- use fxhash ([#23](https://github.com/yarnpkg/pnp-rs/pull/23)) |
| 35 | +- `clippy::result_large_err` for the `Error` type ([#21](https://github.com/yarnpkg/pnp-rs/pull/21)) |
| 36 | +- run `cargo clippy --fix` + manual fixes ([#20](https://github.com/yarnpkg/pnp-rs/pull/20)) |
| 37 | +- run `cargo fmt` ([#19](https://github.com/yarnpkg/pnp-rs/pull/19)) |
| 38 | +- add `cargo check` and `cargo test --all-features` ([#18](https://github.com/yarnpkg/pnp-rs/pull/18)) |
| 39 | +- add rust-toolchain.toml ([#17](https://github.com/yarnpkg/pnp-rs/pull/17)) |
| 40 | +- disable more |
| 41 | +- enable most tests on windows CI |
0 commit comments