Skip to content

Commit 1a18fec

Browse files
chore: release v0.11.0 (#34)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 331b42f commit 1a18fec

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pnp"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
edition = "2021"
55
license = "BSD-2-Clause"
66
description = "Resolution primitives for Yarn PnP"

0 commit comments

Comments
 (0)