Skip to content

Commit 00d72da

Browse files
authored
Bump version to 0.10.12 (#18578)
1 parent f13abc3 commit 00d72da

File tree

144 files changed

+382
-347
lines changed

Some content is hidden

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

144 files changed

+382
-347
lines changed

CHANGELOG.md

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

55

6+
## 0.10.12
7+
8+
Released on 2026-03-19.
9+
10+
### Python
11+
12+
- Add pypy 3.11.15 ([#18468](https://github.com/astral-sh/uv/pull/18468))
13+
- Add support for using Python 3.6 interpreters ([#18454](https://github.com/astral-sh/uv/pull/18454))
14+
15+
### Enhancements
16+
17+
- Include uv's target triple in version report ([#18520](https://github.com/astral-sh/uv/pull/18520))
18+
- Allow comma separated values in `--no-emit-package` ([#18565](https://github.com/astral-sh/uv/pull/18565))
19+
20+
### Preview features
21+
22+
- Show `uv audit` in the CLI help ([#18540](https://github.com/astral-sh/uv/pull/18540))
23+
24+
### Bug fixes
25+
26+
- Improve reporting of managed interpreter symlinks in `uv python list` ([#18459](https://github.com/astral-sh/uv/pull/18459))
27+
- Preserve end-of-line comments on previous entries when removing dependencies ([#18557](https://github.com/astral-sh/uv/pull/18557))
28+
- Treat abi3 wheel Python version as a lower bound ([#18536](https://github.com/astral-sh/uv/pull/18536))
29+
- Detect hard-float support on aarch64 kernels running armv7 userspace ([#18530](https://github.com/astral-sh/uv/pull/18530))
30+
31+
32+
### Documentation
33+
34+
- Add Python 3.15 to supported versions ([#18552](https://github.com/astral-sh/uv/pull/18552))
35+
- Adjust the PyPy note ([#18548](https://github.com/astral-sh/uv/pull/18548))
36+
- Move Pyodide to Tier 2 in the Python support policy ([#18561](https://github.com/astral-sh/uv/pull/18561))
37+
- Move Rust and Python version support out of the Platform support policy ([#18535](https://github.com/astral-sh/uv/pull/18535))
38+
- Update Docker guide with changes from `uv-docker-example` ([#18558](https://github.com/astral-sh/uv/pull/18558))
39+
- Update the Python version policy ([#18559](https://github.com/astral-sh/uv/pull/18559))
40+
641
## 0.10.11
742

843
Released on 2026-03-16.

0 commit comments

Comments
 (0)