Skip to content

Commit

Permalink
chore: Release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Jan 12, 2023
1 parent c571db7 commit 91228d3
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 8 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Release v2.4.0 (2023-01-12)
---------------------------

### Features & Improvements

- Support multiple PyPI indexes in the configuration. They will be tried after the sources in `pyproject.toml`. [#1310](https://github.com/pdm-project/pdm/issues/1310)
- Accept yanked versions when the requirement version is pinned. [#1575](https://github.com/pdm-project/pdm/issues/1575)
- - Expose PDM fixtures as a `pytest` plugin `pdm.pytest` for plugin developers. [#1594](https://github.com/pdm-project/pdm/issues/1594)
- Show message in the status when fetching package hashes.
Fetch hashes from the JSON API response as well. [#1609](https://github.com/pdm-project/pdm/issues/1609)
- Mark `pdm.lock` with an `@generated` comment. [#1611](https://github.com/pdm-project/pdm/issues/1611)

### Bug Fixes

- Exclude site-packages for symlinks of the python interpreter as well. [#1598](https://github.com/pdm-project/pdm/issues/1598)
- Fix a bug that error output can't be decoded correctly on Windows. [#1602](https://github.com/pdm-project/pdm/issues/1602)


Release v2.3.4 (2022-12-27)
---------------------------

Expand Down
1 change: 0 additions & 1 deletion news/1310.feature.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 91228d3

Please sign in to comment.