Update the versioning policy to retain the minor breaking scheme indefinitely (#16710)

This commit is contained in:
Zanie Blue 2025-12-05 09:05:46 -06:00 committed by GitHub
parent b73281d222
commit 8390b311f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 6 deletions

View File

@ -1,14 +1,13 @@
# Versioning # Versioning
uv is widely used in production and is stable software.
uv uses a custom versioning scheme in which the minor version number is bumped for breaking changes, 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. and the patch version number is bumped for bug fixes, enhancements, and other non-breaking changes.
uv is widely used in production. However, we value the ability to iterate on new features quickly The care we take in backwards-incompatible changes is proportional to the expected real-world
and gather changes that _could_ be breaking into clearly marked releases. impact, not a function of arbitrary version numbering policies. We value the ability to iterate on
new features quickly and gather changes that _could_ be breaking into clearly marked releases.
Once uv v1.0.0 is released, the versioning scheme will adhere to
[Semantic Versioning](https://semver.org/). There is not a particular goal that must be achieved for
uv to reach this milestone.
uv's changelog can be [viewed on GitHub](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md). uv's changelog can be [viewed on GitHub](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md).