diff --git a/CHANGELOG.md b/CHANGELOG.md index 2eb12414d2..c3fcb25069 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## Release v2.22.3 (2025-01-27) + +### Bug Fixes + +- Don't validate local file requirements that are not used. ([#3376](https://github.com/pdm-project/pdm/issues/3376)) +- Don't set "dependencies" as empty list for uv toml if there is no dependencies in the raw toml file. ([#3378](https://github.com/pdm-project/pdm/issues/3378)) +- Add a dummy project name to the script environment pyproject.toml. ([#3382](https://github.com/pdm-project/pdm/issues/3382)) + + ## Release v2.22.2 (2025-01-11) diff --git a/news/3376.bugfix.md b/news/3376.bugfix.md deleted file mode 100644 index a863c68800..0000000000 --- a/news/3376.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Don't validate local file requirements that are not used. diff --git a/news/3378.bugfix.md b/news/3378.bugfix.md deleted file mode 100644 index 5ac145defb..0000000000 --- a/news/3378.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Don't set "dependencies" as empty list for uv toml if there is no dependencies in the raw toml file. \ No newline at end of file diff --git a/news/3382.bugfix.md b/news/3382.bugfix.md deleted file mode 100644 index f3e8f0eee7..0000000000 --- a/news/3382.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Add a dummy project name to the script environment pyproject.toml.