Skip to content

Commit c75a0c6

Browse files
authored
Bump version to 0.10.3 (#18012)
1 parent b06acf6 commit c75a0c6

File tree

141 files changed

+374
-341
lines changed

Some content is hidden

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

141 files changed

+374
-341
lines changed

CHANGELOG.md

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

55

6+
## 0.10.3
7+
8+
Released on 2026-02-16.
9+
10+
### Python
11+
12+
- Add CPython 3.15.0a6
13+
14+
### Enhancements
15+
16+
- Don't open file locks for writing ([#17956](https://github.com/astral-sh/uv/pull/17956))
17+
- Make Windows trampoline error messages consistent with uv proper ([#17969](https://github.com/astral-sh/uv/pull/17969))
18+
- Log which preview features are enabled ([#17968](https://github.com/astral-sh/uv/pull/17968))
19+
20+
### Preview features
21+
22+
- Add support for ruff version constraints and `exclude-newer` in `uv format` ([#17651](https://github.com/astral-sh/uv/pull/17651))
23+
- Fix script path handling when `target-workspace-discovery` is enabled ([#17965](https://github.com/astral-sh/uv/pull/17965))
24+
- Use version constraints to select the default ruff version used by `uv format` ([#17977](https://github.com/astral-sh/uv/pull/17977))
25+
26+
### Bug fixes
27+
28+
- Avoid matching managed Python versions by prefixes, e.g. don't match CPython 3.10 when `cpython-3.1` is specified ([#17972](https://github.com/astral-sh/uv/pull/17972))
29+
- Fix handling of `--allow-existing` with minor version links on Windows ([#17978](https://github.com/astral-sh/uv/pull/17978))
30+
- Fix panic when encountering unmanaged workspace members ([#17974](https://github.com/astral-sh/uv/pull/17974))
31+
- Improve accuracy of request timing ([#18007](https://github.com/astral-sh/uv/pull/18007))
32+
- Reject `u64::MAX` in version segments to prevent overflow ([#17985](https://github.com/astral-sh/uv/pull/17985))
33+
34+
### Documentation
35+
36+
- Reference Debian Trixie instead of Bookworm ([#17991](https://github.com/astral-sh/uv/pull/17991))
37+
38+
639
## 0.10.2
740

841
Released on 2026-02-10.

0 commit comments

Comments
 (0)