From c76e982e46c6e77a54a0fca4d4417eabb70cc85d Mon Sep 17 00:00:00 2001 From: Frost Ming Date: Fri, 19 Jul 2024 16:32:59 +0800 Subject: [PATCH] chore: Release 2.17.1 --- CHANGELOG.md | 13 +++++++++++++ news/3031.misc.md | 1 - news/3033.bugfix.md | 1 - news/3035.bugfix.md | 1 - 4 files changed, 13 insertions(+), 3 deletions(-) delete mode 100644 news/3031.misc.md delete mode 100644 news/3033.bugfix.md delete mode 100644 news/3035.bugfix.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e2c010fb7..3bec32f4a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## Release v2.17.1 (2024-07-19) + + +### Bug Fixes + +- Raise dep-logic lower bound to 0.4.2 to fix issues with pdm lock after upgrading from older pdm versions ([#3033](https://github.com/pdm-project/pdm/issues/3033)) +- Correct the current platform and architecture for win32 and macos systems. ([#3035](https://github.com/pdm-project/pdm/issues/3035)) + +### Miscellany + +- Fix zsh completions ([#3031](https://github.com/pdm-project/pdm/issues/3031)) + + ## Release v2.17.0 (2024-07-18) diff --git a/news/3031.misc.md b/news/3031.misc.md deleted file mode 100644 index 6d2e14cd10..0000000000 --- a/news/3031.misc.md +++ /dev/null @@ -1 +0,0 @@ -Fix zsh completions diff --git a/news/3033.bugfix.md b/news/3033.bugfix.md deleted file mode 100644 index 7dbbbcb5d8..0000000000 --- a/news/3033.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Raise dep-logic lower bound to 0.4.2 to fix issues with pdm lock after upgrading from older pdm versions diff --git a/news/3035.bugfix.md b/news/3035.bugfix.md deleted file mode 100644 index 12f7873ef5..0000000000 --- a/news/3035.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Correct the current platform and architecture for win32 and macos systems.