Enhancements
- Add support for `config_settings` in PEP 517 hooks ([1833](https://github.com/astral-sh/uv/pull/1833))
- feat: allow passing extra config k,v pairs for pyvenv.cfg when creating a
venv ([1852](https://github.com/astral-sh/uv/pull/1852))
Bug fixes
- Ensure authentication is passed from the index url to distribution
files ([1886](https://github.com/astral-sh/uv/pull/1886))
- Use `rustls-tls-native-roots` in `uv` crate ([1888](https://github.com/astral-sh/uv/pull/1888))
- pep440: fix version ordering ([1883](https://github.com/astral-sh/uv/pull/1883))
- Hide index URLs from header if not emitted ([1835](https://github.com/astral-sh/uv/pull/1835))
Documentation
- Add changelog ([1881](https://github.com/astral-sh/uv/pull/1881))