diff --git a/CHANGELOG.md b/CHANGELOG.md index 89fabd7e9..ca1b7ecb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,21 @@ +## 0.10.4 + +Released on 2026-02-17. + +### Enhancements + +- Remove duplicate references to the affected paths when showing `uv python` errors ([#18008](https://github.com/astral-sh/uv/pull/18008)) +- Skip discovery of workspace members that contain only git-ignored files, including in sub-directories ([#18051](https://github.com/astral-sh/uv/pull/18051)) + +### Bug fixes + +- Don't panic when initialising a package at the filesystem root (e.g. `uv init / --name foo`) ([#17983](https://github.com/astral-sh/uv/pull/17983)) +- Fix permissions on `wheel` and `sdist` files produced by the `uv_build` build backend ([#18020](https://github.com/astral-sh/uv/pull/18020)) +- Revert locked file change to fix locked files on NFS mounts ([#18071](https://github.com/astral-sh/uv/pull/18071)) + ## 0.10.3 Released on 2026-02-16. diff --git a/Cargo.lock b/Cargo.lock index a3bf999d0..611f48ceb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5604,7 +5604,7 @@ dependencies = [ [[package]] name = "uv" -version = "0.10.3" +version = "0.10.4" dependencies = [ "anstream", "anyhow", @@ -5730,7 +5730,7 @@ dependencies = [ [[package]] name = "uv-auth" -version = "0.0.23" +version = "0.0.24" dependencies = [ "anyhow", "arcstr", @@ -5773,7 +5773,7 @@ dependencies = [ [[package]] name = "uv-bench" -version = "0.0.23" +version = "0.0.24" dependencies = [ "anyhow", "codspeed-criterion-compat", @@ -5800,7 +5800,7 @@ dependencies = [ [[package]] name = "uv-bin-install" -version = "0.0.23" +version = "0.0.24" dependencies = [ "astral-reqwest-middleware", "astral-reqwest-retry", @@ -5826,7 +5826,7 @@ dependencies = [ [[package]] name = "uv-build" -version = "0.10.3" +version = "0.10.4" dependencies = [ "anstream", "anyhow", @@ -5841,7 +5841,7 @@ dependencies = [ [[package]] name = "uv-build-backend" -version = "0.0.23" +version = "0.0.24" dependencies = [ "astral-version-ranges", "base64 0.22.1", @@ -5884,7 +5884,7 @@ dependencies = [ [[package]] name = "uv-build-frontend" -version = "0.0.23" +version = "0.0.24" dependencies = [ "anstream", "fs-err", @@ -5921,7 +5921,7 @@ dependencies = [ [[package]] name = "uv-cache" -version = "0.0.23" +version = "0.0.24" dependencies = [ "clap", "fs-err", @@ -5947,7 +5947,7 @@ dependencies = [ [[package]] name = "uv-cache-info" -version = "0.0.23" +version = "0.0.24" dependencies = [ "anyhow", "fs-err", @@ -5964,7 +5964,7 @@ dependencies = [ [[package]] name = "uv-cache-key" -version = "0.0.23" +version = "0.0.24" dependencies = [ "hex", "memchr", @@ -5976,7 +5976,7 @@ dependencies = [ [[package]] name = "uv-cli" -version = "0.0.23" +version = "0.0.24" dependencies = [ "anstream", "anyhow", @@ -6008,7 +6008,7 @@ dependencies = [ [[package]] name = "uv-client" -version = "0.0.23" +version = "0.0.24" dependencies = [ "anyhow", "astral-reqwest-middleware", @@ -6071,7 +6071,7 @@ dependencies = [ [[package]] name = "uv-configuration" -version = "0.0.23" +version = "0.0.24" dependencies = [ "anyhow", "clap", @@ -6104,14 +6104,14 @@ dependencies = [ [[package]] name = "uv-console" -version = "0.0.23" +version = "0.0.24" dependencies = [ "console 0.16.2", ] [[package]] name = "uv-dev" -version = "0.0.23" +version = "0.0.24" dependencies = [ "anstream", "anyhow", @@ -6160,7 +6160,7 @@ dependencies = [ [[package]] name = "uv-dirs" -version = "0.0.23" +version = "0.0.24" dependencies = [ "assert_fs", "etcetera", @@ -6172,7 +6172,7 @@ dependencies = [ [[package]] name = "uv-dispatch" -version = "0.0.23" +version = "0.0.24" dependencies = [ "anyhow", "futures", @@ -6204,7 +6204,7 @@ dependencies = [ [[package]] name = "uv-distribution" -version = "0.0.23" +version = "0.0.24" dependencies = [ "anyhow", "astral-reqwest-middleware", @@ -6253,7 +6253,7 @@ dependencies = [ [[package]] name = "uv-distribution-filename" -version = "0.0.23" +version = "0.0.24" dependencies = [ "insta", "memchr", @@ -6270,7 +6270,7 @@ dependencies = [ [[package]] name = "uv-distribution-types" -version = "0.0.23" +version = "0.0.24" dependencies = [ "arcstr", "astral-version-ranges", @@ -6310,7 +6310,7 @@ dependencies = [ [[package]] name = "uv-extract" -version = "0.0.23" +version = "0.0.24" dependencies = [ "astral-tokio-tar", "astral_async_zip", @@ -6341,14 +6341,14 @@ dependencies = [ [[package]] name = "uv-flags" -version = "0.0.23" +version = "0.0.24" dependencies = [ "bitflags 2.10.0", ] [[package]] name = "uv-fs" -version = "0.0.23" +version = "0.0.24" dependencies = [ "backon", "dunce", @@ -6372,7 +6372,7 @@ dependencies = [ [[package]] name = "uv-git" -version = "0.0.23" +version = "0.0.24" dependencies = [ "anyhow", "astral-reqwest-middleware", @@ -6397,7 +6397,7 @@ dependencies = [ [[package]] name = "uv-git-types" -version = "0.0.23" +version = "0.0.24" dependencies = [ "serde", "thiserror 2.0.18", @@ -6409,7 +6409,7 @@ dependencies = [ [[package]] name = "uv-globfilter" -version = "0.0.23" +version = "0.0.24" dependencies = [ "anstream", "fs-err", @@ -6426,7 +6426,7 @@ dependencies = [ [[package]] name = "uv-install-wheel" -version = "0.0.23" +version = "0.0.24" dependencies = [ "anyhow", "assert_fs", @@ -6467,7 +6467,7 @@ dependencies = [ [[package]] name = "uv-installer" -version = "0.0.23" +version = "0.0.24" dependencies = [ "anstream", "anyhow", @@ -6510,7 +6510,7 @@ dependencies = [ [[package]] name = "uv-keyring" -version = "0.0.23" +version = "0.0.24" dependencies = [ "async-trait", "byteorder", @@ -6527,7 +6527,7 @@ dependencies = [ [[package]] name = "uv-logging" -version = "0.0.23" +version = "0.0.24" dependencies = [ "jiff", "owo-colors", @@ -6537,7 +6537,7 @@ dependencies = [ [[package]] name = "uv-macros" -version = "0.0.23" +version = "0.0.24" dependencies = [ "proc-macro2", "quote", @@ -6547,7 +6547,7 @@ dependencies = [ [[package]] name = "uv-metadata" -version = "0.0.23" +version = "0.0.24" dependencies = [ "astral_async_zip", "fs-err", @@ -6564,7 +6564,7 @@ dependencies = [ [[package]] name = "uv-normalize" -version = "0.0.23" +version = "0.0.24" dependencies = [ "rkyv", "schemars", @@ -6574,7 +6574,7 @@ dependencies = [ [[package]] name = "uv-once-map" -version = "0.0.23" +version = "0.0.24" dependencies = [ "dashmap", "futures", @@ -6583,14 +6583,14 @@ dependencies = [ [[package]] name = "uv-options-metadata" -version = "0.0.23" +version = "0.0.24" dependencies = [ "serde", ] [[package]] name = "uv-pep440" -version = "0.0.23" +version = "0.0.24" dependencies = [ "astral-version-ranges", "indoc", @@ -6604,7 +6604,7 @@ dependencies = [ [[package]] name = "uv-pep508" -version = "0.0.23" +version = "0.0.24" dependencies = [ "arcstr", "astral-version-ranges", @@ -6633,7 +6633,7 @@ dependencies = [ [[package]] name = "uv-performance-memory-allocator" -version = "0.0.23" +version = "0.0.24" dependencies = [ "mimalloc", "tikv-jemallocator", @@ -6641,7 +6641,7 @@ dependencies = [ [[package]] name = "uv-platform" -version = "0.0.23" +version = "0.0.24" dependencies = [ "fs-err", "goblin", @@ -6658,7 +6658,7 @@ dependencies = [ [[package]] name = "uv-platform-tags" -version = "0.0.23" +version = "0.0.24" dependencies = [ "bitflags 2.10.0", "insta", @@ -6672,7 +6672,7 @@ dependencies = [ [[package]] name = "uv-preview" -version = "0.0.23" +version = "0.0.24" dependencies = [ "enumflags2", "itertools 0.14.0", @@ -6682,7 +6682,7 @@ dependencies = [ [[package]] name = "uv-publish" -version = "0.0.23" +version = "0.0.24" dependencies = [ "ambient-id", "anstream", @@ -6724,7 +6724,7 @@ dependencies = [ [[package]] name = "uv-pypi-types" -version = "0.0.23" +version = "0.0.24" dependencies = [ "anyhow", "hashbrown 0.16.1", @@ -6757,7 +6757,7 @@ dependencies = [ [[package]] name = "uv-python" -version = "0.0.23" +version = "0.0.24" dependencies = [ "anyhow", "assert_fs", @@ -6820,7 +6820,7 @@ dependencies = [ [[package]] name = "uv-redacted" -version = "0.0.23" +version = "0.0.24" dependencies = [ "ref-cast", "schemars", @@ -6831,7 +6831,7 @@ dependencies = [ [[package]] name = "uv-requirements" -version = "0.0.23" +version = "0.0.24" dependencies = [ "anyhow", "configparser", @@ -6866,7 +6866,7 @@ dependencies = [ [[package]] name = "uv-requirements-txt" -version = "0.0.23" +version = "0.0.24" dependencies = [ "anyhow", "assert_fs", @@ -6899,7 +6899,7 @@ dependencies = [ [[package]] name = "uv-resolver" -version = "0.0.23" +version = "0.0.24" dependencies = [ "arcstr", "astral-pubgrub", @@ -6964,7 +6964,7 @@ dependencies = [ [[package]] name = "uv-scripts" -version = "0.0.23" +version = "0.0.24" dependencies = [ "fs-err", "indoc", @@ -6988,7 +6988,7 @@ dependencies = [ [[package]] name = "uv-settings" -version = "0.0.23" +version = "0.0.24" dependencies = [ "clap", "fs-err", @@ -7023,7 +7023,7 @@ dependencies = [ [[package]] name = "uv-shell" -version = "0.0.23" +version = "0.0.24" dependencies = [ "anyhow", "fs-err", @@ -7040,7 +7040,7 @@ dependencies = [ [[package]] name = "uv-small-str" -version = "0.0.23" +version = "0.0.24" dependencies = [ "arcstr", "rkyv", @@ -7050,7 +7050,7 @@ dependencies = [ [[package]] name = "uv-state" -version = "0.0.23" +version = "0.0.24" dependencies = [ "fs-err", "tempfile", @@ -7059,7 +7059,7 @@ dependencies = [ [[package]] name = "uv-static" -version = "0.0.23" +version = "0.0.24" dependencies = [ "thiserror 2.0.18", "uv-macros", @@ -7067,7 +7067,7 @@ dependencies = [ [[package]] name = "uv-test" -version = "0.0.23" +version = "0.0.24" dependencies = [ "anyhow", "assert_cmd", @@ -7097,7 +7097,7 @@ dependencies = [ [[package]] name = "uv-tool" -version = "0.0.23" +version = "0.0.24" dependencies = [ "fs-err", "pathdiff", @@ -7125,7 +7125,7 @@ dependencies = [ [[package]] name = "uv-torch" -version = "0.0.23" +version = "0.0.24" dependencies = [ "clap", "either", @@ -7145,7 +7145,7 @@ dependencies = [ [[package]] name = "uv-trampoline-builder" -version = "0.0.23" +version = "0.0.24" dependencies = [ "anyhow", "assert_cmd", @@ -7162,7 +7162,7 @@ dependencies = [ [[package]] name = "uv-types" -version = "0.0.23" +version = "0.0.24" dependencies = [ "anyhow", "dashmap", @@ -7184,7 +7184,7 @@ dependencies = [ [[package]] name = "uv-unix" -version = "0.0.23" +version = "0.0.24" dependencies = [ "nix", "thiserror 2.0.18", @@ -7192,11 +7192,11 @@ dependencies = [ [[package]] name = "uv-version" -version = "0.10.3" +version = "0.10.4" [[package]] name = "uv-virtualenv" -version = "0.0.23" +version = "0.0.24" dependencies = [ "console 0.16.2", "fs-err", @@ -7217,7 +7217,7 @@ dependencies = [ [[package]] name = "uv-warnings" -version = "0.0.23" +version = "0.0.24" dependencies = [ "anstream", "anyhow", @@ -7229,14 +7229,14 @@ dependencies = [ [[package]] name = "uv-windows" -version = "0.0.23" +version = "0.0.24" dependencies = [ "windows", ] [[package]] name = "uv-workspace" -version = "0.0.23" +version = "0.0.24" dependencies = [ "anyhow", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index c91089932..d25e2e7e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,67 +16,67 @@ authors = ["uv"] license = "MIT OR Apache-2.0" [workspace.dependencies] -uv-auth = { version = "0.0.23", path = "crates/uv-auth" } -uv-bin-install = { version = "0.0.23", path = "crates/uv-bin-install" } -uv-build-backend = { version = "0.0.23", path = "crates/uv-build-backend" } -uv-build-frontend = { version = "0.0.23", path = "crates/uv-build-frontend" } -uv-cache = { version = "0.0.23", path = "crates/uv-cache" } -uv-cache-info = { version = "0.0.23", path = "crates/uv-cache-info" } -uv-cache-key = { version = "0.0.23", path = "crates/uv-cache-key" } -uv-cli = { version = "0.0.23", path = "crates/uv-cli" } -uv-client = { version = "0.0.23", path = "crates/uv-client" } -uv-configuration = { version = "0.0.23", path = "crates/uv-configuration" } -uv-console = { version = "0.0.23", path = "crates/uv-console" } -uv-dirs = { version = "0.0.23", path = "crates/uv-dirs" } -uv-dispatch = { version = "0.0.23", path = "crates/uv-dispatch" } -uv-distribution = { version = "0.0.23", path = "crates/uv-distribution" } -uv-distribution-filename = { version = "0.0.23", path = "crates/uv-distribution-filename" } -uv-distribution-types = { version = "0.0.23", path = "crates/uv-distribution-types" } -uv-extract = { version = "0.0.23", path = "crates/uv-extract" } -uv-flags = { version = "0.0.23", path = "crates/uv-flags" } -uv-fs = { version = "0.0.23", path = "crates/uv-fs", features = ["serde", "tokio"] } -uv-git = { version = "0.0.23", path = "crates/uv-git" } -uv-git-types = { version = "0.0.23", path = "crates/uv-git-types" } -uv-globfilter = { version = "0.0.23", path = "crates/uv-globfilter" } -uv-install-wheel = { version = "0.0.23", path = "crates/uv-install-wheel", default-features = false } -uv-installer = { version = "0.0.23", path = "crates/uv-installer" } -uv-keyring = { version = "0.0.23", path = "crates/uv-keyring" } -uv-logging = { version = "0.0.23", path = "crates/uv-logging" } -uv-macros = { version = "0.0.23", path = "crates/uv-macros" } -uv-metadata = { version = "0.0.23", path = "crates/uv-metadata" } -uv-normalize = { version = "0.0.23", path = "crates/uv-normalize" } -uv-once-map = { version = "0.0.23", path = "crates/uv-once-map" } -uv-options-metadata = { version = "0.0.23", path = "crates/uv-options-metadata" } -uv-performance-memory-allocator = { version = "0.0.23", path = "crates/uv-performance-memory-allocator" } -uv-pep440 = { version = "0.0.23", path = "crates/uv-pep440", features = ["tracing", "rkyv", "version-ranges"] } -uv-pep508 = { version = "0.0.23", path = "crates/uv-pep508", features = ["non-pep508-extensions"] } -uv-platform = { version = "0.0.23", path = "crates/uv-platform" } -uv-platform-tags = { version = "0.0.23", path = "crates/uv-platform-tags" } -uv-preview = { version = "0.0.23", path = "crates/uv-preview" } -uv-publish = { version = "0.0.23", path = "crates/uv-publish" } -uv-pypi-types = { version = "0.0.23", path = "crates/uv-pypi-types" } -uv-python = { version = "0.0.23", path = "crates/uv-python" } -uv-redacted = { version = "0.0.23", path = "crates/uv-redacted" } -uv-requirements = { version = "0.0.23", path = "crates/uv-requirements" } -uv-requirements-txt = { version = "0.0.23", path = "crates/uv-requirements-txt" } -uv-resolver = { version = "0.0.23", path = "crates/uv-resolver" } -uv-scripts = { version = "0.0.23", path = "crates/uv-scripts" } -uv-settings = { version = "0.0.23", path = "crates/uv-settings" } -uv-shell = { version = "0.0.23", path = "crates/uv-shell" } -uv-small-str = { version = "0.0.23", path = "crates/uv-small-str" } -uv-state = { version = "0.0.23", path = "crates/uv-state" } -uv-static = { version = "0.0.23", path = "crates/uv-static" } -uv-test = { version = "0.0.23", path = "crates/uv-test" } -uv-tool = { version = "0.0.23", path = "crates/uv-tool" } -uv-torch = { version = "0.0.23", path = "crates/uv-torch" } -uv-trampoline-builder = { version = "0.0.23", path = "crates/uv-trampoline-builder" } -uv-types = { version = "0.0.23", path = "crates/uv-types" } -uv-unix = { version = "0.0.23", path = "crates/uv-unix" } -uv-version = { version = "0.10.3", path = "crates/uv-version" } -uv-virtualenv = { version = "0.0.23", path = "crates/uv-virtualenv" } -uv-warnings = { version = "0.0.23", path = "crates/uv-warnings" } -uv-windows = { version = "0.0.23", path = "crates/uv-windows" } -uv-workspace = { version = "0.0.23", path = "crates/uv-workspace" } +uv-auth = { version = "0.0.24", path = "crates/uv-auth" } +uv-bin-install = { version = "0.0.24", path = "crates/uv-bin-install" } +uv-build-backend = { version = "0.0.24", path = "crates/uv-build-backend" } +uv-build-frontend = { version = "0.0.24", path = "crates/uv-build-frontend" } +uv-cache = { version = "0.0.24", path = "crates/uv-cache" } +uv-cache-info = { version = "0.0.24", path = "crates/uv-cache-info" } +uv-cache-key = { version = "0.0.24", path = "crates/uv-cache-key" } +uv-cli = { version = "0.0.24", path = "crates/uv-cli" } +uv-client = { version = "0.0.24", path = "crates/uv-client" } +uv-configuration = { version = "0.0.24", path = "crates/uv-configuration" } +uv-console = { version = "0.0.24", path = "crates/uv-console" } +uv-dirs = { version = "0.0.24", path = "crates/uv-dirs" } +uv-dispatch = { version = "0.0.24", path = "crates/uv-dispatch" } +uv-distribution = { version = "0.0.24", path = "crates/uv-distribution" } +uv-distribution-filename = { version = "0.0.24", path = "crates/uv-distribution-filename" } +uv-distribution-types = { version = "0.0.24", path = "crates/uv-distribution-types" } +uv-extract = { version = "0.0.24", path = "crates/uv-extract" } +uv-flags = { version = "0.0.24", path = "crates/uv-flags" } +uv-fs = { version = "0.0.24", path = "crates/uv-fs", features = ["serde", "tokio"] } +uv-git = { version = "0.0.24", path = "crates/uv-git" } +uv-git-types = { version = "0.0.24", path = "crates/uv-git-types" } +uv-globfilter = { version = "0.0.24", path = "crates/uv-globfilter" } +uv-install-wheel = { version = "0.0.24", path = "crates/uv-install-wheel", default-features = false } +uv-installer = { version = "0.0.24", path = "crates/uv-installer" } +uv-keyring = { version = "0.0.24", path = "crates/uv-keyring" } +uv-logging = { version = "0.0.24", path = "crates/uv-logging" } +uv-macros = { version = "0.0.24", path = "crates/uv-macros" } +uv-metadata = { version = "0.0.24", path = "crates/uv-metadata" } +uv-normalize = { version = "0.0.24", path = "crates/uv-normalize" } +uv-once-map = { version = "0.0.24", path = "crates/uv-once-map" } +uv-options-metadata = { version = "0.0.24", path = "crates/uv-options-metadata" } +uv-performance-memory-allocator = { version = "0.0.24", path = "crates/uv-performance-memory-allocator" } +uv-pep440 = { version = "0.0.24", path = "crates/uv-pep440", features = ["tracing", "rkyv", "version-ranges"] } +uv-pep508 = { version = "0.0.24", path = "crates/uv-pep508", features = ["non-pep508-extensions"] } +uv-platform = { version = "0.0.24", path = "crates/uv-platform" } +uv-platform-tags = { version = "0.0.24", path = "crates/uv-platform-tags" } +uv-preview = { version = "0.0.24", path = "crates/uv-preview" } +uv-publish = { version = "0.0.24", path = "crates/uv-publish" } +uv-pypi-types = { version = "0.0.24", path = "crates/uv-pypi-types" } +uv-python = { version = "0.0.24", path = "crates/uv-python" } +uv-redacted = { version = "0.0.24", path = "crates/uv-redacted" } +uv-requirements = { version = "0.0.24", path = "crates/uv-requirements" } +uv-requirements-txt = { version = "0.0.24", path = "crates/uv-requirements-txt" } +uv-resolver = { version = "0.0.24", path = "crates/uv-resolver" } +uv-scripts = { version = "0.0.24", path = "crates/uv-scripts" } +uv-settings = { version = "0.0.24", path = "crates/uv-settings" } +uv-shell = { version = "0.0.24", path = "crates/uv-shell" } +uv-small-str = { version = "0.0.24", path = "crates/uv-small-str" } +uv-state = { version = "0.0.24", path = "crates/uv-state" } +uv-static = { version = "0.0.24", path = "crates/uv-static" } +uv-test = { version = "0.0.24", path = "crates/uv-test" } +uv-tool = { version = "0.0.24", path = "crates/uv-tool" } +uv-torch = { version = "0.0.24", path = "crates/uv-torch" } +uv-trampoline-builder = { version = "0.0.24", path = "crates/uv-trampoline-builder" } +uv-types = { version = "0.0.24", path = "crates/uv-types" } +uv-unix = { version = "0.0.24", path = "crates/uv-unix" } +uv-version = { version = "0.10.4", path = "crates/uv-version" } +uv-virtualenv = { version = "0.0.24", path = "crates/uv-virtualenv" } +uv-warnings = { version = "0.0.24", path = "crates/uv-warnings" } +uv-windows = { version = "0.0.24", path = "crates/uv-windows" } +uv-workspace = { version = "0.0.24", path = "crates/uv-workspace" } ambient-id = { version = "0.0.10", 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 2d3d1e356..c43032153 100644 --- a/crates/uv-auth/Cargo.toml +++ b/crates/uv-auth/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-auth" -version = "0.0.23" +version = "0.0.24" 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 892fd3cce..08345a3a7 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-auth). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 ccdd08aa8..e5067a76d 100644 --- a/crates/uv-bench/Cargo.toml +++ b/crates/uv-bench/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-bench" -version = "0.0.23" +version = "0.0.24" 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 395441d75..ec3fbcf56 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-bench). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 7e965361e..391273508 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.23" +version = "0.0.24" 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 6d1111f2c..3a2e3fee9 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-bin-install). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 ade423cbb..06c427250 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.23" +version = "0.0.24" 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 b6452e8d2..050941afd 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-build-backend). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 320304882..456d06985 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.23" +version = "0.0.24" 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 3505ffd4a..a985acb8f 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-build-frontend). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 46778a286..0f200b786 100644 --- a/crates/uv-build/Cargo.toml +++ b/crates/uv-build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-build" -version = "0.10.3" +version = "0.10.4" 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 b955e3e6f..a9413c6a3 100644 --- a/crates/uv-build/pyproject.toml +++ b/crates/uv-build/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "uv-build" -version = "0.10.3" +version = "0.10.4" 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 7c35fcd0b..1e1953301 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.23" +version = "0.0.24" 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 87a6f2bd1..cd35096dc 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-cache-info). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 8ea2db0a4..23f91d755 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.23" +version = "0.0.24" 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 fdc970698..97f000917 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-cache-key). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 7992571d5..bbe97398c 100644 --- a/crates/uv-cache/Cargo.toml +++ b/crates/uv-cache/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-cache" -version = "0.0.23" +version = "0.0.24" 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 e80935587..bdc308dd7 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-cache). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 db601cf32..55ac75e4f 100644 --- a/crates/uv-cli/Cargo.toml +++ b/crates/uv-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-cli" -version = "0.0.23" +version = "0.0.24" 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 6de82a566..bd5eeafde 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-cli). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 53d6fa0c7..044f6d313 100644 --- a/crates/uv-client/Cargo.toml +++ b/crates/uv-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-client" -version = "0.0.23" +version = "0.0.24" 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 5aae8e136..3fbc80b18 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-client). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 b45501e35..566ac5e81 100644 --- a/crates/uv-configuration/Cargo.toml +++ b/crates/uv-configuration/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-configuration" -version = "0.0.23" +version = "0.0.24" 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 324e98783..6ce759b69 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-configuration). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 0ec3eab8d..f7d323d9a 100644 --- a/crates/uv-console/Cargo.toml +++ b/crates/uv-console/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-console" -version = "0.0.23" +version = "0.0.24" 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 c2ab258eb..ae5d8c314 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-console). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 805818aa9..2b96999f7 100644 --- a/crates/uv-dev/Cargo.toml +++ b/crates/uv-dev/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-dev" -version = "0.0.23" +version = "0.0.24" 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 725737481..460d86f02 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-dev). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 7cd579341..14c9a8c64 100644 --- a/crates/uv-dirs/Cargo.toml +++ b/crates/uv-dirs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-dirs" -version = "0.0.23" +version = "0.0.24" 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 c788ff09a..53dab4cd9 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-dirs). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 da6c88258..17b1a531c 100644 --- a/crates/uv-dispatch/Cargo.toml +++ b/crates/uv-dispatch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-dispatch" -version = "0.0.23" +version = "0.0.24" 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 536ceae94..7f2508da4 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-dispatch). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 9034a2155..2c93bfb32 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.23" +version = "0.0.24" 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 db78c1bcb..b58f9de56 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-distribution-filename). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 234cc078b..f54803a1e 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.23" +version = "0.0.24" 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 acffdb7be..1efb34d19 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-distribution-types). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 069f9914e..fd54f66a4 100644 --- a/crates/uv-distribution/Cargo.toml +++ b/crates/uv-distribution/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-distribution" -version = "0.0.23" +version = "0.0.24" 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 9ba6e4d31..812685b82 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-distribution). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 cbf2a748f..29d9af625 100644 --- a/crates/uv-extract/Cargo.toml +++ b/crates/uv-extract/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-extract" -version = "0.0.23" +version = "0.0.24" 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 943c3b0f0..53a296c7d 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-extract). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 1d34f7213..b75d6ea76 100644 --- a/crates/uv-flags/Cargo.toml +++ b/crates/uv-flags/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-flags" -version = "0.0.23" +version = "0.0.24" 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 3c79942bc..884169ec4 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-flags). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 7e107fba7..14f67a661 100644 --- a/crates/uv-fs/Cargo.toml +++ b/crates/uv-fs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-fs" -version = "0.0.23" +version = "0.0.24" 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 8e77947a4..bfc500fc3 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-fs). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 b43ddddb1..c86515727 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.23" +version = "0.0.24" 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 19531b0cd..c07713830 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-git-types). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 c9e492ec4..97e73ce4a 100644 --- a/crates/uv-git/Cargo.toml +++ b/crates/uv-git/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-git" -version = "0.0.23" +version = "0.0.24" 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 9ba709431..3fc71c970 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-git). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 7f7456e42..24607e3e3 100644 --- a/crates/uv-globfilter/Cargo.toml +++ b/crates/uv-globfilter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-globfilter" -version = "0.0.23" +version = "0.0.24" 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 5938f2685..f47a0372b 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.23" +version = "0.0.24" 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 c171a8331..a627e458a 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-install-wheel). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 e66251142..68d6aa078 100644 --- a/crates/uv-installer/Cargo.toml +++ b/crates/uv-installer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-installer" -version = "0.0.23" +version = "0.0.24" 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 779f5c4c5..0d2c36760 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-installer). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 8a675d066..71b559343 100644 --- a/crates/uv-keyring/Cargo.toml +++ b/crates/uv-keyring/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-keyring" -version = "0.0.23" +version = "0.0.24" 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 b53e4c3e9..99e2c7bfe 100644 --- a/crates/uv-logging/Cargo.toml +++ b/crates/uv-logging/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-logging" -version = "0.0.23" +version = "0.0.24" 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 b32fe7fea..fc33bf8ec 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-logging). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 dda8dc0d8..a23605405 100644 --- a/crates/uv-macros/Cargo.toml +++ b/crates/uv-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-macros" -version = "0.0.23" +version = "0.0.24" 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 5cd35ee0f..b24244e75 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-macros). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 13efe33a7..309baf59e 100644 --- a/crates/uv-metadata/Cargo.toml +++ b/crates/uv-metadata/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-metadata" -version = "0.0.23" +version = "0.0.24" 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 73eda0f8a..cc9cacc3e 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-metadata). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 aee41b2a1..7cb55b447 100644 --- a/crates/uv-normalize/Cargo.toml +++ b/crates/uv-normalize/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-normalize" -version = "0.0.23" +version = "0.0.24" 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 ed92de278..9559097bf 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-normalize). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 267a44ea0..c4b6bd1bb 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.23" +version = "0.0.24" 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 5b7c0f8ad..62dd006a4 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-once-map). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 9b65d25c6..ae5dd6e36 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.23" +version = "0.0.24" 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 40493c7ea..38d719b87 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-options-metadata). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 c4cb583f5..55c12cc1b 100644 --- a/crates/uv-pep440/Cargo.toml +++ b/crates/uv-pep440/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-pep440" -version = "0.0.23" +version = "0.0.24" 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-pep440/README.md b/crates/uv-pep440/README.md index d006c74c8..f9878536a 100644 --- a/crates/uv-pep440/README.md +++ b/crates/uv-pep440/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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-pep440). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/crates/uv-pep440). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-pep508/Cargo.toml b/crates/uv-pep508/Cargo.toml index bfcd8f093..34a97b23d 100644 --- a/crates/uv-pep508/Cargo.toml +++ b/crates/uv-pep508/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-pep508" -version = "0.0.23" +version = "0.0.24" 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-pep508/README.md b/crates/uv-pep508/README.md index 18bd19309..af74d9359 100644 --- a/crates/uv-pep508/README.md +++ b/crates/uv-pep508/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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-pep508). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/crates/uv-pep508). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-performance-memory-allocator/Cargo.toml b/crates/uv-performance-memory-allocator/Cargo.toml index f477c53b4..faf53624e 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.23" +version = "0.0.24" 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 4f2e2e2f0..227507af7 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source can be found -[here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-performance-memory-allocator). +[here](https://github.com/astral-sh/uv/blob/0.10.4/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 e1da3ad96..32706f4ac 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.23" +version = "0.0.24" 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 24c388a76..fc8a7866f 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-platform-tags). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 6c573de2e..7065eab6f 100644 --- a/crates/uv-platform/Cargo.toml +++ b/crates/uv-platform/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-platform" -version = "0.0.23" +version = "0.0.24" 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 4526cfbb1..2ff5cf7ae 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-platform). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 839b6666c..3998cebf5 100644 --- a/crates/uv-preview/Cargo.toml +++ b/crates/uv-preview/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-preview" -version = "0.0.23" +version = "0.0.24" 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 f5b35612f..b3dff4d77 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-preview). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 4ffb84a20..c20681f7f 100644 --- a/crates/uv-publish/Cargo.toml +++ b/crates/uv-publish/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-publish" -version = "0.0.23" +version = "0.0.24" 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 29890b2a4..e86e7f047 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-publish). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 81237785b..79adee9a3 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.23" +version = "0.0.24" 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 b9fca7dfe..a132d16f7 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-pypi-types). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 e7f0bc40d..6c67b708e 100644 --- a/crates/uv-python/Cargo.toml +++ b/crates/uv-python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-python" -version = "0.0.23" +version = "0.0.24" 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 472287e3f..b36743d3c 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-python). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 becebc04a..599c5796d 100644 --- a/crates/uv-redacted/Cargo.toml +++ b/crates/uv-redacted/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-redacted" -version = "0.0.23" +version = "0.0.24" 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 2cd9292cf..5f9612c93 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-redacted). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 21e7bea2f..ba6e439fc 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.23" +version = "0.0.24" 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 cbd81c146..2850474d4 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-requirements-txt). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 473a0372d..273850619 100644 --- a/crates/uv-requirements/Cargo.toml +++ b/crates/uv-requirements/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-requirements" -version = "0.0.23" +version = "0.0.24" 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 8a409f918..638f4ba6d 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-requirements). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 c25be3bd3..ee2ba54ea 100644 --- a/crates/uv-resolver/Cargo.toml +++ b/crates/uv-resolver/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-resolver" -version = "0.0.23" +version = "0.0.24" 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 e2356a4be..b2e7c2342 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-resolver). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 8773cd30c..9ea513cd9 100644 --- a/crates/uv-scripts/Cargo.toml +++ b/crates/uv-scripts/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-scripts" -version = "0.0.23" +version = "0.0.24" 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 eec11cad5..908495587 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-scripts). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 48ed1be5c..6a2d623e3 100644 --- a/crates/uv-settings/Cargo.toml +++ b/crates/uv-settings/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-settings" -version = "0.0.23" +version = "0.0.24" 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 76f1d8a14..5230022fe 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-settings). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 b28526f3b..9983e2ae9 100644 --- a/crates/uv-shell/Cargo.toml +++ b/crates/uv-shell/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-shell" -version = "0.0.23" +version = "0.0.24" 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 f9addd4a3..9ab8284c7 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-shell). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 3c4e24c8a..a52e49c3d 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.23" +version = "0.0.24" 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 8bf49a87f..f0f9c8516 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-small-str). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 52bfb789f..391a5b888 100644 --- a/crates/uv-state/Cargo.toml +++ b/crates/uv-state/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-state" -version = "0.0.23" +version = "0.0.24" 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 d4c436fca..2b19d8a07 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-state). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 9d1d1792a..99f02f4fe 100644 --- a/crates/uv-static/Cargo.toml +++ b/crates/uv-static/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-static" -version = "0.0.23" +version = "0.0.24" 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 aa601f26f..19145fa4c 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-static). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/crates/uv-static). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-test/Cargo.toml b/crates/uv-test/Cargo.toml index 29745b969..1e197257d 100644 --- a/crates/uv-test/Cargo.toml +++ b/crates/uv-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-test" -version = "0.0.23" +version = "0.0.24" description = "This is an internal component crate of uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-test/README.md b/crates/uv-test/README.md index d452e4b37..690963f23 100644 --- a/crates/uv-test/README.md +++ b/crates/uv-test/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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-test). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/crates/uv-test). 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 1317219d1..6be1e67f0 100644 --- a/crates/uv-tool/Cargo.toml +++ b/crates/uv-tool/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-tool" -version = "0.0.23" +version = "0.0.24" 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 9f08f1d5a..256f10462 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-tool). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 73fa8a000..88ed8aa6c 100644 --- a/crates/uv-torch/Cargo.toml +++ b/crates/uv-torch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-torch" -version = "0.0.23" +version = "0.0.24" 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 5d5ff193a..fd199a2e4 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-torch). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 41083a5f4..ef0c6c773 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.23" +version = "0.0.24" 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 0d4adc637..89bc1bbee 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-trampoline-builder). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 31dbbe504..648733133 100644 --- a/crates/uv-trampoline/Cargo.lock +++ b/crates/uv-trampoline/Cargo.lock @@ -138,7 +138,7 @@ checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" [[package]] name = "uv-macros" -version = "0.0.23" +version = "0.0.24" dependencies = [ "proc-macro2", "quote", @@ -148,7 +148,7 @@ dependencies = [ [[package]] name = "uv-static" -version = "0.0.23" +version = "0.0.24" dependencies = [ "thiserror", "uv-macros", @@ -169,7 +169,7 @@ dependencies = [ [[package]] name = "uv-windows" -version = "0.0.23" +version = "0.0.24" dependencies = [ "windows", ] diff --git a/crates/uv-types/Cargo.toml b/crates/uv-types/Cargo.toml index 7e6f28d93..73c604c32 100644 --- a/crates/uv-types/Cargo.toml +++ b/crates/uv-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-types" -version = "0.0.23" +version = "0.0.24" 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 f26e3b3b5..c8ff42e69 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-types). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/crates/uv-types). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-unix/Cargo.toml b/crates/uv-unix/Cargo.toml index 61cc8008b..e4efcf8de 100644 --- a/crates/uv-unix/Cargo.toml +++ b/crates/uv-unix/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-unix" -version = "0.0.23" +version = "0.0.24" description = "Unix-specific functionality for uv" edition = { workspace = true } rust-version = { workspace = true } diff --git a/crates/uv-unix/README.md b/crates/uv-unix/README.md index 334d2783f..c7c1531b4 100644 --- a/crates/uv-unix/README.md +++ b/crates/uv-unix/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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-unix). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/crates/uv-unix). 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 181fccaf9..902aeab77 100644 --- a/crates/uv-version/Cargo.toml +++ b/crates/uv-version/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-version" -version = "0.10.3" +version = "0.10.4" 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 711d5abc5..2dd08a3be 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.10.3) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-version). +This version (0.10.4) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 87607f0f2..42cc67ee2 100644 --- a/crates/uv-virtualenv/Cargo.toml +++ b/crates/uv-virtualenv/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-virtualenv" -version = "0.0.23" +version = "0.0.24" 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 467ca5da3..f1d08828c 100644 --- a/crates/uv-warnings/Cargo.toml +++ b/crates/uv-warnings/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-warnings" -version = "0.0.23" +version = "0.0.24" 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 a761c585d..2c385e264 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-warnings). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/crates/uv-warnings). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-windows/Cargo.toml b/crates/uv-windows/Cargo.toml index f423d8013..541ad01f2 100644 --- a/crates/uv-windows/Cargo.toml +++ b/crates/uv-windows/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-windows" -version = "0.0.23" +version = "0.0.24" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-windows/README.md b/crates/uv-windows/README.md index 6b89ec79e..911ac9087 100644 --- a/crates/uv-windows/README.md +++ b/crates/uv-windows/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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-windows). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/crates/uv-windows). 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 5a3ff20ac..da38651e9 100644 --- a/crates/uv-workspace/Cargo.toml +++ b/crates/uv-workspace/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-workspace" -version = "0.0.23" +version = "0.0.24" 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 71043c89d..f3633ff9d 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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-workspace). +This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/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 8ff3206aa..e8c37628e 100644 --- a/crates/uv/Cargo.toml +++ b/crates/uv/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv" -version = "0.10.3" +version = "0.10.4" 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 e722c5ed5..3941703ad 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.10.3. The source can be found -[here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv). +This is version 0.10.4. The source can be found +[here](https://github.com/astral-sh/uv/blob/0.10.4/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 5e33d00a6..dc060069e 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.10.3,<0.11.0"] +requires = ["uv_build>=0.10.4,<0.11.0"] build-backend = "uv_build" ``` diff --git a/docs/concepts/projects/init.md b/docs/concepts/projects/init.md index 592eea2c0..6ae90f6b9 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.10.3,<0.11.0"] +requires = ["uv_build>=0.10.4,<0.11.0"] build-backend = "uv_build" ``` @@ -136,7 +136,7 @@ dependencies = [] example-pkg = "example_pkg:main" [build-system] -requires = ["uv_build>=0.10.3,<0.11.0"] +requires = ["uv_build>=0.10.4,<0.11.0"] build-backend = "uv_build" ``` @@ -197,7 +197,7 @@ requires-python = ">=3.11" dependencies = [] [build-system] -requires = ["uv_build>=0.10.3,<0.11.0"] +requires = ["uv_build>=0.10.4,<0.11.0"] build-backend = "uv_build" ``` diff --git a/docs/concepts/projects/workspaces.md b/docs/concepts/projects/workspaces.md index 5a6efebca..26c0e8065 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.10.3,<0.11.0"] +requires = ["uv_build>=0.10.4,<0.11.0"] build-backend = "uv_build" ``` @@ -106,7 +106,7 @@ tqdm = { git = "https://github.com/tqdm/tqdm" } members = ["packages/*"] [build-system] -requires = ["uv_build>=0.10.3,<0.11.0"] +requires = ["uv_build>=0.10.4,<0.11.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.10.3,<0.11.0"] +requires = ["uv_build>=0.10.4,<0.11.0"] build-backend = "uv_build" ``` diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index 7bc9bbccd..20589137e 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.10.3/install.sh | sh + $ curl -LsSf https://astral.sh/uv/0.10.4/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.10.3/install.ps1 | iex" + PS> powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/0.10.4/install.ps1 | iex" ``` !!! tip diff --git a/docs/guides/integration/aws-lambda.md b/docs/guides/integration/aws-lambda.md index bd612f6f8..01178b0c0 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.10.3 AS uv +FROM ghcr.io/astral-sh/uv:0.10.4 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.10.3 AS uv +FROM ghcr.io/astral-sh/uv:0.10.4 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 4ba20a957..0abfd823a 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.10.3` +- `ghcr.io/astral-sh/uv:{major}.{minor}.{patch}`, e.g., `ghcr.io/astral-sh/uv:0.10.4` - `ghcr.io/astral-sh/uv:{major}.{minor}`, e.g., `ghcr.io/astral-sh/uv:0.8` (the latest patch version) @@ -80,7 +80,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.10.3-alpine`. +`ghcr.io/astral-sh/uv:{major}.{minor}-{base}`, e.g., `ghcr.io/astral-sh/uv:0.10.4-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. @@ -121,7 +121,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.10.3 /uv /uvx /bin/ +COPY --from=ghcr.io/astral-sh/uv:0.10.4 /uv /uvx /bin/ ``` !!! tip @@ -139,7 +139,7 @@ COPY --from=ghcr.io/astral-sh/uv:0.10.3 /uv /uvx /bin/ Or, with the installer: ```dockerfile -ADD https://astral.sh/uv/0.10.3/install.sh /uv-installer.sh +ADD https://astral.sh/uv/0.10.4/install.sh /uv-installer.sh ``` ### Installing a project @@ -604,5 +604,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.10.3`, or (even better) the specific image digest, + version tag, e.g., `ghcr.io/astral-sh/uv:0.10.4`, 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 d2d4f35a2..33130cf73 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.10.3" + version: "0.10.4" ``` ## Setting up Python diff --git a/docs/guides/integration/gitlab.md b/docs/guides/integration/gitlab.md index f108832d2..0ac744b4e 100644 --- a/docs/guides/integration/gitlab.md +++ b/docs/guides/integration/gitlab.md @@ -13,7 +13,7 @@ Select a variant that is suitable for your workflow. ```yaml title=".gitlab-ci.yml" variables: - UV_VERSION: "0.10.3" + UV_VERSION: "0.10.4" PYTHON_VERSION: "3.12" BASE_LAYER: trixie-slim # GitLab CI creates a separate mountpoint for the build directory, diff --git a/docs/guides/integration/pre-commit.md b/docs/guides/integration/pre-commit.md index d1fb0a377..f5c28c127 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.10.3 + rev: 0.10.4 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.10.3 + rev: 0.10.4 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.10.3 + rev: 0.10.4 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.10.3 + rev: 0.10.4 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.10.3 + rev: 0.10.4 hooks: # Compile requirements - id: pip-compile diff --git a/pyproject.toml b/pyproject.toml index 977e495e7..5b48c909c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "uv" -version = "0.10.3" +version = "0.10.4" 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"