Skip to content

Commit

Permalink
Release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Dec 8, 2020
1 parent 1b2d472 commit 0e645f1
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 10 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
Release v0.12.0 (2020-12-08)
----------------------------

### Features & Improvements

- Improve the user experience of `pdm run`:
- Add a special key in tool.pdm.scripts that holds configurations shared by all scripts.
- Support loading env var from a dot-env file.
- Add a flag `-s/--site-packages` to include system site-packages when running. [#178](https://github.com/frostming/pdm/issues/178)
- Now PEP 582 can be enabled in the Python interperter directly! [#181](https://github.com/frostming/pdm/issues/181)

### Bug Fixes

- Ensure `setuptools` is installed before invoking editable install script. [#174](https://github.com/frostming/pdm/issues/174)
- Require `wheel` not `wheels` for global projects [#182](https://github.com/frostming/pdm/issues/182)
- Write a `sitecustomize.py` instead of a `.pth` file to enable PEP 582. Thanks @Aloxaf.
Update `get_package_finder()` to be compatible with `pip 20.3`. [#185](https://github.com/frostming/pdm/issues/185)
- Fix the help messages of commands "cache" and "remove" [#187](https://github.com/frostming/pdm/issues/187)


Release v0.11.0 (2020-11-20)
----------------------------

Expand Down
1 change: 0 additions & 1 deletion news/174.bugfix

This file was deleted.

4 changes: 0 additions & 4 deletions news/178.feature

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions news/185.bugfix

This file was deleted.

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

This file was deleted.

0 comments on commit 0e645f1

Please sign in to comment.