diff --git a/CHANGELOG.md b/CHANGELOG.md index f1fc8dcae..bf60347c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,48 @@ +## 0.9.16 + +Released on 2025-12-06. + +### Python + +- Add CPython 3.14.2 +- Add CPython 3.13.11 + +### Enhancements + +- Add a 5m default timeout to acquiring file locks to fail faster on deadlock ([#16342](https://github.com/astral-sh/uv/pull/16342)) +- Add a stub `debug` subcommand to `uv pip` announcing its intentional absence ([#16966](https://github.com/astral-sh/uv/pull/16966)) +- Add bounds in `uv add --script` ([#16954](https://github.com/astral-sh/uv/pull/16954)) +- Add brew specific message for `uv self update` ([#16838](https://github.com/astral-sh/uv/pull/16838)) +- Error when built wheel is for the wrong platform ([#16074](https://github.com/astral-sh/uv/pull/16074)) +- Filter wheels from PEP 751 files based on `--no-binary` et al in `uv pip compile` ([#16956](https://github.com/astral-sh/uv/pull/16956)) +- Support `--target` and `--prefix` in `uv pip list`, `uv pip freeze`, and `uv pip show` ([#16955](https://github.com/astral-sh/uv/pull/16955)) +- Tweak language for build backend validation errors ([#16720](https://github.com/astral-sh/uv/pull/16720)) +- Use explicit credentials cache instead of global static ([#16768](https://github.com/astral-sh/uv/pull/16768)) +- Enable SIMD in HTML parsing ([#17010](https://github.com/astral-sh/uv/pull/17010)) + +### Preview features + +- Fix missing preview warning in `uv workspace metadata` ([#16988](https://github.com/astral-sh/uv/pull/16988)) +- Add a `uv auth helper --protocol bazel` command ([#16886](https://github.com/astral-sh/uv/pull/16886)) + +### Bug fixes + +- Fix Pyston wheel compatibility tags ([#16972](https://github.com/astral-sh/uv/pull/16972)) +- Allow redundant entries in `tool.uv.build-backend.module-name` but emit warnings ([#16928](https://github.com/astral-sh/uv/pull/16928)) +- Fix infinite loop in non-attribute re-treats during HTML parsing ([#17010](https://github.com/astral-sh/uv/pull/17010)) + +### Documentation + +- Clarify `--project` flag help text to indicate project discovery ([#16965](https://github.com/astral-sh/uv/pull/16965)) +- Regenerate the crates.io READMEs on release ([#16992](https://github.com/astral-sh/uv/pull/16992)) +- Update Docker integration guide to prefer `COPY` over `ADD` for simple cases ([#16883](https://github.com/astral-sh/uv/pull/16883)) +- Update PyTorch documentation to include information about supporting CUDA 13.0.x ([#16957](https://github.com/astral-sh/uv/pull/16957)) +- Update the versioning policy ([#16710](https://github.com/astral-sh/uv/pull/16710)) +- Upgrade PyTorch documentation to latest versions ([#16970](https://github.com/astral-sh/uv/pull/16970)) + ## 0.9.15 Released on 2025-12-02. @@ -478,3 +520,4 @@ See [changelogs/0.1.x](./changelogs/0.1.x.md) + diff --git a/Cargo.lock b/Cargo.lock index 36ee70fd4..73c922daf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5387,7 +5387,7 @@ dependencies = [ [[package]] name = "uv" -version = "0.9.15" +version = "0.9.16" dependencies = [ "anstream", "anyhow", @@ -5506,7 +5506,7 @@ dependencies = [ [[package]] name = "uv-auth" -version = "0.0.5" +version = "0.0.6" dependencies = [ "anyhow", "arcstr", @@ -5549,7 +5549,7 @@ dependencies = [ [[package]] name = "uv-bench" -version = "0.0.5" +version = "0.0.6" dependencies = [ "anyhow", "codspeed-criterion-compat", @@ -5576,7 +5576,7 @@ dependencies = [ [[package]] name = "uv-bin-install" -version = "0.0.5" +version = "0.0.6" dependencies = [ "astral-reqwest-middleware", "astral-reqwest-retry", @@ -5601,7 +5601,7 @@ dependencies = [ [[package]] name = "uv-build" -version = "0.9.15" +version = "0.9.16" dependencies = [ "anstream", "anyhow", @@ -5613,7 +5613,7 @@ dependencies = [ [[package]] name = "uv-build-backend" -version = "0.0.5" +version = "0.0.6" dependencies = [ "astral-version-ranges", "base64 0.22.1", @@ -5653,7 +5653,7 @@ dependencies = [ [[package]] name = "uv-build-frontend" -version = "0.0.5" +version = "0.0.6" dependencies = [ "anstream", "fs-err", @@ -5691,7 +5691,7 @@ dependencies = [ [[package]] name = "uv-cache" -version = "0.0.5" +version = "0.0.6" dependencies = [ "clap", "fs-err", @@ -5716,7 +5716,7 @@ dependencies = [ [[package]] name = "uv-cache-info" -version = "0.0.5" +version = "0.0.6" dependencies = [ "anyhow", "fs-err", @@ -5733,7 +5733,7 @@ dependencies = [ [[package]] name = "uv-cache-key" -version = "0.0.5" +version = "0.0.6" dependencies = [ "hex", "memchr", @@ -5745,7 +5745,7 @@ dependencies = [ [[package]] name = "uv-cli" -version = "0.0.5" +version = "0.0.6" dependencies = [ "anstream", "anyhow", @@ -5777,7 +5777,7 @@ dependencies = [ [[package]] name = "uv-client" -version = "0.0.5" +version = "0.0.6" dependencies = [ "anyhow", "astral-reqwest-middleware", @@ -5840,7 +5840,7 @@ dependencies = [ [[package]] name = "uv-configuration" -version = "0.0.5" +version = "0.0.6" dependencies = [ "anyhow", "clap", @@ -5869,14 +5869,14 @@ dependencies = [ [[package]] name = "uv-console" -version = "0.0.5" +version = "0.0.6" dependencies = [ "console 0.16.1", ] [[package]] name = "uv-dev" -version = "0.0.5" +version = "0.0.6" dependencies = [ "anstream", "anyhow", @@ -5925,7 +5925,7 @@ dependencies = [ [[package]] name = "uv-dirs" -version = "0.0.5" +version = "0.0.6" dependencies = [ "assert_fs", "etcetera", @@ -5937,7 +5937,7 @@ dependencies = [ [[package]] name = "uv-dispatch" -version = "0.0.5" +version = "0.0.6" dependencies = [ "anyhow", "futures", @@ -5969,7 +5969,7 @@ dependencies = [ [[package]] name = "uv-distribution" -version = "0.0.5" +version = "0.0.6" dependencies = [ "anyhow", "astral-reqwest-middleware", @@ -6018,7 +6018,7 @@ dependencies = [ [[package]] name = "uv-distribution-filename" -version = "0.0.5" +version = "0.0.6" dependencies = [ "insta", "memchr", @@ -6035,7 +6035,7 @@ dependencies = [ [[package]] name = "uv-distribution-types" -version = "0.0.5" +version = "0.0.6" dependencies = [ "arcstr", "astral-version-ranges", @@ -6075,7 +6075,7 @@ dependencies = [ [[package]] name = "uv-extract" -version = "0.0.5" +version = "0.0.6" dependencies = [ "astral-tokio-tar", "astral_async_zip", @@ -6105,14 +6105,14 @@ dependencies = [ [[package]] name = "uv-flags" -version = "0.0.5" +version = "0.0.6" dependencies = [ "bitflags 2.9.4", ] [[package]] name = "uv-fs" -version = "0.0.5" +version = "0.0.6" dependencies = [ "backon", "dunce", @@ -6136,7 +6136,7 @@ dependencies = [ [[package]] name = "uv-git" -version = "0.0.5" +version = "0.0.6" dependencies = [ "anyhow", "astral-reqwest-middleware", @@ -6162,7 +6162,7 @@ dependencies = [ [[package]] name = "uv-git-types" -version = "0.0.5" +version = "0.0.6" dependencies = [ "serde", "thiserror 2.0.17", @@ -6174,7 +6174,7 @@ dependencies = [ [[package]] name = "uv-globfilter" -version = "0.0.5" +version = "0.0.6" dependencies = [ "anstream", "fs-err", @@ -6191,7 +6191,7 @@ dependencies = [ [[package]] name = "uv-install-wheel" -version = "0.0.5" +version = "0.0.6" dependencies = [ "anyhow", "assert_fs", @@ -6231,7 +6231,7 @@ dependencies = [ [[package]] name = "uv-installer" -version = "0.0.5" +version = "0.0.6" dependencies = [ "anyhow", "async-channel", @@ -6272,7 +6272,7 @@ dependencies = [ [[package]] name = "uv-keyring" -version = "0.0.5" +version = "0.0.6" dependencies = [ "async-trait", "byteorder", @@ -6289,7 +6289,7 @@ dependencies = [ [[package]] name = "uv-logging" -version = "0.0.5" +version = "0.0.6" dependencies = [ "jiff", "owo-colors", @@ -6299,7 +6299,7 @@ dependencies = [ [[package]] name = "uv-macros" -version = "0.0.5" +version = "0.0.6" dependencies = [ "proc-macro2", "quote", @@ -6309,7 +6309,7 @@ dependencies = [ [[package]] name = "uv-metadata" -version = "0.0.5" +version = "0.0.6" dependencies = [ "astral_async_zip", "fs-err", @@ -6326,7 +6326,7 @@ dependencies = [ [[package]] name = "uv-normalize" -version = "0.0.5" +version = "0.0.6" dependencies = [ "rkyv", "schemars", @@ -6336,7 +6336,7 @@ dependencies = [ [[package]] name = "uv-once-map" -version = "0.0.5" +version = "0.0.6" dependencies = [ "dashmap", "futures", @@ -6345,14 +6345,14 @@ dependencies = [ [[package]] name = "uv-options-metadata" -version = "0.0.5" +version = "0.0.6" dependencies = [ "serde", ] [[package]] name = "uv-pep440" -version = "0.0.5" +version = "0.0.6" dependencies = [ "astral-version-ranges", "indoc", @@ -6366,7 +6366,7 @@ dependencies = [ [[package]] name = "uv-pep508" -version = "0.0.5" +version = "0.0.6" dependencies = [ "arcstr", "astral-version-ranges", @@ -6395,7 +6395,7 @@ dependencies = [ [[package]] name = "uv-performance-memory-allocator" -version = "0.0.5" +version = "0.0.6" dependencies = [ "mimalloc", "tikv-jemallocator", @@ -6403,7 +6403,7 @@ dependencies = [ [[package]] name = "uv-platform" -version = "0.0.5" +version = "0.0.6" dependencies = [ "fs-err", "goblin", @@ -6420,7 +6420,7 @@ dependencies = [ [[package]] name = "uv-platform-tags" -version = "0.0.5" +version = "0.0.6" dependencies = [ "insta", "memchr", @@ -6433,7 +6433,7 @@ dependencies = [ [[package]] name = "uv-preview" -version = "0.0.5" +version = "0.0.6" dependencies = [ "bitflags 2.9.4", "thiserror 2.0.17", @@ -6442,7 +6442,7 @@ dependencies = [ [[package]] name = "uv-publish" -version = "0.0.5" +version = "0.0.6" dependencies = [ "ambient-id", "astral-reqwest-middleware", @@ -6482,7 +6482,7 @@ dependencies = [ [[package]] name = "uv-pypi-types" -version = "0.0.5" +version = "0.0.6" dependencies = [ "anyhow", "hashbrown 0.16.1", @@ -6514,7 +6514,7 @@ dependencies = [ [[package]] name = "uv-python" -version = "0.0.5" +version = "0.0.6" dependencies = [ "anyhow", "assert_fs", @@ -6576,7 +6576,7 @@ dependencies = [ [[package]] name = "uv-redacted" -version = "0.0.5" +version = "0.0.6" dependencies = [ "ref-cast", "schemars", @@ -6587,7 +6587,7 @@ dependencies = [ [[package]] name = "uv-requirements" -version = "0.0.5" +version = "0.0.6" dependencies = [ "anyhow", "configparser", @@ -6622,7 +6622,7 @@ dependencies = [ [[package]] name = "uv-requirements-txt" -version = "0.0.5" +version = "0.0.6" dependencies = [ "anyhow", "assert_fs", @@ -6655,7 +6655,7 @@ dependencies = [ [[package]] name = "uv-resolver" -version = "0.0.5" +version = "0.0.6" dependencies = [ "arcstr", "astral-pubgrub", @@ -6720,7 +6720,7 @@ dependencies = [ [[package]] name = "uv-scripts" -version = "0.0.5" +version = "0.0.6" dependencies = [ "fs-err", "indoc", @@ -6744,7 +6744,7 @@ dependencies = [ [[package]] name = "uv-settings" -version = "0.0.5" +version = "0.0.6" dependencies = [ "clap", "fs-err", @@ -6779,7 +6779,7 @@ dependencies = [ [[package]] name = "uv-shell" -version = "0.0.5" +version = "0.0.6" dependencies = [ "anyhow", "fs-err", @@ -6796,7 +6796,7 @@ dependencies = [ [[package]] name = "uv-small-str" -version = "0.0.5" +version = "0.0.6" dependencies = [ "arcstr", "rkyv", @@ -6806,7 +6806,7 @@ dependencies = [ [[package]] name = "uv-state" -version = "0.0.5" +version = "0.0.6" dependencies = [ "fs-err", "tempfile", @@ -6815,14 +6815,14 @@ dependencies = [ [[package]] name = "uv-static" -version = "0.0.5" +version = "0.0.6" dependencies = [ "uv-macros", ] [[package]] name = "uv-tool" -version = "0.0.5" +version = "0.0.6" dependencies = [ "fs-err", "pathdiff", @@ -6851,7 +6851,7 @@ dependencies = [ [[package]] name = "uv-torch" -version = "0.0.5" +version = "0.0.6" dependencies = [ "clap", "either", @@ -6871,7 +6871,7 @@ dependencies = [ [[package]] name = "uv-trampoline-builder" -version = "0.0.5" +version = "0.0.6" dependencies = [ "anyhow", "assert_cmd", @@ -6888,7 +6888,7 @@ dependencies = [ [[package]] name = "uv-types" -version = "0.0.5" +version = "0.0.6" dependencies = [ "anyhow", "dashmap", @@ -6910,11 +6910,11 @@ dependencies = [ [[package]] name = "uv-version" -version = "0.9.15" +version = "0.9.16" [[package]] name = "uv-virtualenv" -version = "0.0.5" +version = "0.0.6" dependencies = [ "console 0.16.1", "fs-err", @@ -6936,7 +6936,7 @@ dependencies = [ [[package]] name = "uv-warnings" -version = "0.0.5" +version = "0.0.6" dependencies = [ "anstream", "owo-colors", @@ -6945,7 +6945,7 @@ dependencies = [ [[package]] name = "uv-workspace" -version = "0.0.5" +version = "0.0.6" dependencies = [ "anyhow", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index efeac7785..cdc071db3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,64 +16,64 @@ authors = ["uv"] license = "MIT OR Apache-2.0" [workspace.dependencies] -uv-auth = { version = "0.0.5", path = "crates/uv-auth" } -uv-bin-install = { version = "0.0.5", path = "crates/uv-bin-install" } -uv-build-backend = { version = "0.0.5", path = "crates/uv-build-backend" } -uv-build-frontend = { version = "0.0.5", path = "crates/uv-build-frontend" } -uv-cache = { version = "0.0.5", path = "crates/uv-cache" } -uv-cache-info = { version = "0.0.5", path = "crates/uv-cache-info" } -uv-cache-key = { version = "0.0.5", path = "crates/uv-cache-key" } -uv-cli = { version = "0.0.5", path = "crates/uv-cli" } -uv-client = { version = "0.0.5", path = "crates/uv-client" } -uv-configuration = { version = "0.0.5", path = "crates/uv-configuration" } -uv-console = { version = "0.0.5", path = "crates/uv-console" } -uv-dirs = { version = "0.0.5", path = "crates/uv-dirs" } -uv-dispatch = { version = "0.0.5", path = "crates/uv-dispatch" } -uv-distribution = { version = "0.0.5", path = "crates/uv-distribution" } -uv-distribution-filename = { version = "0.0.5", path = "crates/uv-distribution-filename" } -uv-distribution-types = { version = "0.0.5", path = "crates/uv-distribution-types" } -uv-extract = { version = "0.0.5", path = "crates/uv-extract" } -uv-flags = { version = "0.0.5", path = "crates/uv-flags" } -uv-fs = { version = "0.0.5", path = "crates/uv-fs", features = ["serde", "tokio"] } -uv-git = { version = "0.0.5", path = "crates/uv-git" } -uv-git-types = { version = "0.0.5", path = "crates/uv-git-types" } -uv-globfilter = { version = "0.0.5", path = "crates/uv-globfilter" } -uv-install-wheel = { version = "0.0.5", path = "crates/uv-install-wheel", default-features = false } -uv-installer = { version = "0.0.5", path = "crates/uv-installer" } -uv-keyring = { version = "0.0.5", path = "crates/uv-keyring" } -uv-logging = { version = "0.0.5", path = "crates/uv-logging" } -uv-macros = { version = "0.0.5", path = "crates/uv-macros" } -uv-metadata = { version = "0.0.5", path = "crates/uv-metadata" } -uv-normalize = { version = "0.0.5", path = "crates/uv-normalize" } -uv-once-map = { version = "0.0.5", path = "crates/uv-once-map" } -uv-options-metadata = { version = "0.0.5", path = "crates/uv-options-metadata" } -uv-performance-memory-allocator = { version = "0.0.5", path = "crates/uv-performance-memory-allocator" } -uv-pep440 = { version = "0.0.5", path = "crates/uv-pep440", features = ["tracing", "rkyv", "version-ranges"] } -uv-pep508 = { version = "0.0.5", path = "crates/uv-pep508", features = ["non-pep508-extensions"] } -uv-platform = { version = "0.0.5", path = "crates/uv-platform" } -uv-platform-tags = { version = "0.0.5", path = "crates/uv-platform-tags" } -uv-preview = { version = "0.0.5", path = "crates/uv-preview" } -uv-publish = { version = "0.0.5", path = "crates/uv-publish" } -uv-pypi-types = { version = "0.0.5", path = "crates/uv-pypi-types" } -uv-python = { version = "0.0.5", path = "crates/uv-python" } -uv-redacted = { version = "0.0.5", path = "crates/uv-redacted" } -uv-requirements = { version = "0.0.5", path = "crates/uv-requirements" } -uv-requirements-txt = { version = "0.0.5", path = "crates/uv-requirements-txt" } -uv-resolver = { version = "0.0.5", path = "crates/uv-resolver" } -uv-scripts = { version = "0.0.5", path = "crates/uv-scripts" } -uv-settings = { version = "0.0.5", path = "crates/uv-settings" } -uv-shell = { version = "0.0.5", path = "crates/uv-shell" } -uv-small-str = { version = "0.0.5", path = "crates/uv-small-str" } -uv-state = { version = "0.0.5", path = "crates/uv-state" } -uv-static = { version = "0.0.5", path = "crates/uv-static" } -uv-tool = { version = "0.0.5", path = "crates/uv-tool" } -uv-torch = { version = "0.0.5", path = "crates/uv-torch" } -uv-trampoline-builder = { version = "0.0.5", path = "crates/uv-trampoline-builder" } -uv-types = { version = "0.0.5", path = "crates/uv-types" } -uv-version = { version = "0.9.15", path = "crates/uv-version" } -uv-virtualenv = { version = "0.0.5", path = "crates/uv-virtualenv" } -uv-warnings = { version = "0.0.5", path = "crates/uv-warnings" } -uv-workspace = { version = "0.0.5", path = "crates/uv-workspace" } +uv-auth = { version = "0.0.6", path = "crates/uv-auth" } +uv-bin-install = { version = "0.0.6", path = "crates/uv-bin-install" } +uv-build-backend = { version = "0.0.6", path = "crates/uv-build-backend" } +uv-build-frontend = { version = "0.0.6", path = "crates/uv-build-frontend" } +uv-cache = { version = "0.0.6", path = "crates/uv-cache" } +uv-cache-info = { version = "0.0.6", path = "crates/uv-cache-info" } +uv-cache-key = { version = "0.0.6", path = "crates/uv-cache-key" } +uv-cli = { version = "0.0.6", path = "crates/uv-cli" } +uv-client = { version = "0.0.6", path = "crates/uv-client" } +uv-configuration = { version = "0.0.6", path = "crates/uv-configuration" } +uv-console = { version = "0.0.6", path = "crates/uv-console" } +uv-dirs = { version = "0.0.6", path = "crates/uv-dirs" } +uv-dispatch = { version = "0.0.6", path = "crates/uv-dispatch" } +uv-distribution = { version = "0.0.6", path = "crates/uv-distribution" } +uv-distribution-filename = { version = "0.0.6", path = "crates/uv-distribution-filename" } +uv-distribution-types = { version = "0.0.6", path = "crates/uv-distribution-types" } +uv-extract = { version = "0.0.6", path = "crates/uv-extract" } +uv-flags = { version = "0.0.6", path = "crates/uv-flags" } +uv-fs = { version = "0.0.6", path = "crates/uv-fs", features = ["serde", "tokio"] } +uv-git = { version = "0.0.6", path = "crates/uv-git" } +uv-git-types = { version = "0.0.6", path = "crates/uv-git-types" } +uv-globfilter = { version = "0.0.6", path = "crates/uv-globfilter" } +uv-install-wheel = { version = "0.0.6", path = "crates/uv-install-wheel", default-features = false } +uv-installer = { version = "0.0.6", path = "crates/uv-installer" } +uv-keyring = { version = "0.0.6", path = "crates/uv-keyring" } +uv-logging = { version = "0.0.6", path = "crates/uv-logging" } +uv-macros = { version = "0.0.6", path = "crates/uv-macros" } +uv-metadata = { version = "0.0.6", path = "crates/uv-metadata" } +uv-normalize = { version = "0.0.6", path = "crates/uv-normalize" } +uv-once-map = { version = "0.0.6", path = "crates/uv-once-map" } +uv-options-metadata = { version = "0.0.6", path = "crates/uv-options-metadata" } +uv-performance-memory-allocator = { version = "0.0.6", path = "crates/uv-performance-memory-allocator" } +uv-pep440 = { version = "0.0.6", path = "crates/uv-pep440", features = ["tracing", "rkyv", "version-ranges"] } +uv-pep508 = { version = "0.0.6", path = "crates/uv-pep508", features = ["non-pep508-extensions"] } +uv-platform = { version = "0.0.6", path = "crates/uv-platform" } +uv-platform-tags = { version = "0.0.6", path = "crates/uv-platform-tags" } +uv-preview = { version = "0.0.6", path = "crates/uv-preview" } +uv-publish = { version = "0.0.6", path = "crates/uv-publish" } +uv-pypi-types = { version = "0.0.6", path = "crates/uv-pypi-types" } +uv-python = { version = "0.0.6", path = "crates/uv-python" } +uv-redacted = { version = "0.0.6", path = "crates/uv-redacted" } +uv-requirements = { version = "0.0.6", path = "crates/uv-requirements" } +uv-requirements-txt = { version = "0.0.6", path = "crates/uv-requirements-txt" } +uv-resolver = { version = "0.0.6", path = "crates/uv-resolver" } +uv-scripts = { version = "0.0.6", path = "crates/uv-scripts" } +uv-settings = { version = "0.0.6", path = "crates/uv-settings" } +uv-shell = { version = "0.0.6", path = "crates/uv-shell" } +uv-small-str = { version = "0.0.6", path = "crates/uv-small-str" } +uv-state = { version = "0.0.6", path = "crates/uv-state" } +uv-static = { version = "0.0.6", path = "crates/uv-static" } +uv-tool = { version = "0.0.6", path = "crates/uv-tool" } +uv-torch = { version = "0.0.6", path = "crates/uv-torch" } +uv-trampoline-builder = { version = "0.0.6", path = "crates/uv-trampoline-builder" } +uv-types = { version = "0.0.6", path = "crates/uv-types" } +uv-version = { version = "0.9.16", path = "crates/uv-version" } +uv-virtualenv = { version = "0.0.6", path = "crates/uv-virtualenv" } +uv-warnings = { version = "0.0.6", path = "crates/uv-warnings" } +uv-workspace = { version = "0.0.6", path = "crates/uv-workspace" } ambient-id = { version = "0.0.6", default-features = false, features = ["astral-reqwest-middleware"] } anstream = { version = "0.6.15" } diff --git a/crates/uv-auth/Cargo.toml b/crates/uv-auth/Cargo.toml index 1175a50c4..d522bf0fd 100644 --- a/crates/uv-auth/Cargo.toml +++ b/crates/uv-auth/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-auth" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-auth/README.md b/crates/uv-auth/README.md index 9af5ffb59..91afe5136 100644 --- a/crates/uv-auth/README.md +++ b/crates/uv-auth/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-auth). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-auth). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-bench/Cargo.toml b/crates/uv-bench/Cargo.toml index 9db9dbc3e..e1ba7fe31 100644 --- a/crates/uv-bench/Cargo.toml +++ b/crates/uv-bench/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-bench" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" publish = false authors = { workspace = true } diff --git a/crates/uv-bench/README.md b/crates/uv-bench/README.md index b341137a0..3bcde9983 100644 --- a/crates/uv-bench/README.md +++ b/crates/uv-bench/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-bench). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-bench). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-bin-install/Cargo.toml b/crates/uv-bin-install/Cargo.toml index 98b9051ab..b3e707644 100644 --- a/crates/uv-bin-install/Cargo.toml +++ b/crates/uv-bin-install/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-bin-install" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-bin-install/README.md b/crates/uv-bin-install/README.md index a50996059..abeb860d9 100644 --- a/crates/uv-bin-install/README.md +++ b/crates/uv-bin-install/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-bin-install). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-bin-install). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-build-backend/Cargo.toml b/crates/uv-build-backend/Cargo.toml index 64057ed22..ba93976eb 100644 --- a/crates/uv-build-backend/Cargo.toml +++ b/crates/uv-build-backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-build-backend" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-build-backend/README.md b/crates/uv-build-backend/README.md index 101c601a5..88f4a2326 100644 --- a/crates/uv-build-backend/README.md +++ b/crates/uv-build-backend/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-build-backend). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-build-backend). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-build-frontend/Cargo.toml b/crates/uv-build-frontend/Cargo.toml index 3416d4b40..808e697b8 100644 --- a/crates/uv-build-frontend/Cargo.toml +++ b/crates/uv-build-frontend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-build-frontend" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-build-frontend/README.md b/crates/uv-build-frontend/README.md index defa16dcf..1005f4c37 100644 --- a/crates/uv-build-frontend/README.md +++ b/crates/uv-build-frontend/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-build-frontend). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-build-frontend). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-build/Cargo.toml b/crates/uv-build/Cargo.toml index 0909c18a9..92fc6bae7 100644 --- a/crates/uv-build/Cargo.toml +++ b/crates/uv-build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-build" -version = "0.9.15" +version = "0.9.16" description = "A Python build backend" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-build/pyproject.toml b/crates/uv-build/pyproject.toml index b1c0c7d9d..181f50181 100644 --- a/crates/uv-build/pyproject.toml +++ b/crates/uv-build/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "uv-build" -version = "0.9.15" +version = "0.9.16" description = "The uv build backend" authors = [{ name = "Astral Software Inc.", email = "hey@astral.sh" }] requires-python = ">=3.8" diff --git a/crates/uv-cache-info/Cargo.toml b/crates/uv-cache-info/Cargo.toml index bc6aff3cd..4e3b38103 100644 --- a/crates/uv-cache-info/Cargo.toml +++ b/crates/uv-cache-info/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-cache-info" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-cache-info/README.md b/crates/uv-cache-info/README.md index 883b03f9f..c2fafaf79 100644 --- a/crates/uv-cache-info/README.md +++ b/crates/uv-cache-info/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-cache-info). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-cache-info). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-cache-key/Cargo.toml b/crates/uv-cache-key/Cargo.toml index 2835668e7..2e25c70ac 100644 --- a/crates/uv-cache-key/Cargo.toml +++ b/crates/uv-cache-key/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-cache-key" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-cache-key/README.md b/crates/uv-cache-key/README.md index 0a0aba68c..7ae6c5e48 100644 --- a/crates/uv-cache-key/README.md +++ b/crates/uv-cache-key/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-cache-key). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-cache-key). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-cache/Cargo.toml b/crates/uv-cache/Cargo.toml index fe41efee6..8a7ceb4d5 100644 --- a/crates/uv-cache/Cargo.toml +++ b/crates/uv-cache/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-cache" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-cache/README.md b/crates/uv-cache/README.md index 558362aac..fdfca981b 100644 --- a/crates/uv-cache/README.md +++ b/crates/uv-cache/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-cache). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-cache). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-cli/Cargo.toml b/crates/uv-cli/Cargo.toml index 4bf6d6813..d131f0a79 100644 --- a/crates/uv-cli/Cargo.toml +++ b/crates/uv-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-cli" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-cli/README.md b/crates/uv-cli/README.md index 6e5b0a5ec..edc69be21 100644 --- a/crates/uv-cli/README.md +++ b/crates/uv-cli/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-cli). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-cli). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-client/Cargo.toml b/crates/uv-client/Cargo.toml index 028a4fa24..4bfe62f01 100644 --- a/crates/uv-client/Cargo.toml +++ b/crates/uv-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-client" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-client/README.md b/crates/uv-client/README.md index cf2dafb10..37c628f4d 100644 --- a/crates/uv-client/README.md +++ b/crates/uv-client/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-client). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-client). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-configuration/Cargo.toml b/crates/uv-configuration/Cargo.toml index 01c331728..8a1505446 100644 --- a/crates/uv-configuration/Cargo.toml +++ b/crates/uv-configuration/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-configuration" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-configuration/README.md b/crates/uv-configuration/README.md index 91925b2e7..879a45ff8 100644 --- a/crates/uv-configuration/README.md +++ b/crates/uv-configuration/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-configuration). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-configuration). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-console/Cargo.toml b/crates/uv-console/Cargo.toml index 8c1a0d613..0519680b9 100644 --- a/crates/uv-console/Cargo.toml +++ b/crates/uv-console/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-console" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-console/README.md b/crates/uv-console/README.md index 77b607cad..5bf22e360 100644 --- a/crates/uv-console/README.md +++ b/crates/uv-console/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-console). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-console). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-dev/Cargo.toml b/crates/uv-dev/Cargo.toml index 6e1837f0c..eaac0b61d 100644 --- a/crates/uv-dev/Cargo.toml +++ b/crates/uv-dev/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-dev" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" publish = false diff --git a/crates/uv-dev/README.md b/crates/uv-dev/README.md index 5bf841855..8e2b69ea0 100644 --- a/crates/uv-dev/README.md +++ b/crates/uv-dev/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-dev). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-dev). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-dirs/Cargo.toml b/crates/uv-dirs/Cargo.toml index 901d959c3..423130a27 100644 --- a/crates/uv-dirs/Cargo.toml +++ b/crates/uv-dirs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-dirs" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-dirs/README.md b/crates/uv-dirs/README.md index 2ad41a738..3d6f4610c 100644 --- a/crates/uv-dirs/README.md +++ b/crates/uv-dirs/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-dirs). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-dirs). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-dispatch/Cargo.toml b/crates/uv-dispatch/Cargo.toml index 196c5e72b..46f9d2dbb 100644 --- a/crates/uv-dispatch/Cargo.toml +++ b/crates/uv-dispatch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-dispatch" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-dispatch/README.md b/crates/uv-dispatch/README.md index a1fcdae16..79c59ffa4 100644 --- a/crates/uv-dispatch/README.md +++ b/crates/uv-dispatch/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-dispatch). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-dispatch). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-distribution-filename/Cargo.toml b/crates/uv-distribution-filename/Cargo.toml index 0bd1dd6e6..dd9956f49 100644 --- a/crates/uv-distribution-filename/Cargo.toml +++ b/crates/uv-distribution-filename/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-distribution-filename" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-distribution-filename/README.md b/crates/uv-distribution-filename/README.md index 4848ed70f..152b9313c 100644 --- a/crates/uv-distribution-filename/README.md +++ b/crates/uv-distribution-filename/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-distribution-filename). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-distribution-filename). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-distribution-types/Cargo.toml b/crates/uv-distribution-types/Cargo.toml index 80d44b7bf..0e5ad983b 100644 --- a/crates/uv-distribution-types/Cargo.toml +++ b/crates/uv-distribution-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-distribution-types" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-distribution-types/README.md b/crates/uv-distribution-types/README.md index e87594dcf..9fb4c461c 100644 --- a/crates/uv-distribution-types/README.md +++ b/crates/uv-distribution-types/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-distribution-types). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-distribution-types). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-distribution/Cargo.toml b/crates/uv-distribution/Cargo.toml index 84c7317e1..73bb9d473 100644 --- a/crates/uv-distribution/Cargo.toml +++ b/crates/uv-distribution/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-distribution" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-distribution/README.md b/crates/uv-distribution/README.md index 91577bb89..7d2b50491 100644 --- a/crates/uv-distribution/README.md +++ b/crates/uv-distribution/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-distribution). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-distribution). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-extract/Cargo.toml b/crates/uv-extract/Cargo.toml index 56180376c..56fb9a36c 100644 --- a/crates/uv-extract/Cargo.toml +++ b/crates/uv-extract/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-extract" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-extract/README.md b/crates/uv-extract/README.md index 84bbf0ee5..03b9e9972 100644 --- a/crates/uv-extract/README.md +++ b/crates/uv-extract/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-extract). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-extract). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-flags/Cargo.toml b/crates/uv-flags/Cargo.toml index 53020b9b6..cbde74956 100644 --- a/crates/uv-flags/Cargo.toml +++ b/crates/uv-flags/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-flags" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-flags/README.md b/crates/uv-flags/README.md index 147ed2b89..3b88eb2bf 100644 --- a/crates/uv-flags/README.md +++ b/crates/uv-flags/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-flags). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-flags). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-fs/Cargo.toml b/crates/uv-fs/Cargo.toml index c53fe2964..520113b48 100644 --- a/crates/uv-fs/Cargo.toml +++ b/crates/uv-fs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-fs" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-fs/README.md b/crates/uv-fs/README.md index 2714cc286..5b91d2e86 100644 --- a/crates/uv-fs/README.md +++ b/crates/uv-fs/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-fs). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-fs). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-git-types/Cargo.toml b/crates/uv-git-types/Cargo.toml index 4567e0887..43a052c1d 100644 --- a/crates/uv-git-types/Cargo.toml +++ b/crates/uv-git-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-git-types" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-git-types/README.md b/crates/uv-git-types/README.md index ab689a39b..3a0cfa4f5 100644 --- a/crates/uv-git-types/README.md +++ b/crates/uv-git-types/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-git-types). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-git-types). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-git/Cargo.toml b/crates/uv-git/Cargo.toml index 92c8fa1ba..d30e74c10 100644 --- a/crates/uv-git/Cargo.toml +++ b/crates/uv-git/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-git" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-git/README.md b/crates/uv-git/README.md index 8a6d52216..e7b603803 100644 --- a/crates/uv-git/README.md +++ b/crates/uv-git/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-git). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-git). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-globfilter/Cargo.toml b/crates/uv-globfilter/Cargo.toml index 6c7c53ef1..619169be2 100644 --- a/crates/uv-globfilter/Cargo.toml +++ b/crates/uv-globfilter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-globfilter" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" readme = "README.md" edition = { workspace = true } diff --git a/crates/uv-install-wheel/Cargo.toml b/crates/uv-install-wheel/Cargo.toml index 035b82017..6cd61ab41 100644 --- a/crates/uv-install-wheel/Cargo.toml +++ b/crates/uv-install-wheel/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-install-wheel" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" keywords = ["wheel", "python"] diff --git a/crates/uv-install-wheel/README.md b/crates/uv-install-wheel/README.md index e87d85c1b..6263089dc 100644 --- a/crates/uv-install-wheel/README.md +++ b/crates/uv-install-wheel/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-install-wheel). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-install-wheel). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-installer/Cargo.toml b/crates/uv-installer/Cargo.toml index acaaf6015..a1ea58648 100644 --- a/crates/uv-installer/Cargo.toml +++ b/crates/uv-installer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-installer" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-installer/README.md b/crates/uv-installer/README.md index 82d57128c..7e4bf048c 100644 --- a/crates/uv-installer/README.md +++ b/crates/uv-installer/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-installer). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-installer). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-keyring/Cargo.toml b/crates/uv-keyring/Cargo.toml index 9a8646d6c..234ac66d3 100644 --- a/crates/uv-keyring/Cargo.toml +++ b/crates/uv-keyring/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-keyring" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-logging/Cargo.toml b/crates/uv-logging/Cargo.toml index b5a36a147..e11156195 100644 --- a/crates/uv-logging/Cargo.toml +++ b/crates/uv-logging/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-logging" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-logging/README.md b/crates/uv-logging/README.md index ba0053c30..f4e5827c4 100644 --- a/crates/uv-logging/README.md +++ b/crates/uv-logging/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-logging). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-logging). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-macros/Cargo.toml b/crates/uv-macros/Cargo.toml index 60a6b8728..9932128e4 100644 --- a/crates/uv-macros/Cargo.toml +++ b/crates/uv-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-macros" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-macros/README.md b/crates/uv-macros/README.md index 28d9b870d..8a7bc916c 100644 --- a/crates/uv-macros/README.md +++ b/crates/uv-macros/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-macros). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-macros). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-metadata/Cargo.toml b/crates/uv-metadata/Cargo.toml index 1dcf469f9..ec4b2462b 100644 --- a/crates/uv-metadata/Cargo.toml +++ b/crates/uv-metadata/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-metadata" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-metadata/README.md b/crates/uv-metadata/README.md index bd7638949..15309485c 100644 --- a/crates/uv-metadata/README.md +++ b/crates/uv-metadata/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-metadata). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-metadata). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-normalize/Cargo.toml b/crates/uv-normalize/Cargo.toml index 9a05f3ab3..42490b52e 100644 --- a/crates/uv-normalize/Cargo.toml +++ b/crates/uv-normalize/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-normalize" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-normalize/README.md b/crates/uv-normalize/README.md index 2b1cc0c2f..66651b599 100644 --- a/crates/uv-normalize/README.md +++ b/crates/uv-normalize/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-normalize). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-normalize). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-once-map/Cargo.toml b/crates/uv-once-map/Cargo.toml index 3206da980..9dfb032e8 100644 --- a/crates/uv-once-map/Cargo.toml +++ b/crates/uv-once-map/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-once-map" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-once-map/README.md b/crates/uv-once-map/README.md index f0877ea82..101e54d78 100644 --- a/crates/uv-once-map/README.md +++ b/crates/uv-once-map/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-once-map). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-once-map). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-options-metadata/Cargo.toml b/crates/uv-options-metadata/Cargo.toml index 21ef879dd..83acdc212 100644 --- a/crates/uv-options-metadata/Cargo.toml +++ b/crates/uv-options-metadata/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-options-metadata" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-options-metadata/README.md b/crates/uv-options-metadata/README.md index 0184f6606..5ce019bc9 100644 --- a/crates/uv-options-metadata/README.md +++ b/crates/uv-options-metadata/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-options-metadata). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-options-metadata). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-pep440/Cargo.toml b/crates/uv-pep440/Cargo.toml index 8179b7c9e..446d2f4f0 100644 --- a/crates/uv-pep440/Cargo.toml +++ b/crates/uv-pep440/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-pep440" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" license = "Apache-2.0 OR BSD-2-Clause" include = ["/src", "Changelog.md", "License-Apache", "License-BSD", "Readme.md", "pyproject.toml"] diff --git a/crates/uv-pep508/Cargo.toml b/crates/uv-pep508/Cargo.toml index f3e8c5217..51bf774e0 100644 --- a/crates/uv-pep508/Cargo.toml +++ b/crates/uv-pep508/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-pep508" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" include = ["/src", "Changelog.md", "License-Apache", "License-BSD", "Readme.md", "pyproject.toml"] license = "Apache-2.0 OR BSD-2-Clause" diff --git a/crates/uv-performance-memory-allocator/Cargo.toml b/crates/uv-performance-memory-allocator/Cargo.toml index 5f2419be1..548690c81 100644 --- a/crates/uv-performance-memory-allocator/Cargo.toml +++ b/crates/uv-performance-memory-allocator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-performance-memory-allocator" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-performance-memory-allocator/README.md b/crates/uv-performance-memory-allocator/README.md index 68bd3b76b..2c2b30291 100644 --- a/crates/uv-performance-memory-allocator/README.md +++ b/crates/uv-performance-memory-allocator/README.md @@ -5,9 +5,9 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source can be found -[here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-performance-memory-allocator). +[here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-performance-memory-allocator). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-platform-tags/Cargo.toml b/crates/uv-platform-tags/Cargo.toml index 99f42bd4f..393690bdb 100644 --- a/crates/uv-platform-tags/Cargo.toml +++ b/crates/uv-platform-tags/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-platform-tags" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-platform-tags/README.md b/crates/uv-platform-tags/README.md index e82d3f66c..937506c11 100644 --- a/crates/uv-platform-tags/README.md +++ b/crates/uv-platform-tags/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-platform-tags). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-platform-tags). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-platform/Cargo.toml b/crates/uv-platform/Cargo.toml index 5aa940d9b..3e4945a55 100644 --- a/crates/uv-platform/Cargo.toml +++ b/crates/uv-platform/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-platform" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-platform/README.md b/crates/uv-platform/README.md index d5bc089f3..e6b5c36a5 100644 --- a/crates/uv-platform/README.md +++ b/crates/uv-platform/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-platform). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-platform). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-preview/Cargo.toml b/crates/uv-preview/Cargo.toml index 1c8af4a01..5afae4061 100644 --- a/crates/uv-preview/Cargo.toml +++ b/crates/uv-preview/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-preview" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-preview/README.md b/crates/uv-preview/README.md index 9df348fe4..9564d8105 100644 --- a/crates/uv-preview/README.md +++ b/crates/uv-preview/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-preview). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-preview). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-publish/Cargo.toml b/crates/uv-publish/Cargo.toml index 38754ea30..c02b6dc8a 100644 --- a/crates/uv-publish/Cargo.toml +++ b/crates/uv-publish/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-publish" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-publish/README.md b/crates/uv-publish/README.md index aeeda5b4a..3f3c439ed 100644 --- a/crates/uv-publish/README.md +++ b/crates/uv-publish/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-publish). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-publish). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-pypi-types/Cargo.toml b/crates/uv-pypi-types/Cargo.toml index 5e716a7b7..1d1bc9e81 100644 --- a/crates/uv-pypi-types/Cargo.toml +++ b/crates/uv-pypi-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-pypi-types" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-pypi-types/README.md b/crates/uv-pypi-types/README.md index 6b4de1481..d750e0f4c 100644 --- a/crates/uv-pypi-types/README.md +++ b/crates/uv-pypi-types/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-pypi-types). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-pypi-types). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-python/Cargo.toml b/crates/uv-python/Cargo.toml index 5f795f511..0e88362fc 100644 --- a/crates/uv-python/Cargo.toml +++ b/crates/uv-python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-python" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-python/README.md b/crates/uv-python/README.md index 51ccb5f34..a8fe079f3 100644 --- a/crates/uv-python/README.md +++ b/crates/uv-python/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-python). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-python). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-redacted/Cargo.toml b/crates/uv-redacted/Cargo.toml index 9ba908a23..377aafee1 100644 --- a/crates/uv-redacted/Cargo.toml +++ b/crates/uv-redacted/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-redacted" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-redacted/README.md b/crates/uv-redacted/README.md index eb8ee9a51..963d07d9d 100644 --- a/crates/uv-redacted/README.md +++ b/crates/uv-redacted/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-redacted). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-redacted). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-requirements-txt/Cargo.toml b/crates/uv-requirements-txt/Cargo.toml index 5673c63ed..07880fe86 100644 --- a/crates/uv-requirements-txt/Cargo.toml +++ b/crates/uv-requirements-txt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-requirements-txt" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-requirements-txt/README.md b/crates/uv-requirements-txt/README.md index 6b1fa3d7b..d2d382bac 100644 --- a/crates/uv-requirements-txt/README.md +++ b/crates/uv-requirements-txt/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-requirements-txt). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-requirements-txt). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-requirements/Cargo.toml b/crates/uv-requirements/Cargo.toml index 367024cf9..3c6c44e4e 100644 --- a/crates/uv-requirements/Cargo.toml +++ b/crates/uv-requirements/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-requirements" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-requirements/README.md b/crates/uv-requirements/README.md index f1fce8975..c8f3146c6 100644 --- a/crates/uv-requirements/README.md +++ b/crates/uv-requirements/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-requirements). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-requirements). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-resolver/Cargo.toml b/crates/uv-resolver/Cargo.toml index 0bbfdd651..b5bca6b19 100644 --- a/crates/uv-resolver/Cargo.toml +++ b/crates/uv-resolver/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-resolver" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-resolver/README.md b/crates/uv-resolver/README.md index 1392df8c1..cebd46134 100644 --- a/crates/uv-resolver/README.md +++ b/crates/uv-resolver/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-resolver). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-resolver). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-scripts/Cargo.toml b/crates/uv-scripts/Cargo.toml index 56be35c86..b2a44c1a1 100644 --- a/crates/uv-scripts/Cargo.toml +++ b/crates/uv-scripts/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-scripts" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-scripts/README.md b/crates/uv-scripts/README.md index 1d34b13ef..7b1c7fcb1 100644 --- a/crates/uv-scripts/README.md +++ b/crates/uv-scripts/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-scripts). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-scripts). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-settings/Cargo.toml b/crates/uv-settings/Cargo.toml index efdd30e42..0760e7991 100644 --- a/crates/uv-settings/Cargo.toml +++ b/crates/uv-settings/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-settings" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-settings/README.md b/crates/uv-settings/README.md index f16fc75e5..62f5f101f 100644 --- a/crates/uv-settings/README.md +++ b/crates/uv-settings/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-settings). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-settings). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-shell/Cargo.toml b/crates/uv-shell/Cargo.toml index d038fc62c..ffc5af49f 100644 --- a/crates/uv-shell/Cargo.toml +++ b/crates/uv-shell/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-shell" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-shell/README.md b/crates/uv-shell/README.md index 32dc618fd..1cf99003b 100644 --- a/crates/uv-shell/README.md +++ b/crates/uv-shell/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-shell). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-shell). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-small-str/Cargo.toml b/crates/uv-small-str/Cargo.toml index e0c6f3678..ef1bdd895 100644 --- a/crates/uv-small-str/Cargo.toml +++ b/crates/uv-small-str/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-small-str" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-small-str/README.md b/crates/uv-small-str/README.md index c482fa262..694e0e8ea 100644 --- a/crates/uv-small-str/README.md +++ b/crates/uv-small-str/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-small-str). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-small-str). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-state/Cargo.toml b/crates/uv-state/Cargo.toml index df5352a08..ee4fbb66a 100644 --- a/crates/uv-state/Cargo.toml +++ b/crates/uv-state/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-state" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-state/README.md b/crates/uv-state/README.md index 535613e4b..b507a3b57 100644 --- a/crates/uv-state/README.md +++ b/crates/uv-state/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-state). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-state). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-static/Cargo.toml b/crates/uv-static/Cargo.toml index 0adb10df4..5a11b0286 100644 --- a/crates/uv-static/Cargo.toml +++ b/crates/uv-static/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-static" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-static/README.md b/crates/uv-static/README.md index 0ed8d5346..b6d4b4615 100644 --- a/crates/uv-static/README.md +++ b/crates/uv-static/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-static). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-static). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-tool/Cargo.toml b/crates/uv-tool/Cargo.toml index e5f41b95b..97e7d2158 100644 --- a/crates/uv-tool/Cargo.toml +++ b/crates/uv-tool/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-tool" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-tool/README.md b/crates/uv-tool/README.md index 5cfe821db..e8c9f2c8f 100644 --- a/crates/uv-tool/README.md +++ b/crates/uv-tool/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-tool). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-tool). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-torch/Cargo.toml b/crates/uv-torch/Cargo.toml index d86b3054f..efbfe3b06 100644 --- a/crates/uv-torch/Cargo.toml +++ b/crates/uv-torch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-torch" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-torch/README.md b/crates/uv-torch/README.md index bc373156e..1c1301c8d 100644 --- a/crates/uv-torch/README.md +++ b/crates/uv-torch/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-torch). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-torch). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-trampoline-builder/Cargo.toml b/crates/uv-trampoline-builder/Cargo.toml index e7fc59268..d64c2e201 100644 --- a/crates/uv-trampoline-builder/Cargo.toml +++ b/crates/uv-trampoline-builder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-trampoline-builder" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } diff --git a/crates/uv-trampoline-builder/README.md b/crates/uv-trampoline-builder/README.md index e7d27baea..4bd67ffaa 100644 --- a/crates/uv-trampoline-builder/README.md +++ b/crates/uv-trampoline-builder/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-trampoline-builder). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-trampoline-builder). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-trampoline/Cargo.lock b/crates/uv-trampoline/Cargo.lock index bf77d64a7..d8f1b599b 100644 --- a/crates/uv-trampoline/Cargo.lock +++ b/crates/uv-trampoline/Cargo.lock @@ -118,7 +118,7 @@ checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" [[package]] name = "uv-macros" -version = "0.0.5" +version = "0.0.6" dependencies = [ "proc-macro2", "quote", @@ -128,7 +128,7 @@ dependencies = [ [[package]] name = "uv-static" -version = "0.0.5" +version = "0.0.6" dependencies = [ "uv-macros", ] diff --git a/crates/uv-types/Cargo.toml b/crates/uv-types/Cargo.toml index d08287def..d46e7b9a8 100644 --- a/crates/uv-types/Cargo.toml +++ b/crates/uv-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-types" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-types/README.md b/crates/uv-types/README.md index 2be8d0baa..e09bdab01 100644 --- a/crates/uv-types/README.md +++ b/crates/uv-types/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-types). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-types). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-version/Cargo.toml b/crates/uv-version/Cargo.toml index fc4e1ce76..0eb510e1e 100644 --- a/crates/uv-version/Cargo.toml +++ b/crates/uv-version/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-version" -version = "0.9.15" +version = "0.9.16" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-version/README.md b/crates/uv-version/README.md index 254cf6b53..d21154c77 100644 --- a/crates/uv-version/README.md +++ b/crates/uv-version/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.9.15) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-version). +This version (0.9.16) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-version). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-virtualenv/Cargo.toml b/crates/uv-virtualenv/Cargo.toml index 920a3f574..61f1d1d24 100644 --- a/crates/uv-virtualenv/Cargo.toml +++ b/crates/uv-virtualenv/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-virtualenv" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" keywords = ["virtualenv", "venv", "python"] diff --git a/crates/uv-warnings/Cargo.toml b/crates/uv-warnings/Cargo.toml index 6b0206ced..df3f56512 100644 --- a/crates/uv-warnings/Cargo.toml +++ b/crates/uv-warnings/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-warnings" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-warnings/README.md b/crates/uv-warnings/README.md index 1a02c6b9c..1895798af 100644 --- a/crates/uv-warnings/README.md +++ b/crates/uv-warnings/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-warnings). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-warnings). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-workspace/Cargo.toml b/crates/uv-workspace/Cargo.toml index 6c36efe51..fbdb45d15 100644 --- a/crates/uv-workspace/Cargo.toml +++ b/crates/uv-workspace/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-workspace" -version = "0.0.5" +version = "0.0.6" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-workspace/README.md b/crates/uv-workspace/README.md index 62b0ea1d6..d18db7b71 100644 --- a/crates/uv-workspace/README.md +++ b/crates/uv-workspace/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.0.5) is a component of [uv 0.9.15](https://crates.io/crates/uv/0.9.15). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv-workspace). +This version (0.0.6) is a component of [uv 0.9.16](https://crates.io/crates/uv/0.9.16). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-workspace). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv/Cargo.toml b/crates/uv/Cargo.toml index c043217d0..7ac6ece52 100644 --- a/crates/uv/Cargo.toml +++ b/crates/uv/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv" -version = "0.9.15" +version = "0.9.16" description = "A Python package and project manager" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv/README.md b/crates/uv/README.md index 9d3a29079..be09391d0 100644 --- a/crates/uv/README.md +++ b/crates/uv/README.md @@ -10,8 +10,8 @@ for more information. This crate is the entry point to the uv command-line interface. The Rust API exposed here is not considered public interface. -This is version 0.9.15. The source can be found -[here](https://github.com/astral-sh/uv/blob/0.9.15/crates/uv). +This is version 0.9.16. The source can be found +[here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv). The following uv workspace members are also available: diff --git a/docs/concepts/build-backend.md b/docs/concepts/build-backend.md index 041ccde9a..ce0f8fdd1 100644 --- a/docs/concepts/build-backend.md +++ b/docs/concepts/build-backend.md @@ -31,7 +31,7 @@ To use uv as a build backend in an existing project, add `uv_build` to the ```toml title="pyproject.toml" [build-system] -requires = ["uv_build>=0.9.15,<0.10.0"] +requires = ["uv_build>=0.9.16,<0.10.0"] build-backend = "uv_build" ``` diff --git a/docs/concepts/projects/init.md b/docs/concepts/projects/init.md index bcab38e1c..9713f4ee3 100644 --- a/docs/concepts/projects/init.md +++ b/docs/concepts/projects/init.md @@ -113,7 +113,7 @@ dependencies = [] example-pkg = "example_pkg:main" [build-system] -requires = ["uv_build>=0.9.15,<0.10.0"] +requires = ["uv_build>=0.9.16,<0.10.0"] build-backend = "uv_build" ``` @@ -136,7 +136,7 @@ dependencies = [] example-pkg = "example_pkg:main" [build-system] -requires = ["uv_build>=0.9.15,<0.10.0"] +requires = ["uv_build>=0.9.16,<0.10.0"] build-backend = "uv_build" ``` @@ -197,7 +197,7 @@ requires-python = ">=3.11" dependencies = [] [build-system] -requires = ["uv_build>=0.9.15,<0.10.0"] +requires = ["uv_build>=0.9.16,<0.10.0"] build-backend = "uv_build" ``` diff --git a/docs/concepts/projects/workspaces.md b/docs/concepts/projects/workspaces.md index 672ab87f5..3af2b51d3 100644 --- a/docs/concepts/projects/workspaces.md +++ b/docs/concepts/projects/workspaces.md @@ -75,7 +75,7 @@ bird-feeder = { workspace = true } members = ["packages/*"] [build-system] -requires = ["uv_build>=0.9.15,<0.10.0"] +requires = ["uv_build>=0.9.16,<0.10.0"] build-backend = "uv_build" ``` @@ -106,7 +106,7 @@ tqdm = { git = "https://github.com/tqdm/tqdm" } members = ["packages/*"] [build-system] -requires = ["uv_build>=0.9.15,<0.10.0"] +requires = ["uv_build>=0.9.16,<0.10.0"] build-backend = "uv_build" ``` @@ -188,7 +188,7 @@ dependencies = ["bird-feeder", "tqdm>=4,<5"] bird-feeder = { path = "packages/bird-feeder" } [build-system] -requires = ["uv_build>=0.9.15,<0.10.0"] +requires = ["uv_build>=0.9.16,<0.10.0"] build-backend = "uv_build" ``` diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index a2dab5a6d..9d338f714 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -25,7 +25,7 @@ uv provides a standalone installer to download and install uv: Request a specific version by including it in the URL: ```console - $ curl -LsSf https://astral.sh/uv/0.9.15/install.sh | sh + $ curl -LsSf https://astral.sh/uv/0.9.16/install.sh | sh ``` === "Windows" @@ -41,7 +41,7 @@ uv provides a standalone installer to download and install uv: Request a specific version by including it in the URL: ```pwsh-session - PS> powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/0.9.15/install.ps1 | iex" + PS> powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/0.9.16/install.ps1 | iex" ``` !!! tip diff --git a/docs/guides/integration/aws-lambda.md b/docs/guides/integration/aws-lambda.md index 357acc4be..df8cdc6d5 100644 --- a/docs/guides/integration/aws-lambda.md +++ b/docs/guides/integration/aws-lambda.md @@ -92,7 +92,7 @@ the second stage, we'll copy this directory over to the final image, omitting th other unnecessary files. ```dockerfile title="Dockerfile" -FROM ghcr.io/astral-sh/uv:0.9.15 AS uv +FROM ghcr.io/astral-sh/uv:0.9.16 AS uv # First, bundle the dependencies into the task root. FROM public.ecr.aws/lambda/python:3.13 AS builder @@ -334,7 +334,7 @@ And confirm that opening http://127.0.0.1:8000/ in a web browser displays, "Hell Finally, we'll update the Dockerfile to include the local library in the deployment package: ```dockerfile title="Dockerfile" -FROM ghcr.io/astral-sh/uv:0.9.15 AS uv +FROM ghcr.io/astral-sh/uv:0.9.16 AS uv # First, bundle the dependencies into the task root. FROM public.ecr.aws/lambda/python:3.13 AS builder diff --git a/docs/guides/integration/docker.md b/docs/guides/integration/docker.md index dc4934648..19472ea6b 100644 --- a/docs/guides/integration/docker.md +++ b/docs/guides/integration/docker.md @@ -31,7 +31,7 @@ $ docker run --rm -it ghcr.io/astral-sh/uv:debian uv --help The following distroless images are available: - `ghcr.io/astral-sh/uv:latest` -- `ghcr.io/astral-sh/uv:{major}.{minor}.{patch}`, e.g., `ghcr.io/astral-sh/uv:0.9.15` +- `ghcr.io/astral-sh/uv:{major}.{minor}.{patch}`, e.g., `ghcr.io/astral-sh/uv:0.9.16` - `ghcr.io/astral-sh/uv:{major}.{minor}`, e.g., `ghcr.io/astral-sh/uv:0.8` (the latest patch version) @@ -95,7 +95,7 @@ And the following derived images are available: As with the distroless image, each derived image is published with uv version tags as `ghcr.io/astral-sh/uv:{major}.{minor}.{patch}-{base}` and -`ghcr.io/astral-sh/uv:{major}.{minor}-{base}`, e.g., `ghcr.io/astral-sh/uv:0.9.15-alpine`. +`ghcr.io/astral-sh/uv:{major}.{minor}-{base}`, e.g., `ghcr.io/astral-sh/uv:0.9.16-alpine`. In addition, starting with `0.8` each derived image also sets `UV_TOOL_BIN_DIR` to `/usr/local/bin` to allow `uv tool install` to work as expected with the default user. @@ -136,7 +136,7 @@ Note this requires `curl` to be available. In either case, it is best practice to pin to a specific uv version, e.g., with: ```dockerfile -COPY --from=ghcr.io/astral-sh/uv:0.9.15 /uv /uvx /bin/ +COPY --from=ghcr.io/astral-sh/uv:0.9.16 /uv /uvx /bin/ ``` !!! tip @@ -154,7 +154,7 @@ COPY --from=ghcr.io/astral-sh/uv:0.9.15 /uv /uvx /bin/ Or, with the installer: ```dockerfile -ADD https://astral.sh/uv/0.9.15/install.sh /uv-installer.sh +ADD https://astral.sh/uv/0.9.16/install.sh /uv-installer.sh ``` ### Installing a project @@ -619,5 +619,5 @@ Verified OK !!! tip These examples use `latest`, but best practice is to verify the attestation for a specific - version tag, e.g., `ghcr.io/astral-sh/uv:0.9.15`, or (even better) the specific image digest, + version tag, e.g., `ghcr.io/astral-sh/uv:0.9.16`, or (even better) the specific image digest, such as `ghcr.io/astral-sh/uv:0.5.27@sha256:5adf09a5a526f380237408032a9308000d14d5947eafa687ad6c6a2476787b4f`. diff --git a/docs/guides/integration/github.md b/docs/guides/integration/github.md index 76a143832..bbfcb3620 100644 --- a/docs/guides/integration/github.md +++ b/docs/guides/integration/github.md @@ -47,7 +47,7 @@ jobs: uses: astral-sh/setup-uv@v7 with: # Install a specific version of uv. - version: "0.9.15" + version: "0.9.16" ``` ## Setting up Python diff --git a/docs/guides/integration/pre-commit.md b/docs/guides/integration/pre-commit.md index d034b4d37..221246d79 100644 --- a/docs/guides/integration/pre-commit.md +++ b/docs/guides/integration/pre-commit.md @@ -19,7 +19,7 @@ To make sure your `uv.lock` file is up to date even if your `pyproject.toml` fil repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.9.15 + rev: 0.9.16 hooks: - id: uv-lock ``` @@ -30,7 +30,7 @@ To keep a `requirements.txt` file in sync with your `uv.lock` file: repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.9.15 + rev: 0.9.16 hooks: - id: uv-export ``` @@ -41,7 +41,7 @@ To compile requirements files: repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.9.15 + rev: 0.9.16 hooks: # Compile requirements - id: pip-compile @@ -54,7 +54,7 @@ To compile alternative requirements files, modify `args` and `files`: repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.9.15 + rev: 0.9.16 hooks: # Compile requirements - id: pip-compile @@ -68,7 +68,7 @@ To run the hook over multiple files at the same time, add additional entries: repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.9.15 + rev: 0.9.16 hooks: # Compile requirements - id: pip-compile diff --git a/pyproject.toml b/pyproject.toml index c0fe5c9f4..204ee4ff4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "uv" -version = "0.9.15" +version = "0.9.16" description = "An extremely fast Python package and project manager, written in Rust." authors = [{ name = "Astral Software Inc.", email = "hey@astral.sh" }] requires-python = ">=3.8"