Skip to content

Commit 168ddcd

Browse files
committed
chore: Release 2.7.0
1 parent 2d6f4c7 commit 168ddcd

17 files changed

+29
-16
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
Release v2.7.0 (2023-05-29)
2+
---------------------------
3+
4+
### Features & Improvements
5+
6+
- When keyring is available, either by importing or by CLI, the credentials of repositories and PyPI indexes will be saved into it. [#1908](https://github.com/pdm-project/pdm/issues/1908)
7+
- Add support for reading metadata from simple index directly. [#1919](https://github.com/pdm-project/pdm/issues/1919)
8+
- Add a configuration to specify constant command arguments for every pdm invocation. [#1923](https://github.com/pdm-project/pdm/issues/1923)
9+
- Add ability to skip SSL verification for publish repositories via `repository.custom.verify_ssl` config option as well as new command line argument of `publish` command. [#1928](https://github.com/pdm-project/pdm/issues/1928)
10+
- Use lazy import to reduce the startup time of the CLI. [#1929](https://github.com/pdm-project/pdm/issues/1929)
11+
- Add the local plugin scripts to `PATH` env var. [#1944](https://github.com/pdm-project/pdm/issues/1944)
12+
13+
### Bug Fixes
14+
15+
- Don't use install cache when installing build requirements to avoid race condition. [#1869](https://github.com/pdm-project/pdm/issues/1869)
16+
- Fix a number of `ResourceWarning`s when running the test suite with warnings enabled. [#1915](https://github.com/pdm-project/pdm/issues/1915)
17+
- Fix a bug that dev-dependencies group gets updated with the optional dependencies, causing the hash mismatch. [#1916](https://github.com/pdm-project/pdm/issues/1916)
18+
- Fix format conversion error from Poetry when `tool.poetry.build` doesn't exist. [#1935](https://github.com/pdm-project/pdm/issues/1935)
19+
- Add timeout when fetching .gitignore from GitHub. [#1937](https://github.com/pdm-project/pdm/issues/1937)
20+
- Keep the variables in the URL credentials when exporting. [#1939](https://github.com/pdm-project/pdm/issues/1939)
21+
- Convert to boolean when setting verify_ssl for custom indexes. [#1945](https://github.com/pdm-project/pdm/issues/1945)
22+
- `pdm import` clobbers `build-system.requires` value in `pyproject.toml`. [#1948](https://github.com/pdm-project/pdm/issues/1948)
23+
24+
### Documentation
25+
26+
- Update publish.md to use run instead of runs to match GitHub Actions steps documentation [#1936](https://github.com/pdm-project/pdm/issues/1936)
27+
- Update advanced.md to use `pdm sync` instead of `pdm install --no-lock`. [#1947](https://github.com/pdm-project/pdm/issues/1947)
28+
29+
130
Release v2.6.1 (2023-05-10)
231
---------------------------
332

news/1869.bugfix.md

-1
This file was deleted.

news/1908.feature.md

-1
This file was deleted.

news/1915.bugfix.md

-1
This file was deleted.

news/1916.bugfix.md

-1
This file was deleted.

news/1919.feature.md

-1
This file was deleted.

news/1923.feature.md

-1
This file was deleted.

news/1928.feature.md

-1
This file was deleted.

news/1929.feature.md

-1
This file was deleted.

news/1935.bugfix.md

-1
This file was deleted.

news/1936.doc.md

-1
This file was deleted.

news/1937.bugfix.md

-1
This file was deleted.

news/1939.bugfix.md

-1
This file was deleted.

news/1944.feature.md

-1
This file was deleted.

news/1945.bugfix.md

-1
This file was deleted.

news/1947.doc.md

-1
This file was deleted.

news/1948.bugfix.md

-1
This file was deleted.

0 commit comments

Comments
 (0)