Skip to content

Commit

Permalink
chore: Release 2.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Oct 31, 2024
1 parent 8f035b1 commit 971a4d7
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 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.0 (2024-10-31)

### Features & Improvements

- Support dependency groups as standardized by [PEP 735](https://peps.python.org/pep-0735/). By default, dev dependencies will be written to `[dependency-groups]` table. ([#3230](https://github.com/pdm-project/pdm/issues/3230))

### Bug Fixes

- Fix a bug that `strategy.inherit_metadata` config is not honored when using `--lockfile` option. ([#3232](https://github.com/pdm-project/pdm/issues/3232))
- Always perform install-time resolution when `use_uv` is on. ([#3233](https://github.com/pdm-project/pdm/issues/3233))

### Miscellany

- Update `resolvelib` to 1.1.0. ([#3235](https://github.com/pdm-project/pdm/issues/3235))


## Release v2.19.3 (2024-10-19)

### Features & Improvements
Expand Down
1 change: 0 additions & 1 deletion news/3230.feature.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion news/3235.misc.md

This file was deleted.

0 comments on commit 971a4d7

Please sign in to comment.