Commit Graph

4 Commits

Author SHA1 Message Date
Zanie Blue
1e8e08def2 Bump version to 0.7.0 and write changelog (#13201)
The changelog diff is deranged. Rendered at
https://github.com/astral-sh/uv/blob/zb/changelog-07/CHANGELOG.md#070

---------

Co-authored-by: Charlie Marsh <charlie.r.marsh@gmail.com>
Co-authored-by: Brent Westbrook <36778786+ntBre@users.noreply.github.com>
2025-04-29 16:37:00 -05:00
Charlie Marsh
3188d99f39 Use consistent commas around i.e. and e.g. (#12157)
## Summary

Only in user-facing docs -- I didn't bother with the rustdoc. (This is
in the style guide already.)
2025-03-13 23:42:10 +00:00
Zanie Blue
4f70d144d7 Reverse and format the archived changelogs (#12099)
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.
2025-03-12 11:58:51 -05:00
Zanie Blue
2bc6ca35e5 Split changelog into separate files (#11510)
GitHub consistently crashes while rendering our existing `CHANGELOG.md`
— we got a lot of changes!

Here I add a new directory and split the changelog on our "breaking"
versions.

See https://github.com/astral-sh/uv/tree/zb/cl-split/changelogs and
https://github.com/astral-sh/uv/blob/zb/cl-split/CHANGELOG.md#05x

The downside is that we'll break some links. I don't think there's much
to be done about it though.
2025-02-14 13:20:05 -06:00