Skip to content

Commit c0db581

Browse files
committed
Release 1.7.0
1 parent 357582a commit c0db581

14 files changed

+32
-13
lines changed

CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
Release v1.7.0 (2021-07-20)
2+
---------------------------
3+
4+
### Features & Improvements
5+
6+
- Support showing individual fields by `--<field-name>` options in pdm show. When no package is given, show this project. [#527](https://github.com/pdm-project/pdm/issues/527)
7+
- Add `--freeze` option to `pdm list` command which shows the dependencies list as pip's requirements.txt format. [#531](https://github.com/pdm-project/pdm/issues/531)
8+
9+
### Bug Fixes
10+
11+
- Fix the path manipulation on Windows, now the PEP 582 path is prepended to the `PYTHONPATH`. [#522](https://github.com/pdm-project/pdm/issues/522)
12+
- Fix the handling of auth prompting: will try keyring in non-verbose mode. [#523](https://github.com/pdm-project/pdm/issues/523)
13+
- Recognize old entry point name "pdm.plugin" for backward-compatibility. [#530](https://github.com/pdm-project/pdm/issues/530)
14+
- Match the VCS scheme in case-insensitive manner. [#537](https://github.com/pdm-project/pdm/issues/537)
15+
- Use the default permission bits when writing project files. [#542](https://github.com/pdm-project/pdm/issues/542)
16+
- Fix the VCS url to be consistent between lock and install. [#547](https://github.com/pdm-project/pdm/issues/547)
17+
18+
### Improved Documentation
19+
20+
- Add installation instructions for Scoop. [#522](https://github.com/pdm-project/pdm/issues/522)
21+
22+
### Dependencies
23+
24+
- Update `pdm-pep517` to `0.8.0`. [#524](https://github.com/pdm-project/pdm/issues/524)
25+
- Switch from `toml` to `tomli`. [#541](https://github.com/pdm-project/pdm/issues/541)
26+
27+
### Refactor
28+
29+
- Seperate the build env into two different levels for better caching. [#541](https://github.com/pdm-project/pdm/issues/541)
30+
- Refactor the build part into smaller functions. [#543](https://github.com/pdm-project/pdm/issues/543)
31+
32+
133
Release v1.6.4 (2021-06-23)
234
---------------------------
335

news/522.bugfix.md

-1
This file was deleted.

news/522.doc.md

-1
This file was deleted.

news/523.bugfix.md

-1
This file was deleted.

news/524.dep.md

-1
This file was deleted.

news/527.feature.md

-1
This file was deleted.

news/530.bugfix.md

-1
This file was deleted.

news/531.feature.md

-1
This file was deleted.

news/537.bugfix.md

-1
This file was deleted.

news/541.dep.md

-1
This file was deleted.

news/541.refactor.md

-1
This file was deleted.

news/542.bugfix.md

-1
This file was deleted.

news/543.refactor.md

-1
This file was deleted.

news/547.bugfix.md

-1
This file was deleted.

0 commit comments

Comments
 (0)