Skip to content

Commit 8c730aa

Browse files
authored
Bump version to 0.10.10 (#18455)
1 parent f190514 commit 8c730aa

File tree

144 files changed

+394
-349
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

+394
-349
lines changed

CHANGELOG.md

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,49 @@
33
<!-- prettier-ignore-start -->
44

55

6+
## 0.10.10
7+
8+
Released on 2026-03-13.
9+
10+
### Python
11+
12+
- Add CPython 3.15.0a7 ([#18403](https://github.com/astral-sh/uv/pull/18403))
13+
14+
### Enhancements
15+
16+
- Add `--outdated` flag to `uv tool list` ([#18318](https://github.com/astral-sh/uv/pull/18318))
17+
- Add riscv64 musl target to build-release-binaries workflow ([#18228](https://github.com/astral-sh/uv/pull/18228))
18+
- Fetch Ruff from an Astral mirror ([#18286](https://github.com/astral-sh/uv/pull/18286))
19+
- Improve error handling for platform detection in Python downloads ([#18453](https://github.com/astral-sh/uv/pull/18453))
20+
- Warn if `--project` directory does not exist ([#17714](https://github.com/astral-sh/uv/pull/17714))
21+
- Warn when workspace member scripts are skipped due to missing build system ([#18389](https://github.com/astral-sh/uv/pull/18389))
22+
- Update build backend versions used in `uv init` ([#18417](https://github.com/astral-sh/uv/pull/18417))
23+
- Log explicit config file path in verbose output ([#18353](https://github.com/astral-sh/uv/pull/18353))
24+
- Make `uv cache clear` an alias of `uv cache clean` ([#18420](https://github.com/astral-sh/uv/pull/18420))
25+
- Reject invalid classifiers, warn on license classifiers in `uv_build` ([#18419](https://github.com/astral-sh/uv/pull/18419))
26+
27+
### Preview features
28+
29+
- Add links to `uv audit` output ([#18392](https://github.com/astral-sh/uv/pull/18392))
30+
- Output/report formatting for `uv audit` ([#18193](https://github.com/astral-sh/uv/pull/18193))
31+
- Switch to batched OSV queries for `uv audit` ([#18394](https://github.com/astral-sh/uv/pull/18394))
32+
33+
### Bug fixes
34+
35+
- Avoid sharing version metadata across indexes ([#18373](https://github.com/astral-sh/uv/pull/18373))
36+
- Bump zlib-rs to 0.6.2 to fix panic on decompression of large wheels on Windows ([#18362](https://github.com/astral-sh/uv/pull/18362))
37+
- Filter out unsupported environment wheels ([#18445](https://github.com/astral-sh/uv/pull/18445))
38+
- Preserve absolute/relative paths in lockfiles ([#18176](https://github.com/astral-sh/uv/pull/18176))
39+
- Recreate Python environments under `uv tool install --force` ([#18399](https://github.com/astral-sh/uv/pull/18399))
40+
- Respect timestamp and other cache keys in cached environments ([#18396](https://github.com/astral-sh/uv/pull/18396))
41+
- Simplify selected extra markers in `uv export` ([#18433](https://github.com/astral-sh/uv/pull/18433))
42+
- Send pyx mint-token requests with a proper `Content-Type` ([#18334](https://github.com/astral-sh/uv/pull/18334))
43+
- Fix Windows operating system and version reporting ([#18383](https://github.com/astral-sh/uv/pull/18383))
44+
45+
### Documentation
46+
47+
- Update the platform support policy with a tier 3 section including freebsd and 32-bit windows ([#18345](https://github.com/astral-sh/uv/pull/18345))
48+
649
## 0.10.9
750

851
Released on 2026-03-06.
@@ -16,7 +59,6 @@ Released on 2026-03-06.
1659
- Add fallback to `/usr/lib/os-release` on Linux system lookup failure ([#18349](https://github.com/astral-sh/uv/pull/18349))
1760
- Use `cargo auditable` to include SBOM in uv builds ([#18276](https://github.com/astral-sh/uv/pull/18276))
1861

19-
2062
### Configuration
2163

2264
- Add an environment variable for `UV_VENV_RELOCATABLE` ([#18331](https://github.com/astral-sh/uv/pull/18331))

0 commit comments

Comments
 (0)