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
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.11.0](https://github.com/yarnpkg/pnp-rs/compare/v0.10.0...v0.11.0) - 2025-07-01

### Fixed

- fix windows failure ([#22](https://github.com/yarnpkg/pnp-rs/pull/22))

### Other

- add release-plz.yml ([#24](https://github.com/yarnpkg/pnp-rs/pull/24))
- remove indexmap
- remove `serde_with` ([#32](https://github.com/yarnpkg/pnp-rs/pull/32))
- remove the unused `Serialize` on `PackageLocator` ([#31](https://github.com/yarnpkg/pnp-rs/pull/31))
- bump deps ([#30](https://github.com/yarnpkg/pnp-rs/pull/30))
- use fxhash in zip data structures ([#28](https://github.com/yarnpkg/pnp-rs/pull/28))
- remove the `lazy_static` crate ([#27](https://github.com/yarnpkg/pnp-rs/pull/27))
- improve `NODEJS_BUILTINS` ([#26](https://github.com/yarnpkg/pnp-rs/pull/26))
- remove unnecessary derive `Serialize` on `Error` ([#25](https://github.com/yarnpkg/pnp-rs/pull/25))
- use fxhash ([#23](https://github.com/yarnpkg/pnp-rs/pull/23))
- `clippy::result_large_err` for the `Error` type ([#21](https://github.com/yarnpkg/pnp-rs/pull/21))
- run `cargo clippy --fix` + manual fixes ([#20](https://github.com/yarnpkg/pnp-rs/pull/20))
- run `cargo fmt` ([#19](https://github.com/yarnpkg/pnp-rs/pull/19))
- add `cargo check` and `cargo test --all-features` ([#18](https://github.com/yarnpkg/pnp-rs/pull/18))
- add rust-toolchain.toml ([#17](https://github.com/yarnpkg/pnp-rs/pull/17))
- disable more
- enable most tests on windows CI
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.10.0"
version = "0.11.0"
edition = "2021"
license = "BSD-2-Clause"
description = "Resolution primitives for Yarn PnP"
Expand Down