Skip to content

Commit c5f6042

Browse files
committed
Release 1.6.4
1 parent 12282e8 commit c5f6042

7 files changed

+19
-6
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
Release v1.6.4 (2021-06-23)
2+
---------------------------
3+
4+
### Features & Improvements
5+
6+
- Extract package name from egg-info in filename when eligible. Remove the patching code of resolvelib's inner class. [#441](https://github.com/pdm-project/pdm/issues/441)
7+
- Support installing packages from subdiretories of VCS repository. [#507](https://github.com/pdm-project/pdm/issues/507)
8+
- Add an install script to bootstrap PDM quickly without help of other tools. Modify docs to recommend this installation method. [#508](https://github.com/pdm-project/pdm/issues/508)
9+
- Add a new subcommand `plugin` to manage pdm plugins, including `add`, `remove` and `list` commands. [#510](https://github.com/pdm-project/pdm/issues/510)
10+
11+
### Bug Fixes
12+
13+
- Don't monkeypatch the internal class of `resolvelib` any more. This makes PDM more stable across updates of sub-dependencies. [#515](https://github.com/pdm-project/pdm/issues/515)
14+
15+
### Miscellany
16+
17+
- Clear the type errors from mypy. [#261](https://github.com/pdm-project/pdm/issues/261)
18+
19+
120
Release v1.6.3 (2021-06-17)
221
---------------------------
322

news/261.misc.md

-1
This file was deleted.

news/441.feature.md

-1
This file was deleted.

news/507.feature.md

-1
This file was deleted.

news/508.feature.md

-1
This file was deleted.

news/510.feature.md

-1
This file was deleted.

news/515.bugfix.md

-1
This file was deleted.

0 commit comments

Comments
 (0)