Skip to content

Commit

Permalink
chore: Release 2.20.1
Browse files Browse the repository at this point in the history
frostming committed Nov 9, 2024

Verified

This commit was signed with the committer’s verified signature.
KyleFromNVIDIA Kyle Edwards
1 parent ec0a2fe commit 6ed7b6e
Showing 8 changed files with 16 additions and 7 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## Release v2.20.1 (2024-11-09)

### Features & Improvements

- Add a fixer to remove the deprecated `cross_platform` strategy from lock file. ([#3259](https://github.com/pdm-project/pdm/issues/3259))

### Bug Fixes

- Fix the bug that `pdm build` would fail when `use_uv` is true. ([#3231](https://github.com/pdm-project/pdm/issues/3231))
- Fix group name normalization when comparing groups. ([#3247](https://github.com/pdm-project/pdm/issues/3247))
- Inherit file descriptors instead of closing when running child processes in `pdm run`. ([#3252](https://github.com/pdm-project/pdm/issues/3252))
- Fix using `no_proxy` when `all_proxy` is set. ([#3254](https://github.com/pdm-project/pdm/issues/3254))
- 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))
- Fix compatibility of `ErrorArgumentParser` for Python 3.12 and above. ([#3264](https://github.com/pdm-project/pdm/issues/3264))


## Release v2.20.0 (2024-10-31)

### Features & Improvements
1 change: 0 additions & 1 deletion news/3231.bug.md

This file was deleted.

1 change: 0 additions & 1 deletion news/3247.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion news/3252.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion news/3254.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion news/3258.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion news/3259.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion news/3264.bugfix.md

This file was deleted.

0 comments on commit 6ed7b6e

Please sign in to comment.