Skip to content

Commit c24668f

Browse files
committed
chore: Release 2.19.3
1 parent e95520e commit c24668f

10 files changed

+21
-9
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## Release v2.19.3 (2024-10-19)
2+
3+
### Features & Improvements
4+
5+
- Allow linking existing Python interpreters to PDM's managed location. ([#3215](https://github.com/pdm-project/pdm/issues/3215))
6+
7+
### Bug Fixes
8+
9+
- Fix a bug that overrides provided by environment variables do not work. ([#3182](https://github.com/pdm-project/pdm/issues/3182))
10+
- Allow prereleases when the requirement is pinned even if disabled by project ([#3202](https://github.com/pdm-project/pdm/issues/3202))
11+
- Pass the python path to the uv venv command. ([#3204](https://github.com/pdm-project/pdm/issues/3204))
12+
- Fix the infinite loop when running in uv mode if the current project has dynamic metadata. ([#3207](https://github.com/pdm-project/pdm/issues/3207))
13+
- Add `--no-frozen-deps` option to `install-pdm.py` script to allow installing newer versions of dependencies. ([#3213](https://github.com/pdm-project/pdm/issues/3213))
14+
- `pdm self update` now prefers the locked dependencies unless `--no-frozen-deps` is specified. ([#3216](https://github.com/pdm-project/pdm/issues/3216))
15+
- By default, `pdm outdated` will only list direct dependencies. This can be changed by adding the `--include-sub` option. ([#3218](https://github.com/pdm-project/pdm/issues/3218))
16+
17+
### Documentation
18+
19+
- Show users the way to uninstall pdm in a more obvious way ([#2470](https://github.com/pdm-project/pdm/issues/2470))
20+
21+
122
## Release v2.19.2 (2024-10-11)
223

324

news/2470.doc.md

-1
This file was deleted.

news/3182.bugfix.md

-1
This file was deleted.

news/3202.bugfix.md

-1
This file was deleted.

news/3204.bugfix.md

-1
This file was deleted.

news/3207.bugfix.md

-1
This file was deleted.

news/3213.bugfix.md

-1
This file was deleted.

news/3215.feature.md

-1
This file was deleted.

news/3216.bugfix.md

-1
This file was deleted.

news/3218.bugfix.md

-1
This file was deleted.

0 commit comments

Comments
 (0)