未验证 提交 cb1e07bb 编写于 作者: F Frost Ming

Release 1.13.5

上级 1cec8669
Release v1.13.5 (2022-03-23)
----------------------------
### Features & Improvements
- Users can change the install destination of global project to the user site(`~/.local`) with `global_project.user_site` config. [#885](https://github.com/pdm-project/pdm/issues/885)
- Make the path to the global project configurable. Rename the configuration `auto_global` to `global_project.fallback` and deprecate the old name. [#986](https://github.com/pdm-project/pdm/issues/986)
### Bug Fixes
- Fix the compatibility when fetching license information in `show` command. [#966](https://github.com/pdm-project/pdm/issues/966)
- Don't follow symlinks for the paths in the requirement strings. [#976](https://github.com/pdm-project/pdm/issues/976)
- Use the default install scheme when installing build requirements. [#983](https://github.com/pdm-project/pdm/issues/983)
- Fix a bug that `_.site_packages` is overriden by default option value. [#985](https://github.com/pdm-project/pdm/issues/985)
Release v1.13.4 (2022-03-09)
----------------------------
......
Users can change the install destination of global project to the user site(`~/.local`) with `global_project.user_site` config.
Fix the compatibility when fetching license information in `show` command.
Don't follow symlinks for the paths in the requirement strings.
Use the default install scheme when installing build requirements.
Fix a bug that `_.site_packages` is overriden by default option value.
Make the path to the global project configurable. Rename the configuration `auto_global` to `global_project.fallback` and deprecate the old name.
......@@ -11,13 +11,13 @@
"3": 10,
"3.0": 1,
"3.1": 5,
"3.10": 2,
"3.10": 3,
"3.2": 6,
"3.3": 7,
"3.4": 10,
"3.5": 10,
"3.6": 15,
"3.7": 12,
"3.8": 12,
"3.9": 10
"3.7": 13,
"3.8": 13,
"3.9": 11
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册