Skip to content

Commit e1c4508

Browse files
committed
Release 1.5.2
1 parent bb01e47 commit e1c4508

8 files changed

+20
-7
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
Release v1.5.2 (2021-04-27)
2+
---------------------------
3+
4+
### Features & Improvements
5+
6+
- Allow `pdm use` with no argument given, which will list all available pythons for pick. [#409](https://github.com/pdm-project/pdm/issues/409)
7+
8+
### Bug Fixes
9+
10+
- Inform user to enable PEP 582 for development script to work. [#404](https://github.com/pdm-project/pdm/issues/404)
11+
- Check the existence of pyenv shim Python interpreter before using it. [#406](https://github.com/pdm-project/pdm/issues/406)
12+
- Fix a bug that executing `setup.py` failed for NameError. [#407](https://github.com/pdm-project/pdm/issues/407)
13+
- Check before setting the PYTHONPATH environment variable for PEP582 [#410](https://github.com/pdm-project/pdm/issues/410)
14+
- Fix development setup error. [#415](https://github.com/pdm-project/pdm/issues/415)
15+
16+
### Dependencies
17+
18+
- Update pip to 21.1 and fix compatibility issues. [#412](https://github.com/pdm-project/pdm/issues/412)
19+
20+
121
Release v1.5.1 (2021-04-22)
222
---------------------------
323

news/404.bugfix.md

-1
This file was deleted.

news/406.bugfix.md

-1
This file was deleted.

news/407.bugfix.md

-1
This file was deleted.

news/409.feature.md

-1
This file was deleted.

news/410.bugfix.md

-1
This file was deleted.

news/412.dep.md

-1
This file was deleted.

news/415.bugfix.md

-1
This file was deleted.

0 commit comments

Comments
 (0)