mirror of https://github.com/astral-sh/uv
Add a versioning policy to the README (#3151)
## Summary Roughly mirrors https://docs.astral.sh/ruff/versioning/, but slimmed down for now.
This commit is contained in:
parent
7efd13ca33
commit
6c12e59d13
|
|
@ -527,6 +527,14 @@ In addition, uv respects the following environment variables:
|
|||
- `BASH_VERSION`: Used to detect the use of the Bash shell.
|
||||
- `ZSH_VERSION`: Used to detect the use of the Zsh shell.
|
||||
|
||||
## 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/).
|
||||
|
||||
## Acknowledgements
|
||||
|
||||
uv's dependency resolver uses [PubGrub](https://github.com/pubgrub-rs/pubgrub) under the hood.
|
||||
|
|
|
|||
Loading…
Reference in New Issue