Skip to content

Commit f429652

Browse files
committed
chore: Release 2.15.4
1 parent d925136 commit f429652

File tree

7 files changed

+13
-6
lines changed

7 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## Release v2.15.4 (2024-05-30)
2+
3+
4+
### Bug Fixes
5+
6+
- Build wheel from sdist if available, to make sure sdist is built properly. This behavior is consistent with [pypa/build](https://pypi.org/project/build). ([#2843](https://github.com/pdm-project/pdm/issues/2843))
7+
- Fix the issue of self-referencing extra dependencies failing to be resolved for local packages. ([#2898](https://github.com/pdm-project/pdm/issues/2898))
8+
- Fix an issue of max recursion depth error when parsing a poetry project with circular dependencies on local packages. ([#2900](https://github.com/pdm-project/pdm/issues/2900))
9+
- Fix a bug that VCS dependencies and `--self` don't work in the exported requirements.txt with hashes. ([#2908](https://github.com/pdm-project/pdm/issues/2908))
10+
- Fix a cache miss when there exist built wheels for a given link. ([#2912](https://github.com/pdm-project/pdm/issues/2912))
11+
- Don't try to store caches when `--no-cache` is given. ([#2913](https://github.com/pdm-project/pdm/issues/2913))
12+
13+
114
## Release v2.15.3 (2024-05-20)
215

316

news/2843.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/2898.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/2900.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/2908.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/2912.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/2913.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)