File tree Expand file tree Collapse file tree 3 files changed +36
-2
lines changed Expand file tree Collapse file tree 3 files changed +36
-2
lines changed Original file line number Diff line number Diff line change 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.11.0] ( https://github.com/yarnpkg/pnp-rs/compare/v0.10.0...v0.11.0 ) - 2025-07-01
11+
12+ ### Fixed
13+
14+ - fix windows failure ([ #22 ] ( https://github.com/yarnpkg/pnp-rs/pull/22 ) )
15+
16+ ### Other
17+
18+ - add release-plz.yml ([ #24 ] ( https://github.com/yarnpkg/pnp-rs/pull/24 ) )
19+ - remove indexmap
20+ - remove ` serde_with ` ([ #32 ] ( https://github.com/yarnpkg/pnp-rs/pull/32 ) )
21+ - remove the unused ` Serialize ` on ` PackageLocator ` ([ #31 ] ( https://github.com/yarnpkg/pnp-rs/pull/31 ) )
22+ - bump deps ([ #30 ] ( https://github.com/yarnpkg/pnp-rs/pull/30 ) )
23+ - use fxhash in zip data structures ([ #28 ] ( https://github.com/yarnpkg/pnp-rs/pull/28 ) )
24+ - remove the ` lazy_static ` crate ([ #27 ] ( https://github.com/yarnpkg/pnp-rs/pull/27 ) )
25+ - improve ` NODEJS_BUILTINS ` ([ #26 ] ( https://github.com/yarnpkg/pnp-rs/pull/26 ) )
26+ - remove unnecessary derive ` Serialize ` on ` Error ` ([ #25 ] ( https://github.com/yarnpkg/pnp-rs/pull/25 ) )
27+ - use fxhash ([ #23 ] ( https://github.com/yarnpkg/pnp-rs/pull/23 ) )
28+ - ` clippy::result_large_err ` for the ` Error ` type ([ #21 ] ( https://github.com/yarnpkg/pnp-rs/pull/21 ) )
29+ - run ` cargo clippy --fix ` + manual fixes ([ #20 ] ( https://github.com/yarnpkg/pnp-rs/pull/20 ) )
30+ - run ` cargo fmt ` ([ #19 ] ( https://github.com/yarnpkg/pnp-rs/pull/19 ) )
31+ - add ` cargo check ` and ` cargo test --all-features ` ([ #18 ] ( https://github.com/yarnpkg/pnp-rs/pull/18 ) )
32+ - add rust-toolchain.toml ([ #17 ] ( https://github.com/yarnpkg/pnp-rs/pull/17 ) )
33+ - disable more
34+ - enable most tests on windows CI
Original file line number Diff line number Diff line change 11[package ]
22name = " pnp"
3- version = " 0.10 .0"
3+ version = " 0.11 .0"
44edition = " 2021"
55license = " BSD-2-Clause"
66description = " Resolution primitives for Yarn PnP"
You can’t perform that action at this time.
0 commit comments