Skip to content

Commit 6ed7b6e

Browse files
committed
chore: Release 2.20.1
1 parent ec0a2fe commit 6ed7b6e

8 files changed

+16
-7
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## Release v2.20.1 (2024-11-09)
2+
3+
### Features & Improvements
4+
5+
- Add a fixer to remove the deprecated `cross_platform` strategy from lock file. ([#3259](https://github.com/pdm-project/pdm/issues/3259))
6+
7+
### Bug Fixes
8+
9+
- Fix the bug that `pdm build` would fail when `use_uv` is true. ([#3231](https://github.com/pdm-project/pdm/issues/3231))
10+
- Fix group name normalization when comparing groups. ([#3247](https://github.com/pdm-project/pdm/issues/3247))
11+
- Inherit file descriptors instead of closing when running child processes in `pdm run`. ([#3252](https://github.com/pdm-project/pdm/issues/3252))
12+
- Fix using `no_proxy` when `all_proxy` is set. ([#3254](https://github.com/pdm-project/pdm/issues/3254))
13+
- Preserve multiline arrays and don't add empty tool.pdm table header when updating the pyproject.toml. ([#3258](https://github.com/pdm-project/pdm/issues/3258))
14+
- Fix compatibility of `ErrorArgumentParser` for Python 3.12 and above. ([#3264](https://github.com/pdm-project/pdm/issues/3264))
15+
16+
117
## Release v2.20.0 (2024-10-31)
218

319
### Features & Improvements

news/3231.bug.md

-1
This file was deleted.

news/3247.bugfix.md

-1
This file was deleted.

news/3252.bugfix.md

-1
This file was deleted.

news/3254.bugfix.md

-1
This file was deleted.

news/3258.bugfix.md

-1
This file was deleted.

news/3259.feature.md

-1
This file was deleted.

news/3264.bugfix.md

-1
This file was deleted.

0 commit comments

Comments
 (0)