Skip to content

Commit 2c2d163

Browse files
committed
Release 1.5.3
1 parent 776e885 commit 2c2d163

11 files changed

+26
-10
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
Release v1.5.3 (2021-05-10)
2+
---------------------------
3+
4+
### Features & Improvements
5+
6+
- Support passing options to the build backends via `--config-setting`. [#452](https://github.com/pdm-project/pdm/issues/452)
7+
8+
### Bug Fixes
9+
10+
- Seek for other sitecustomize.py to import. [#422](https://github.com/pdm-project/pdm/issues/422)
11+
- Fix an unescaped single quote in fish completion script. [#423](https://github.com/pdm-project/pdm/issues/423)
12+
- The hashes of a remote file candidate should be calculated from the link itself. [#450](https://github.com/pdm-project/pdm/issues/450)
13+
14+
### Dependencies
15+
16+
- Remove `keyring` as a dependency and guide users to install it when it is not available. [#442](https://github.com/pdm-project/pdm/issues/442)
17+
- Specify the minimum version of `distlib`. [#447](https://github.com/pdm-project/pdm/issues/447)
18+
19+
### Miscellany
20+
21+
- Add log output about found candidates and their origin. [#421](https://github.com/pdm-project/pdm/issues/421)
22+
- Add [mypy](https://github.com/python/mypy) pre-commit hook [#427](https://github.com/pdm-project/pdm/issues/427)
23+
- Improve type safety of `pdm.cli.actions` [#428](https://github.com/pdm-project/pdm/issues/428)
24+
- Fix wrong mypy configuration. [#451](https://github.com/pdm-project/pdm/issues/451)
25+
26+
127
Release v1.5.2 (2021-04-27)
228
---------------------------
329

news/421.misc.md

-1
This file was deleted.

news/422.bugfix.md

-1
This file was deleted.

news/423.bugfix.md

-1
This file was deleted.

news/427.misc.md

-1
This file was deleted.

news/428.misc.md

-1
This file was deleted.

news/442.dep.md

-1
This file was deleted.

news/447.dep.md

-1
This file was deleted.

news/450.bugfix.md

-1
This file was deleted.

news/451.misc.md

-1
This file was deleted.

news/452.feature.md

-1
This file was deleted.

0 commit comments

Comments
 (0)