Skip to content

Commit

Permalink
Release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Nov 20, 2020
1 parent b14a308 commit eb952c9
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 7 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Release v0.11.0 (2020-11-20)
----------------------------

### Features & Improvements

- Support custom script shortcuts in `pyproject.toml`.
- Support custom script shortcuts defined in `[tool.pdm.scripts]` section.
- Add `pdm run --list/-l` to show the list of script shortcuts. [#168](https://github.com/frostming/pdm/issues/168)
- Patch the halo library to support parallel spinners.
- Change the looking of `pdm install`. [#169](https://github.com/frostming/pdm/issues/169)

### Bug Fixes

- 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)
- Fix a bug that bare version specifiers in Poetry project can't be converted correctly. [#172](https://github.com/frostming/pdm/issues/172)
- Fix the build error that destination directory is not created automatically. [#173](https://github.com/frostming/pdm/issues/173)


Release v0.10.2 (2020-11-05)
----------------------------

Expand Down
2 changes: 0 additions & 2 deletions news/168.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/169.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/169.vendor

This file was deleted.

1 change: 0 additions & 1 deletion news/170.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion news/172.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion news/173.bugfix

This file was deleted.

0 comments on commit eb952c9

Please sign in to comment.