Skip to content

Commit 4188f1a

Browse files
committed
Release 1.7.1
1 parent ccc71cb commit 4188f1a

7 files changed

+16
-6
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
Release v1.7.1 (2021-07-29)
2+
---------------------------
3+
4+
### Bug Fixes
5+
6+
- Accept non-canonical distribution name in the wheel's dist-info directory name. [#529](https://github.com/pdm-project/pdm/issues/529)
7+
- Prefer requirments with narrower version constraints or allowing prereleases to find matches. [#551](https://github.com/pdm-project/pdm/issues/551)
8+
- Use the underlying real executable path for writing shebangs. [#553](https://github.com/pdm-project/pdm/issues/553)
9+
- Fix a bug that extra markers cannot be extracted when combined with other markers with "and". [#559](https://github.com/pdm-project/pdm/issues/559)
10+
- Fix a bug that redacted credentials in source urls get overwritten with the plain text after locking. [#561](https://github.com/pdm-project/pdm/issues/561)
11+
12+
### Refactor
13+
14+
- Use installer as the wheel installer, replacing `distlib`. [#519](https://github.com/pdm-project/pdm/issues/519)
15+
16+
117
Release v1.7.0 (2021-07-20)
218
---------------------------
319

news/519.refactor.md

-1
This file was deleted.

news/529.bugfix.md

-1
This file was deleted.

news/551.bugfix.md

-1
This file was deleted.

news/553.bugfix.md

-1
This file was deleted.

news/559.bugfix.md

-1
This file was deleted.

news/561.bugfix.md

-1
This file was deleted.

0 commit comments

Comments
 (0)