mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-03 18:38:21 +00:00
Move some documents to relevant sections (#5968)
This commit is contained in:
parent
3228fc5f35
commit
db0b44b88c
7 changed files with 23 additions and 23 deletions
9
docs/reference/versioning.md
Normal file
9
docs/reference/versioning.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# 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).
|
Loading…
Add table
Add a link
Reference in a new issue