Skip to content

Commit

Permalink
Update versioning policy (#11666)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb authored Mar 7, 2025
1 parent 0798c35 commit f427164
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/reference/policies/versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
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 is widely used in production. However, 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).

Expand Down

0 comments on commit f427164

Please sign in to comment.