From 439eb9b16d1461d1c7bb2e8f7b9bdd44b78e83dd Mon Sep 17 00:00:00 2001 From: Frost Ming Date: Wed, 26 Jul 2023 13:33:43 +0800 Subject: [PATCH] chore: Release 2.8.1 --- CHANGELOG.md | 22 ++++++++++++++++++++++ news/2109.feature.md | 1 - news/2113.dep.md | 1 - news/2113.feature.md | 1 - news/2120.bugfix.md | 1 - news/2125.bugfix.md | 1 - news/2126.bugfix.md | 1 - news/2126.feature.md | 1 - news/2130.bugfix.md | 1 - news/2133.bugfix.md | 1 - 10 files changed, 22 insertions(+), 9 deletions(-) delete mode 100644 news/2109.feature.md delete mode 100644 news/2113.dep.md delete mode 100644 news/2113.feature.md delete mode 100644 news/2120.bugfix.md delete mode 100644 news/2125.bugfix.md delete mode 100644 news/2126.bugfix.md delete mode 100644 news/2126.feature.md delete mode 100644 news/2130.bugfix.md delete mode 100644 news/2133.bugfix.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a1b770ccb..b2dc78415e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +Release v2.8.1 (2023-07-26) +--------------------------- + +### Features & Improvements + +- Add `keyring`, `copier`, `cookiecutter`, `template`, `truststore` dependency groups. [#2109](https://github.com/pdm-project/pdm/issues/2109) +- Ignore wheels for python versions not in range. [#2113](https://github.com/pdm-project/pdm/issues/2113) +- Read default value from env var `PDM_PROJECT` for `-p/--project` option. [#2126](https://github.com/pdm-project/pdm/issues/2126) + +### Bug Fixes + +- Fix the comparison of the candidate keys in the lockfile. [#2120](https://github.com/pdm-project/pdm/issues/2120) +- Don't update `pyproject.toml` if both `--unconstrained` and `--dry-run` are passed to `pdm update`. [#2125](https://github.com/pdm-project/pdm/issues/2125) +- Overwrite the `build-system` table when importing from other package manager. [#2126](https://github.com/pdm-project/pdm/issues/2126) +- Skip sources with empty URL when merging sources. [#2130](https://github.com/pdm-project/pdm/issues/2130) +- Fix the invalid requirement converted from poetry metadata. [#2133](https://github.com/pdm-project/pdm/issues/2133) + +### Dependencies + +- Update `unearth` to 0.10.0 [#2113](https://github.com/pdm-project/pdm/issues/2113) + + Release v2.8.0 (2023-07-15) --------------------------- diff --git a/news/2109.feature.md b/news/2109.feature.md deleted file mode 100644 index ca2d1fdf8e..0000000000 --- a/news/2109.feature.md +++ /dev/null @@ -1 +0,0 @@ -Add `keyring`, `copier`, `cookiecutter`, `template`, `truststore` dependency groups. diff --git a/news/2113.dep.md b/news/2113.dep.md deleted file mode 100644 index 2834e9e614..0000000000 --- a/news/2113.dep.md +++ /dev/null @@ -1 +0,0 @@ -Update `unearth` to 0.10.0 diff --git a/news/2113.feature.md b/news/2113.feature.md deleted file mode 100644 index d85c1d89f9..0000000000 --- a/news/2113.feature.md +++ /dev/null @@ -1 +0,0 @@ -Ignore wheels for python versions not in range. diff --git a/news/2120.bugfix.md b/news/2120.bugfix.md deleted file mode 100644 index 7a8e036d82..0000000000 --- a/news/2120.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Fix the comparison of the candidate keys in the lockfile. diff --git a/news/2125.bugfix.md b/news/2125.bugfix.md deleted file mode 100644 index 1e50af8ad2..0000000000 --- a/news/2125.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Don't update `pyproject.toml` if both `--unconstrained` and `--dry-run` are passed to `pdm update`. diff --git a/news/2126.bugfix.md b/news/2126.bugfix.md deleted file mode 100644 index f18f1b8819..0000000000 --- a/news/2126.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Overwrite the `build-system` table when importing from other package manager. diff --git a/news/2126.feature.md b/news/2126.feature.md deleted file mode 100644 index e25e084aab..0000000000 --- a/news/2126.feature.md +++ /dev/null @@ -1 +0,0 @@ -Read default value from env var `PDM_PROJECT` for `-p/--project` option. diff --git a/news/2130.bugfix.md b/news/2130.bugfix.md deleted file mode 100644 index 20830a50a0..0000000000 --- a/news/2130.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Skip sources with empty URL when merging sources. diff --git a/news/2133.bugfix.md b/news/2133.bugfix.md deleted file mode 100644 index 93f00d89ea..0000000000 --- a/news/2133.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Fix the invalid requirement converted from poetry metadata.