Bump version to 0.9.16 (#17008)

This commit is contained in:
Zanie Blue 2025-12-06 07:52:06 -06:00 committed by GitHub
parent ed19672f1f
commit a63e5b62e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
132 changed files with 363 additions and 320 deletions

View File

@ -3,6 +3,48 @@
<!-- prettier-ignore-start --> <!-- prettier-ignore-start -->
## 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 ## 0.9.15
Released on 2025-12-02. Released on 2025-12-02.
@ -478,3 +520,4 @@ See [changelogs/0.1.x](./changelogs/0.1.x.md)
<!-- prettier-ignore-end --> <!-- prettier-ignore-end -->

124
Cargo.lock generated
View File

@ -5387,7 +5387,7 @@ dependencies = [
[[package]] [[package]]
name = "uv" name = "uv"
version = "0.9.15" version = "0.9.16"
dependencies = [ dependencies = [
"anstream", "anstream",
"anyhow", "anyhow",
@ -5506,7 +5506,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-auth" name = "uv-auth"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"arcstr", "arcstr",
@ -5549,7 +5549,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-bench" name = "uv-bench"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"codspeed-criterion-compat", "codspeed-criterion-compat",
@ -5576,7 +5576,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-bin-install" name = "uv-bin-install"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"astral-reqwest-middleware", "astral-reqwest-middleware",
"astral-reqwest-retry", "astral-reqwest-retry",
@ -5601,7 +5601,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-build" name = "uv-build"
version = "0.9.15" version = "0.9.16"
dependencies = [ dependencies = [
"anstream", "anstream",
"anyhow", "anyhow",
@ -5613,7 +5613,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-build-backend" name = "uv-build-backend"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"astral-version-ranges", "astral-version-ranges",
"base64 0.22.1", "base64 0.22.1",
@ -5653,7 +5653,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-build-frontend" name = "uv-build-frontend"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"anstream", "anstream",
"fs-err", "fs-err",
@ -5691,7 +5691,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-cache" name = "uv-cache"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"clap", "clap",
"fs-err", "fs-err",
@ -5716,7 +5716,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-cache-info" name = "uv-cache-info"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"fs-err", "fs-err",
@ -5733,7 +5733,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-cache-key" name = "uv-cache-key"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"hex", "hex",
"memchr", "memchr",
@ -5745,7 +5745,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-cli" name = "uv-cli"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"anstream", "anstream",
"anyhow", "anyhow",
@ -5777,7 +5777,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-client" name = "uv-client"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"astral-reqwest-middleware", "astral-reqwest-middleware",
@ -5840,7 +5840,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-configuration" name = "uv-configuration"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap", "clap",
@ -5869,14 +5869,14 @@ dependencies = [
[[package]] [[package]]
name = "uv-console" name = "uv-console"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"console 0.16.1", "console 0.16.1",
] ]
[[package]] [[package]]
name = "uv-dev" name = "uv-dev"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"anstream", "anstream",
"anyhow", "anyhow",
@ -5925,7 +5925,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-dirs" name = "uv-dirs"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"assert_fs", "assert_fs",
"etcetera", "etcetera",
@ -5937,7 +5937,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-dispatch" name = "uv-dispatch"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"futures", "futures",
@ -5969,7 +5969,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-distribution" name = "uv-distribution"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"astral-reqwest-middleware", "astral-reqwest-middleware",
@ -6018,7 +6018,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-distribution-filename" name = "uv-distribution-filename"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"insta", "insta",
"memchr", "memchr",
@ -6035,7 +6035,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-distribution-types" name = "uv-distribution-types"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"arcstr", "arcstr",
"astral-version-ranges", "astral-version-ranges",
@ -6075,7 +6075,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-extract" name = "uv-extract"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"astral-tokio-tar", "astral-tokio-tar",
"astral_async_zip", "astral_async_zip",
@ -6105,14 +6105,14 @@ dependencies = [
[[package]] [[package]]
name = "uv-flags" name = "uv-flags"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"bitflags 2.9.4", "bitflags 2.9.4",
] ]
[[package]] [[package]]
name = "uv-fs" name = "uv-fs"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"backon", "backon",
"dunce", "dunce",
@ -6136,7 +6136,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-git" name = "uv-git"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"astral-reqwest-middleware", "astral-reqwest-middleware",
@ -6162,7 +6162,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-git-types" name = "uv-git-types"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"serde", "serde",
"thiserror 2.0.17", "thiserror 2.0.17",
@ -6174,7 +6174,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-globfilter" name = "uv-globfilter"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"anstream", "anstream",
"fs-err", "fs-err",
@ -6191,7 +6191,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-install-wheel" name = "uv-install-wheel"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"assert_fs", "assert_fs",
@ -6231,7 +6231,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-installer" name = "uv-installer"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-channel", "async-channel",
@ -6272,7 +6272,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-keyring" name = "uv-keyring"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"byteorder", "byteorder",
@ -6289,7 +6289,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-logging" name = "uv-logging"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"jiff", "jiff",
"owo-colors", "owo-colors",
@ -6299,7 +6299,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-macros" name = "uv-macros"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -6309,7 +6309,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-metadata" name = "uv-metadata"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"astral_async_zip", "astral_async_zip",
"fs-err", "fs-err",
@ -6326,7 +6326,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-normalize" name = "uv-normalize"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"rkyv", "rkyv",
"schemars", "schemars",
@ -6336,7 +6336,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-once-map" name = "uv-once-map"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"dashmap", "dashmap",
"futures", "futures",
@ -6345,14 +6345,14 @@ dependencies = [
[[package]] [[package]]
name = "uv-options-metadata" name = "uv-options-metadata"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"serde", "serde",
] ]
[[package]] [[package]]
name = "uv-pep440" name = "uv-pep440"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"astral-version-ranges", "astral-version-ranges",
"indoc", "indoc",
@ -6366,7 +6366,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-pep508" name = "uv-pep508"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"arcstr", "arcstr",
"astral-version-ranges", "astral-version-ranges",
@ -6395,7 +6395,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-performance-memory-allocator" name = "uv-performance-memory-allocator"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"mimalloc", "mimalloc",
"tikv-jemallocator", "tikv-jemallocator",
@ -6403,7 +6403,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-platform" name = "uv-platform"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"fs-err", "fs-err",
"goblin", "goblin",
@ -6420,7 +6420,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-platform-tags" name = "uv-platform-tags"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"insta", "insta",
"memchr", "memchr",
@ -6433,7 +6433,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-preview" name = "uv-preview"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"bitflags 2.9.4", "bitflags 2.9.4",
"thiserror 2.0.17", "thiserror 2.0.17",
@ -6442,7 +6442,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-publish" name = "uv-publish"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"ambient-id", "ambient-id",
"astral-reqwest-middleware", "astral-reqwest-middleware",
@ -6482,7 +6482,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-pypi-types" name = "uv-pypi-types"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"hashbrown 0.16.1", "hashbrown 0.16.1",
@ -6514,7 +6514,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-python" name = "uv-python"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"assert_fs", "assert_fs",
@ -6576,7 +6576,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-redacted" name = "uv-redacted"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"ref-cast", "ref-cast",
"schemars", "schemars",
@ -6587,7 +6587,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-requirements" name = "uv-requirements"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"configparser", "configparser",
@ -6622,7 +6622,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-requirements-txt" name = "uv-requirements-txt"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"assert_fs", "assert_fs",
@ -6655,7 +6655,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-resolver" name = "uv-resolver"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"arcstr", "arcstr",
"astral-pubgrub", "astral-pubgrub",
@ -6720,7 +6720,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-scripts" name = "uv-scripts"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"fs-err", "fs-err",
"indoc", "indoc",
@ -6744,7 +6744,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-settings" name = "uv-settings"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"clap", "clap",
"fs-err", "fs-err",
@ -6779,7 +6779,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-shell" name = "uv-shell"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"fs-err", "fs-err",
@ -6796,7 +6796,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-small-str" name = "uv-small-str"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"arcstr", "arcstr",
"rkyv", "rkyv",
@ -6806,7 +6806,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-state" name = "uv-state"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"fs-err", "fs-err",
"tempfile", "tempfile",
@ -6815,14 +6815,14 @@ dependencies = [
[[package]] [[package]]
name = "uv-static" name = "uv-static"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"uv-macros", "uv-macros",
] ]
[[package]] [[package]]
name = "uv-tool" name = "uv-tool"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"fs-err", "fs-err",
"pathdiff", "pathdiff",
@ -6851,7 +6851,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-torch" name = "uv-torch"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"clap", "clap",
"either", "either",
@ -6871,7 +6871,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-trampoline-builder" name = "uv-trampoline-builder"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"assert_cmd", "assert_cmd",
@ -6888,7 +6888,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-types" name = "uv-types"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"dashmap", "dashmap",
@ -6910,11 +6910,11 @@ dependencies = [
[[package]] [[package]]
name = "uv-version" name = "uv-version"
version = "0.9.15" version = "0.9.16"
[[package]] [[package]]
name = "uv-virtualenv" name = "uv-virtualenv"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"console 0.16.1", "console 0.16.1",
"fs-err", "fs-err",
@ -6936,7 +6936,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-warnings" name = "uv-warnings"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"anstream", "anstream",
"owo-colors", "owo-colors",
@ -6945,7 +6945,7 @@ dependencies = [
[[package]] [[package]]
name = "uv-workspace" name = "uv-workspace"
version = "0.0.5" version = "0.0.6"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"assert_fs", "assert_fs",

View File

@ -16,64 +16,64 @@ authors = ["uv"]
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
[workspace.dependencies] [workspace.dependencies]
uv-auth = { version = "0.0.5", path = "crates/uv-auth" } uv-auth = { version = "0.0.6", path = "crates/uv-auth" }
uv-bin-install = { version = "0.0.5", path = "crates/uv-bin-install" } uv-bin-install = { version = "0.0.6", path = "crates/uv-bin-install" }
uv-build-backend = { version = "0.0.5", path = "crates/uv-build-backend" } uv-build-backend = { version = "0.0.6", path = "crates/uv-build-backend" }
uv-build-frontend = { version = "0.0.5", path = "crates/uv-build-frontend" } uv-build-frontend = { version = "0.0.6", path = "crates/uv-build-frontend" }
uv-cache = { version = "0.0.5", path = "crates/uv-cache" } uv-cache = { version = "0.0.6", path = "crates/uv-cache" }
uv-cache-info = { version = "0.0.5", path = "crates/uv-cache-info" } uv-cache-info = { version = "0.0.6", path = "crates/uv-cache-info" }
uv-cache-key = { version = "0.0.5", path = "crates/uv-cache-key" } uv-cache-key = { version = "0.0.6", path = "crates/uv-cache-key" }
uv-cli = { version = "0.0.5", path = "crates/uv-cli" } uv-cli = { version = "0.0.6", path = "crates/uv-cli" }
uv-client = { version = "0.0.5", path = "crates/uv-client" } uv-client = { version = "0.0.6", path = "crates/uv-client" }
uv-configuration = { version = "0.0.5", path = "crates/uv-configuration" } uv-configuration = { version = "0.0.6", path = "crates/uv-configuration" }
uv-console = { version = "0.0.5", path = "crates/uv-console" } uv-console = { version = "0.0.6", path = "crates/uv-console" }
uv-dirs = { version = "0.0.5", path = "crates/uv-dirs" } uv-dirs = { version = "0.0.6", path = "crates/uv-dirs" }
uv-dispatch = { version = "0.0.5", path = "crates/uv-dispatch" } uv-dispatch = { version = "0.0.6", path = "crates/uv-dispatch" }
uv-distribution = { version = "0.0.5", path = "crates/uv-distribution" } uv-distribution = { version = "0.0.6", path = "crates/uv-distribution" }
uv-distribution-filename = { version = "0.0.5", path = "crates/uv-distribution-filename" } uv-distribution-filename = { version = "0.0.6", path = "crates/uv-distribution-filename" }
uv-distribution-types = { version = "0.0.5", path = "crates/uv-distribution-types" } uv-distribution-types = { version = "0.0.6", path = "crates/uv-distribution-types" }
uv-extract = { version = "0.0.5", path = "crates/uv-extract" } uv-extract = { version = "0.0.6", path = "crates/uv-extract" }
uv-flags = { version = "0.0.5", path = "crates/uv-flags" } uv-flags = { version = "0.0.6", path = "crates/uv-flags" }
uv-fs = { version = "0.0.5", path = "crates/uv-fs", features = ["serde", "tokio"] } uv-fs = { version = "0.0.6", path = "crates/uv-fs", features = ["serde", "tokio"] }
uv-git = { version = "0.0.5", path = "crates/uv-git" } uv-git = { version = "0.0.6", path = "crates/uv-git" }
uv-git-types = { version = "0.0.5", path = "crates/uv-git-types" } uv-git-types = { version = "0.0.6", path = "crates/uv-git-types" }
uv-globfilter = { version = "0.0.5", path = "crates/uv-globfilter" } uv-globfilter = { version = "0.0.6", path = "crates/uv-globfilter" }
uv-install-wheel = { version = "0.0.5", path = "crates/uv-install-wheel", default-features = false } uv-install-wheel = { version = "0.0.6", path = "crates/uv-install-wheel", default-features = false }
uv-installer = { version = "0.0.5", path = "crates/uv-installer" } uv-installer = { version = "0.0.6", path = "crates/uv-installer" }
uv-keyring = { version = "0.0.5", path = "crates/uv-keyring" } uv-keyring = { version = "0.0.6", path = "crates/uv-keyring" }
uv-logging = { version = "0.0.5", path = "crates/uv-logging" } uv-logging = { version = "0.0.6", path = "crates/uv-logging" }
uv-macros = { version = "0.0.5", path = "crates/uv-macros" } uv-macros = { version = "0.0.6", path = "crates/uv-macros" }
uv-metadata = { version = "0.0.5", path = "crates/uv-metadata" } uv-metadata = { version = "0.0.6", path = "crates/uv-metadata" }
uv-normalize = { version = "0.0.5", path = "crates/uv-normalize" } uv-normalize = { version = "0.0.6", path = "crates/uv-normalize" }
uv-once-map = { version = "0.0.5", path = "crates/uv-once-map" } uv-once-map = { version = "0.0.6", path = "crates/uv-once-map" }
uv-options-metadata = { version = "0.0.5", path = "crates/uv-options-metadata" } uv-options-metadata = { version = "0.0.6", path = "crates/uv-options-metadata" }
uv-performance-memory-allocator = { version = "0.0.5", path = "crates/uv-performance-memory-allocator" } uv-performance-memory-allocator = { version = "0.0.6", path = "crates/uv-performance-memory-allocator" }
uv-pep440 = { version = "0.0.5", path = "crates/uv-pep440", features = ["tracing", "rkyv", "version-ranges"] } uv-pep440 = { version = "0.0.6", path = "crates/uv-pep440", features = ["tracing", "rkyv", "version-ranges"] }
uv-pep508 = { version = "0.0.5", path = "crates/uv-pep508", features = ["non-pep508-extensions"] } uv-pep508 = { version = "0.0.6", path = "crates/uv-pep508", features = ["non-pep508-extensions"] }
uv-platform = { version = "0.0.5", path = "crates/uv-platform" } uv-platform = { version = "0.0.6", path = "crates/uv-platform" }
uv-platform-tags = { version = "0.0.5", path = "crates/uv-platform-tags" } uv-platform-tags = { version = "0.0.6", path = "crates/uv-platform-tags" }
uv-preview = { version = "0.0.5", path = "crates/uv-preview" } uv-preview = { version = "0.0.6", path = "crates/uv-preview" }
uv-publish = { version = "0.0.5", path = "crates/uv-publish" } uv-publish = { version = "0.0.6", path = "crates/uv-publish" }
uv-pypi-types = { version = "0.0.5", path = "crates/uv-pypi-types" } uv-pypi-types = { version = "0.0.6", path = "crates/uv-pypi-types" }
uv-python = { version = "0.0.5", path = "crates/uv-python" } uv-python = { version = "0.0.6", path = "crates/uv-python" }
uv-redacted = { version = "0.0.5", path = "crates/uv-redacted" } uv-redacted = { version = "0.0.6", path = "crates/uv-redacted" }
uv-requirements = { version = "0.0.5", path = "crates/uv-requirements" } uv-requirements = { version = "0.0.6", path = "crates/uv-requirements" }
uv-requirements-txt = { version = "0.0.5", path = "crates/uv-requirements-txt" } uv-requirements-txt = { version = "0.0.6", path = "crates/uv-requirements-txt" }
uv-resolver = { version = "0.0.5", path = "crates/uv-resolver" } uv-resolver = { version = "0.0.6", path = "crates/uv-resolver" }
uv-scripts = { version = "0.0.5", path = "crates/uv-scripts" } uv-scripts = { version = "0.0.6", path = "crates/uv-scripts" }
uv-settings = { version = "0.0.5", path = "crates/uv-settings" } uv-settings = { version = "0.0.6", path = "crates/uv-settings" }
uv-shell = { version = "0.0.5", path = "crates/uv-shell" } uv-shell = { version = "0.0.6", path = "crates/uv-shell" }
uv-small-str = { version = "0.0.5", path = "crates/uv-small-str" } uv-small-str = { version = "0.0.6", path = "crates/uv-small-str" }
uv-state = { version = "0.0.5", path = "crates/uv-state" } uv-state = { version = "0.0.6", path = "crates/uv-state" }
uv-static = { version = "0.0.5", path = "crates/uv-static" } uv-static = { version = "0.0.6", path = "crates/uv-static" }
uv-tool = { version = "0.0.5", path = "crates/uv-tool" } uv-tool = { version = "0.0.6", path = "crates/uv-tool" }
uv-torch = { version = "0.0.5", path = "crates/uv-torch" } uv-torch = { version = "0.0.6", path = "crates/uv-torch" }
uv-trampoline-builder = { version = "0.0.5", path = "crates/uv-trampoline-builder" } uv-trampoline-builder = { version = "0.0.6", path = "crates/uv-trampoline-builder" }
uv-types = { version = "0.0.5", path = "crates/uv-types" } uv-types = { version = "0.0.6", path = "crates/uv-types" }
uv-version = { version = "0.9.15", path = "crates/uv-version" } uv-version = { version = "0.9.16", path = "crates/uv-version" }
uv-virtualenv = { version = "0.0.5", path = "crates/uv-virtualenv" } uv-virtualenv = { version = "0.0.6", path = "crates/uv-virtualenv" }
uv-warnings = { version = "0.0.5", path = "crates/uv-warnings" } uv-warnings = { version = "0.0.6", path = "crates/uv-warnings" }
uv-workspace = { version = "0.0.5", path = "crates/uv-workspace" } uv-workspace = { version = "0.0.6", path = "crates/uv-workspace" }
ambient-id = { version = "0.0.6", default-features = false, features = ["astral-reqwest-middleware"] } ambient-id = { version = "0.0.6", default-features = false, features = ["astral-reqwest-middleware"] }
anstream = { version = "0.6.15" } anstream = { version = "0.6.15" }

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-auth" name = "uv-auth"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }

View File

@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here 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. 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-auth). can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-auth).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-bench" name = "uv-bench"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
publish = false publish = false
authors = { workspace = true } authors = { workspace = true }

View File

@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here 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. 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-bench). can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-bench).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-bin-install" name = "uv-bin-install"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }

View File

@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here 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. 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-bin-install). can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-bin-install).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-build-backend" name = "uv-build-backend"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }

View File

@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here 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. 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-build-backend). can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-build-backend).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-build-frontend" name = "uv-build-frontend"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }

View File

@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here 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. 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-build-frontend). can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-build-frontend).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-build" name = "uv-build"
version = "0.9.15" version = "0.9.16"
description = "A Python build backend" description = "A Python build backend"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }

View File

@ -1,6 +1,6 @@
[project] [project]
name = "uv-build" name = "uv-build"
version = "0.9.15" version = "0.9.16"
description = "The uv build backend" description = "The uv build backend"
authors = [{ name = "Astral Software Inc.", email = "hey@astral.sh" }] authors = [{ name = "Astral Software Inc.", email = "hey@astral.sh" }]
requires-python = ">=3.8" requires-python = ">=3.8"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-cache-info" name = "uv-cache-info"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }

View File

@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here 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. 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-cache-info). can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-cache-info).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-cache-key" name = "uv-cache-key"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }

View File

@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here 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. 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-cache-key). can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-cache-key).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-cache" name = "uv-cache"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }

View File

@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here 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. 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-cache). can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-cache).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-cli" name = "uv-cli"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }

View File

@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here 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. 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-cli). can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-cli).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-client" name = "uv-client"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }

View File

@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here 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. 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-client). can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-client).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-configuration" name = "uv-configuration"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }

View File

@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here 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. 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-configuration). can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-configuration).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-console" name = "uv-console"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }

View File

@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here 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. 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-console). can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-console).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-dev" name = "uv-dev"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
publish = false publish = false

View File

@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here 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. 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-dev). can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-dev).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-dirs" name = "uv-dirs"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }

View File

@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here 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. 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-dirs). can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-dirs).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-dispatch" name = "uv-dispatch"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }

View File

@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here 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. 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-dispatch). can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-dispatch).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-distribution-filename" name = "uv-distribution-filename"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }

View File

@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here 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. 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-distribution-filename). can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-distribution-filename).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-distribution-types" name = "uv-distribution-types"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }

View File

@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here 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. 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-distribution-types). can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-distribution-types).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-distribution" name = "uv-distribution"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }

View File

@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here 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. 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-distribution). can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-distribution).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-extract" name = "uv-extract"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }

View File

@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here 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. 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-extract). can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-extract).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-flags" name = "uv-flags"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }

View File

@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here 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. 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-flags). can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-flags).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-fs" name = "uv-fs"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }

View File

@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here 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. 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-fs). can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-fs).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-git-types" name = "uv-git-types"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }

View File

@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here 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. 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-git-types). can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-git-types).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-git" name = "uv-git"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }

View File

@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here 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. 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-git). can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-git).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-globfilter" name = "uv-globfilter"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
readme = "README.md" readme = "README.md"
edition = { workspace = true } edition = { workspace = true }

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-install-wheel" name = "uv-install-wheel"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
keywords = ["wheel", "python"] keywords = ["wheel", "python"]

View File

@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here 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. 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-install-wheel). can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-install-wheel).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-installer" name = "uv-installer"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }

View File

@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here 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. 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-installer). can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-installer).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-keyring" name = "uv-keyring"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-logging" name = "uv-logging"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }

View File

@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here 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. 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-logging). can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-logging).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-macros" name = "uv-macros"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }

View File

@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here 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. 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-macros). can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-macros).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-metadata" name = "uv-metadata"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }

View File

@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here 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. 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-metadata). can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-metadata).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-normalize" name = "uv-normalize"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }

View File

@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here 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. 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-normalize). can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-normalize).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-once-map" name = "uv-once-map"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }

View File

@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here 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. 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-once-map). can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-once-map).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-options-metadata" name = "uv-options-metadata"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }

View File

@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here 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. 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-options-metadata). can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-options-metadata).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-pep440" name = "uv-pep440"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
license = "Apache-2.0 OR BSD-2-Clause" license = "Apache-2.0 OR BSD-2-Clause"
include = ["/src", "Changelog.md", "License-Apache", "License-BSD", "Readme.md", "pyproject.toml"] include = ["/src", "Changelog.md", "License-Apache", "License-BSD", "Readme.md", "pyproject.toml"]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-pep508" name = "uv-pep508"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
include = ["/src", "Changelog.md", "License-Apache", "License-BSD", "Readme.md", "pyproject.toml"] include = ["/src", "Changelog.md", "License-Apache", "License-BSD", "Readme.md", "pyproject.toml"]
license = "Apache-2.0 OR BSD-2-Clause" license = "Apache-2.0 OR BSD-2-Clause"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-performance-memory-allocator" name = "uv-performance-memory-allocator"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }

View File

@ -5,9 +5,9 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here 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. 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 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 See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-platform-tags" name = "uv-platform-tags"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }

View File

@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here 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. 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-platform-tags). can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-platform-tags).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-platform" name = "uv-platform"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }

View File

@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here 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. 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-platform). can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-platform).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-preview" name = "uv-preview"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }

View File

@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here 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. 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-preview). can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-preview).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-publish" name = "uv-publish"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }

View File

@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here 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. 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-publish). can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-publish).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-pypi-types" name = "uv-pypi-types"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }

View File

@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here 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. 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-pypi-types). can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-pypi-types).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-python" name = "uv-python"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }

View File

@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here 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. 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-python). can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-python).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-redacted" name = "uv-redacted"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }

View File

@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here 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. 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-redacted). can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-redacted).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-requirements-txt" name = "uv-requirements-txt"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }

View File

@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here 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. 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-requirements-txt). can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-requirements-txt).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-requirements" name = "uv-requirements"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }

View File

@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here 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. 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-requirements). can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-requirements).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-resolver" name = "uv-resolver"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }

View File

@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here 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. 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-resolver). can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-resolver).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-scripts" name = "uv-scripts"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }

View File

@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here 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. 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-scripts). can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-scripts).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-settings" name = "uv-settings"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }

View File

@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here 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. 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-settings). can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-settings).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-shell" name = "uv-shell"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }

View File

@ -5,8 +5,8 @@
This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here 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. 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-shell). can be found [here](https://github.com/astral-sh/uv/blob/0.9.16/crates/uv-shell).
See uv's See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)

View File

@ -1,6 +1,6 @@
[package] [package]
name = "uv-small-str" name = "uv-small-str"
version = "0.0.5" version = "0.0.6"
description = "This is an internal component crate of uv" description = "This is an internal component crate of uv"
edition = { workspace = true } edition = { workspace = true }
rust-version = { workspace = true } rust-version = { workspace = true }

Some files were not shown because too many files have changed in this diff Show More