Skip to content

Commit 8573f95

Browse files
committed
chore: Release 2.21.0
1 parent a3974f3 commit 8573f95

11 files changed

+19
-10
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## Release v2.21.0 (2024-11-25)
2+
3+
### Features & Improvements
4+
5+
- Pass original working directory as env variable to pdm scripts ([#3179](https://github.com/pdm-project/pdm/issues/3179))
6+
- Output similar commands or script command when the input command is not correct ([#3270](https://github.com/pdm-project/pdm/issues/3270))
7+
- improve readability of Python interpreter validation message ([#3276](https://github.com/pdm-project/pdm/issues/3276))
8+
- Print task name by default when using `pdm run` ([#3277](https://github.com/pdm-project/pdm/issues/3277))
9+
- Make `OrderedSet.__contains__` run in O(1) ([#3280](https://github.com/pdm-project/pdm/issues/3280))
10+
- Emit `post_lock` after writing pyproject.toml and pdm.lock in add/update ([#3285](https://github.com/pdm-project/pdm/issues/3285))
11+
- Drop support of Python 3.8 ([#3298](https://github.com/pdm-project/pdm/issues/3298))
12+
13+
### Bug Fixes
14+
15+
- Fix the name normalization issue for optional dependency groups. ([#3271](https://github.com/pdm-project/pdm/issues/3271))
16+
- Don't use uv when installing plugins in project. ([#3283](https://github.com/pdm-project/pdm/issues/3283))
17+
- Fix the bug that pdm plugins are invalid after installation on ubuntu system python. ([#3289](https://github.com/pdm-project/pdm/issues/3289))
18+
19+
120
## Release v2.20.1 (2024-11-09)
221

322
### Features & Improvements

news/3179.feature.md

-1
This file was deleted.

news/3270.feature.md

-1
This file was deleted.

news/3271.bugfix.md

-1
This file was deleted.

news/3276.feature.md

-1
This file was deleted.

news/3277.feature.md

-1
This file was deleted.

news/3280.feature.md

-1
This file was deleted.

news/3283.bugfix.md

-1
This file was deleted.

news/3285.feature.md

-1
This file was deleted.

news/3289.bugfix.md

-1
This file was deleted.

news/3298.feature.md

-1
This file was deleted.

0 commit comments

Comments
 (0)