Skip to content

Commit 95eaa68

Browse files
authored
Bump version to 0.11.5 (#18930)
1 parent f6d67d5 commit 95eaa68

144 files changed

Lines changed: 376 additions & 349 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: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,43 @@
33
<!-- prettier-ignore-start -->
44

55

6-
## 0.11.4
6+
## 0.11.5
77

8-
Released on 2026-04-07.
8+
Released on 2026-04-08.
99

1010
### Python
1111

1212
- Add CPython 3.13.13, 3.14.4, and 3.15.0a8 ([#18908](https://github.com/astral-sh/uv/pull/18908))
1313

1414
### Enhancements
1515

16+
- Fix `build_system.requires` error message ([#18911](https://github.com/astral-sh/uv/pull/18911))
17+
- Remove trailing path separators in path normalization ([#18915](https://github.com/astral-sh/uv/pull/18915))
18+
- Improve error messages for unsupported or invalid TLS certificates ([#18924](https://github.com/astral-sh/uv/pull/18924))
19+
20+
21+
### Preview features
22+
23+
- Add `exclude-newer` to `[[tool.uv.index]]` ([#18839](https://github.com/astral-sh/uv/pull/18839))
24+
- `uv audit`: add context/warnings for ignored vulnerabilities ([#18905](https://github.com/astral-sh/uv/pull/18905))
25+
26+
### Bug fixes
27+
28+
- Normalize persisted fork markers before lock equality checks ([#18612](https://github.com/astral-sh/uv/pull/18612))
29+
- Clear junction properly when uninstalling Python versions on Windows ([#18815](https://github.com/astral-sh/uv/pull/18815))
30+
- Report error cleanly instead of panicking on TLS certificate error ([#18904](https://github.com/astral-sh/uv/pull/18904))
31+
32+
### Documentation
33+
34+
- Remove the legacy `PIP_COMPATIBILITY.md` redirect file ([#18928](https://github.com/astral-sh/uv/pull/18928))
35+
- Fix `uv init example-bare --bare` examples ([#18822](https://github.com/astral-sh/uv/pull/18822), [#18925](https://github.com/astral-sh/uv/pull/18925))
36+
37+
## 0.11.4
38+
39+
Released on 2026-04-07.
40+
41+
### Enhancements
42+
1643
- Add support for `--upgrade-group` ([#18266](https://github.com/astral-sh/uv/pull/18266))
1744
- Merge repeated archive URL hashes by version ID ([#18841](https://github.com/astral-sh/uv/pull/18841))
1845
- Require all direct URL hash algorithms to match ([#18842](https://github.com/astral-sh/uv/pull/18842))

0 commit comments

Comments
 (0)