## Summary
- move the uv 0.10 release notes into `changelogs/0.10.x.md`
- order the archived releases from oldest to newest, matching the
existing archives
- replace the 0.10 entries in `CHANGELOG.md` with a link to the archive
## Test plan
- `npx prettier --check CHANGELOG.md changelogs/0.10.x.md`
- `git diff --check`
- verified all 13 releases from 0.10.0 through 0.10.12 were moved
without content loss
Co-authored-by: Zanie Blue <contact@zanie.dev>
## Summary
I tried to fix minor typos in the project
---------
Co-authored-by: Samuel Rigaud <rigaud@gmail.com>
Co-authored-by: konstin <konstin@mailbox.org>
Extends https://github.com/astral-sh/uv/pull/13841 — I'll drop that
commit later after that pull request merges but it's small.
I find the split into a "Configuration" section awkward and don't think
it's helping us. Everything moved into the "Concepts" section, except
the "Environment variables" page which definitely belongs in the
reference and the "Installer" page which is fairly niche and seems
better in the reference.
Before / After
<img
src="https://github.com/user-attachments/assets/80d8304b-17da-4900-a5f4-c3ccac96fcc5"
width="400">
I think it's important for the breaking changes to be at the _top_ of
the file instead of the bottom.
Now that it's not being rendered by GitHub's Releases markdown, we can
remove the prettier ignores.