Skip to content

Commit 210d1f6

Browse files
Bump version to 0.12.5 (#21140)
Co-authored-by: astral-automations-bot[bot] <305554984+astral-automations-bot[bot]@users.noreply.github.com> Co-authored-by: Ee Durbin <ewdurbin@gmail.com>
1 parent 802a916 commit 210d1f6

152 files changed

Lines changed: 391 additions & 368 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
33
<!-- prettier-ignore-start -->
44

55

6+
## 0.12.5
7+
8+
Released on 2026-08-14.
9+
10+
### Python
11+
12+
- Add CPython 3.10.21, 3.11.16, and 3.12.14 ([#21138](https://github.com/astral-sh/uv/pull/21138))
13+
- Prefer newer versions and standard variants when selecting between equally prioritized Python interpreters ([#21134](https://github.com/astral-sh/uv/pull/21134))
14+
15+
### Enhancements
16+
17+
- Simplify errors and hints for invalid editable requirements, and redact credentials in requirement URLs ([#21130](https://github.com/astral-sh/uv/pull/21130))
18+
19+
### Preview features
20+
21+
- Allow `--index` and `--default-index` to select configured package indexes by name with the `index-by-name` preview feature ([#17455](https://github.com/astral-sh/uv/pull/17455))
22+
- Include distribution artifact URLs and hashes in CycloneDX SBOM exports by default ([#21131](https://github.com/astral-sh/uv/pull/21131))
23+
- Fall back to logical file sizes when using `cache-physical-space` on filesystems that do not support physical-space accounting ([#21133](https://github.com/astral-sh/uv/pull/21133))
24+
25+
### Bug fixes
26+
27+
- Resolve relative package index paths in PEP 723 scripts against the script directory ([#21097](https://github.com/astral-sh/uv/pull/21097))
28+
629
## 0.12.4
730

831
Released on 2026-08-13.

0 commit comments

Comments
 (0)