Skip to content

Commit 655a844

Browse files
committed
chore: Release 2.26.2
1 parent cf48728 commit 655a844

File tree

11 files changed

+25
-10
lines changed

11 files changed

+25
-10
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## Release v2.26.2 (2025-11-24)
2+
3+
### Features & Improvements
4+
5+
- Only parse TOML document with `tomlkit` when writing is required. ([#3672](https://github.com/pdm-project/pdm/issues/3672))
6+
- Add SHA256 checksums for binary releases during the release workflow and create an installer script that downloads binaries from GitHub releases with automatic platform detection and checksum verification. ([#3679](https://github.com/pdm-project/pdm/issues/3679))
7+
8+
### Bug Fixes
9+
10+
- Fix test_use_python_write_file_multiple_versions to match PDM's actual behavior. ([#3660](https://github.com/pdm-project/pdm/issues/3660))
11+
- Correctly calculate the venv path for `UV_PROJECT_ENVIRONMENT` env var when using uv mode. ([#3675](https://github.com/pdm-project/pdm/issues/3675))
12+
- Ensure `implementation.gil_disabled` is a boolean in `get_current_env_spec`. This fix an issue that free-threaded wheels get rejected incorrectly. ([#3677](https://github.com/pdm-project/pdm/issues/3677))
13+
- Fix CLI help formatting on Python 3.14+. ([#3683](https://github.com/pdm-project/pdm/issues/3683))
14+
- Make `PdmBasicAuth` a `cached_property` to accelerate execution. ([#3684](https://github.com/pdm-project/pdm/issues/3684))
15+
16+
### Removals and Deprecations
17+
18+
- Add deprecation warning for `pdm search` command as PyPI no longer supports search API. ([#3674](https://github.com/pdm-project/pdm/issues/3674))
19+
20+
### Miscellany
21+
22+
- Add tests to utils.fs_supports_link_method and utils.convert_to_datetime. ([#3541](https://github.com/pdm-project/pdm/issues/3541))
23+
24+
125
## Release v2.26.1 (2025-10-29)
226

327
### Bug Fixes

news/3541.misc.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/3660.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/3672.feature.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/3674.removal.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/3675.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/3677.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/3679.feature.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/3683.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/3684.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)