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

chore: Release 2.1.1

上级 5a191c20
Release v2.1.1 (2022-08-05)
---------------------------
### Features & Improvements
- Add a env_file.override option that allows the user to specify that
the env_file should override any existing environment variables. This
is not the default as the environment the code runs it should take
precedence. [#1299](https://github.com/pdm-project/pdm/issues/1299)
### Bug Fixes
- Fix a bug that unnamed requirements can't override the old ones in either `add` or `update` command. [#1287](https://github.com/pdm-project/pdm/issues/1287)
- Support mutual TLS to private repositories via pypi.client_cert and pypi.client_key config options. [#1290](https://github.com/pdm-project/pdm/issues/1290)
- Set a minimum version for the `packaging` dependency to ensure that `packaging.utils.parse_wheel_filename` is available. [#1293](https://github.com/pdm-project/pdm/issues/1293)
- Fix a bug that checking for PDM update creates a venv. [#1301](https://github.com/pdm-project/pdm/issues/1301)
- Prefer compatible packages when fetching metadata. [#1302](https://github.com/pdm-project/pdm/issues/1302)
Release v2.1.0 (2022-07-29)
---------------------------
......
Fix a bug that unnamed requirements can't override the old ones in either `add` or `update` command.
Support mutual TLS to private repositories via pypi.client_cert and pypi.client_key config options.
Set a minimum version for the `packaging` dependency to ensure that `packaging.utils.parse_wheel_filename` is available.
Add a env_file.override option that allows the user to specify that
the env_file should override any existing environment variables. This
is not the default as the environment the code runs it should take
precedence.
Fix a bug that checking for PDM update creates a venv.
Prefer compatible packages when fetching metadata.
......@@ -11,7 +11,7 @@
"3": 10,
"3.0": 1,
"3.1": 5,
"3.10": 5,
"3.10": 6,
"3.2": 6,
"3.3": 7,
"3.4": 10,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册