From e9ee590a405a436ccfa316415b94adcf3637d6bd Mon Sep 17 00:00:00 2001 From: Frost Ming Date: Tue, 2 Jan 2024 15:30:45 +0800 Subject: [PATCH] chore: Release 2.11.2 --- CHANGELOG.md | 15 +++++++++++++++ news/{2510.docs.md => 2510.doc.md} | 0 2 files changed, 15 insertions(+) rename news/{2510.docs.md => 2510.doc.md} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index da99762518..f9818c7c5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +Release v2.11.2 (2024-01-02) +---------------------------- + +### Bug Fixes + +- Fix a KeyError raised when resolving a URL dependency without package name given. [#2488](https://github.com/pdm-project/pdm/issues/2488) +- `pdm update --update-eager` can hit InconsistentCandidate error when dependency is included both through default dependencies and extra. [#2495](https://github.com/pdm-project/pdm/issues/2495) +- `pdm install` should not warn when overwriting its own symlinks on `install`/`update`. [#2502](https://github.com/pdm-project/pdm/issues/2502) +- Fix a bug that candidates without local version are rejected when the local version is pinned. [#2507](https://github.com/pdm-project/pdm/issues/2507) + +### Documentation + +- Add maturin as a compatible build backend in the docs. [#2510](https://github.com/pdm-project/pdm/issues/2510) + + Release v2.11.1 (2023-12-14) ---------------------------- diff --git a/news/2510.docs.md b/news/2510.doc.md similarity index 100% rename from news/2510.docs.md rename to news/2510.doc.md