Skip to content

Commit eb952c9

Browse files
committed
Release 0.11.0
1 parent b14a308 commit eb952c9

7 files changed

+18
-7
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
Release v0.11.0 (2020-11-20)
2+
----------------------------
3+
4+
### Features & Improvements
5+
6+
- Support custom script shortcuts in `pyproject.toml`.
7+
- Support custom script shortcuts defined in `[tool.pdm.scripts]` section.
8+
- Add `pdm run --list/-l` to show the list of script shortcuts. [#168](https://github.com/frostming/pdm/issues/168)
9+
- Patch the halo library to support parallel spinners.
10+
- Change the looking of `pdm install`. [#169](https://github.com/frostming/pdm/issues/169)
11+
12+
### Bug Fixes
13+
14+
- Fix a bug that package's marker fails to propagate to its grandchildren if they have already been resolved. [#170](https://github.com/frostming/pdm/issues/170)
15+
- Fix a bug that bare version specifiers in Poetry project can't be converted correctly. [#172](https://github.com/frostming/pdm/issues/172)
16+
- Fix the build error that destination directory is not created automatically. [#173](https://github.com/frostming/pdm/issues/173)
17+
18+
119
Release v0.10.2 (2020-11-05)
220
----------------------------
321

news/168.feature

-2
This file was deleted.

news/169.feature

-1
This file was deleted.

news/169.vendor

-1
This file was deleted.

news/170.bugfix

-1
This file was deleted.

news/172.bugfix

-1
This file was deleted.

news/173.bugfix

-1
This file was deleted.

0 commit comments

Comments
 (0)