Skip to content

Commit

Permalink
chore: Release 2.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Oct 19, 2024
1 parent e95520e commit c24668f
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 9 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## Release v2.19.3 (2024-10-19)

### Features & Improvements

- Allow linking existing Python interpreters to PDM's managed location. ([#3215](https://github.com/pdm-project/pdm/issues/3215))

### Bug Fixes

- Fix a bug that overrides provided by environment variables do not work. ([#3182](https://github.com/pdm-project/pdm/issues/3182))
- Allow prereleases when the requirement is pinned even if disabled by project ([#3202](https://github.com/pdm-project/pdm/issues/3202))
- Pass the python path to the uv venv command. ([#3204](https://github.com/pdm-project/pdm/issues/3204))
- 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))
- 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))
- `pdm self update` now prefers the locked dependencies unless `--no-frozen-deps` is specified. ([#3216](https://github.com/pdm-project/pdm/issues/3216))
- 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))

### Documentation

- Show users the way to uninstall pdm in a more obvious way ([#2470](https://github.com/pdm-project/pdm/issues/2470))


## Release v2.19.2 (2024-10-11)


Expand Down
1 change: 0 additions & 1 deletion news/2470.doc.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit c24668f

Please sign in to comment.