Skip to content

Commit

Permalink
chore: Release 2.19.0a0
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Sep 5, 2024
1 parent c09d804 commit 431b180
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 8 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.0a0 (2024-09-05)


### Breaking Changes

- `pre_install` and `post_install` signals now receive the list of packages to be installed, instead of a candidate mapping. ([#3144](https://github.com/pdm-project/pdm/issues/3144))

### Features & Improvements

- Deprecate `Core.synchronizer_class` attribute. To get the synchronizer class, use `Project.get_synchronizer` method instead.
Deprecate `Core.resolver_class` attribute. To get the resolver class, use `Project.get_resolver` method instead. ([#3144](https://github.com/pdm-project/pdm/issues/3144))
- Add experimental support for `uv` as the resolver and installer. One can opt in by setting `use_uv` to `true` using `pdm config` command. ([#3144](https://github.com/pdm-project/pdm/issues/3144))

### Bug Fixes

- Respect the `excludes` and `overrides` settings when installing packages. ([#3113](https://github.com/pdm-project/pdm/issues/3113))
- Fix a bug of export command that packages with extras are included twice. ([#3123](https://github.com/pdm-project/pdm/issues/3123))
- Remove empty groups when removing packages with `pdm remove`. ([#3133](https://github.com/pdm-project/pdm/issues/3133))
- When running `pdm venv purge`, if the current project's python version had been referencing the removed venv then clear it out. ([#3137](https://github.com/pdm-project/pdm/issues/3137))


## Release v2.18.1 (2024-08-16)


Expand Down
1 change: 0 additions & 1 deletion news/3113.bugfix.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion news/3144.break.md

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions news/3144.feature.2.md

This file was deleted.

0 comments on commit 431b180

Please sign in to comment.