mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00

A ton of work remaining here, pushing so I can preview things rendered. Here's the [latest rendered documentation](https://astral-sh.github.io/uv/).
9 lines
465 B
Markdown
9 lines
465 B
Markdown
# Versioning
|
|
|
|
uv uses a custom versioning scheme in which the minor version number is bumped for breaking changes,
|
|
and the patch version number is bumped for bug fixes, enhancements, and other non-breaking changes.
|
|
|
|
uv does not yet have a stable API; once uv's API is stable (v1.0.0), the versioning scheme will
|
|
adhere to [Semantic Versioning](https://semver.org/).
|
|
|
|
uv's changelog can be [viewed on GitHub](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md).
|