diff --git a/CHANGELOG.md b/CHANGELOG.md index c00289f0d..e3ba04a4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,28 @@ +## 0.9.28 + +Released on 2026-01-29. + +### Python + +- Update CPython to use [OpenSSL 3.5.5](https://github.com/openssl/openssl/releases/tag/openssl-3.5.5) which includes fixes for high severity CVEs ([python-build-standalone#960](https://github.com/astral-sh/python-build-standalone/pull/960)) + +### Enhancements + +- Add support for Pyodide interpreter on Windows ([#17658](https://github.com/astral-sh/uv/pull/17658)) +- Warn if multiple indexes include `default = true` ([#17713](https://github.com/astral-sh/uv/pull/17713)) +- Skip uploads when validation reports 'Already uploaded' ([#17412](https://github.com/astral-sh/uv/pull/17412)) + +### Configuration + +- Add a reflink alias for the "clone" link mode ([#17724](https://github.com/astral-sh/uv/pull/17724)) + +### Bug fixes + +- Ensure `uv.exe` exits when `uvw.exe` or `uvx.exe` is killed ([#17500](https://github.com/astral-sh/uv/pull/17500)) + ## 0.9.27 Released on 2026-01-26. diff --git a/Cargo.lock b/Cargo.lock index f591b7fa5..aa891bb43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5619,7 +5619,7 @@ dependencies = [ [[package]] name = "uv" -version = "0.9.27" +version = "0.9.28" dependencies = [ "anstream", "anyhow", @@ -5740,7 +5740,7 @@ dependencies = [ [[package]] name = "uv-auth" -version = "0.0.16" +version = "0.0.17" dependencies = [ "anyhow", "arcstr", @@ -5783,7 +5783,7 @@ dependencies = [ [[package]] name = "uv-bench" -version = "0.0.16" +version = "0.0.17" dependencies = [ "anyhow", "codspeed-criterion-compat", @@ -5810,7 +5810,7 @@ dependencies = [ [[package]] name = "uv-bin-install" -version = "0.0.16" +version = "0.0.17" dependencies = [ "astral-reqwest-middleware", "astral-reqwest-retry", @@ -5833,7 +5833,7 @@ dependencies = [ [[package]] name = "uv-build" -version = "0.9.27" +version = "0.9.28" dependencies = [ "anstream", "anyhow", @@ -5847,7 +5847,7 @@ dependencies = [ [[package]] name = "uv-build-backend" -version = "0.0.16" +version = "0.0.17" dependencies = [ "astral-version-ranges", "base64 0.22.1", @@ -5890,7 +5890,7 @@ dependencies = [ [[package]] name = "uv-build-frontend" -version = "0.0.16" +version = "0.0.17" dependencies = [ "anstream", "fs-err", @@ -5928,7 +5928,7 @@ dependencies = [ [[package]] name = "uv-cache" -version = "0.0.16" +version = "0.0.17" dependencies = [ "clap", "fs-err", @@ -5954,7 +5954,7 @@ dependencies = [ [[package]] name = "uv-cache-info" -version = "0.0.16" +version = "0.0.17" dependencies = [ "anyhow", "fs-err", @@ -5971,7 +5971,7 @@ dependencies = [ [[package]] name = "uv-cache-key" -version = "0.0.16" +version = "0.0.17" dependencies = [ "hex", "memchr", @@ -5983,7 +5983,7 @@ dependencies = [ [[package]] name = "uv-cli" -version = "0.0.16" +version = "0.0.17" dependencies = [ "anstream", "anyhow", @@ -6015,7 +6015,7 @@ dependencies = [ [[package]] name = "uv-client" -version = "0.0.16" +version = "0.0.17" dependencies = [ "anyhow", "astral-reqwest-middleware", @@ -6078,7 +6078,7 @@ dependencies = [ [[package]] name = "uv-configuration" -version = "0.0.16" +version = "0.0.17" dependencies = [ "anyhow", "clap", @@ -6110,14 +6110,14 @@ dependencies = [ [[package]] name = "uv-console" -version = "0.0.16" +version = "0.0.17" dependencies = [ "console 0.16.2", ] [[package]] name = "uv-dev" -version = "0.0.16" +version = "0.0.17" dependencies = [ "anstream", "anyhow", @@ -6166,7 +6166,7 @@ dependencies = [ [[package]] name = "uv-dirs" -version = "0.0.16" +version = "0.0.17" dependencies = [ "assert_fs", "etcetera", @@ -6178,7 +6178,7 @@ dependencies = [ [[package]] name = "uv-dispatch" -version = "0.0.16" +version = "0.0.17" dependencies = [ "anyhow", "futures", @@ -6210,7 +6210,7 @@ dependencies = [ [[package]] name = "uv-distribution" -version = "0.0.16" +version = "0.0.17" dependencies = [ "anyhow", "astral-reqwest-middleware", @@ -6259,7 +6259,7 @@ dependencies = [ [[package]] name = "uv-distribution-filename" -version = "0.0.16" +version = "0.0.17" dependencies = [ "insta", "memchr", @@ -6276,7 +6276,7 @@ dependencies = [ [[package]] name = "uv-distribution-types" -version = "0.0.16" +version = "0.0.17" dependencies = [ "arcstr", "astral-version-ranges", @@ -6316,7 +6316,7 @@ dependencies = [ [[package]] name = "uv-extract" -version = "0.0.16" +version = "0.0.17" dependencies = [ "astral-tokio-tar", "astral_async_zip", @@ -6346,14 +6346,14 @@ dependencies = [ [[package]] name = "uv-flags" -version = "0.0.16" +version = "0.0.17" dependencies = [ "bitflags 2.10.0", ] [[package]] name = "uv-fs" -version = "0.0.16" +version = "0.0.17" dependencies = [ "backon", "dunce", @@ -6377,7 +6377,7 @@ dependencies = [ [[package]] name = "uv-git" -version = "0.0.16" +version = "0.0.17" dependencies = [ "anyhow", "astral-reqwest-middleware", @@ -6403,7 +6403,7 @@ dependencies = [ [[package]] name = "uv-git-types" -version = "0.0.16" +version = "0.0.17" dependencies = [ "serde", "thiserror 2.0.18", @@ -6415,7 +6415,7 @@ dependencies = [ [[package]] name = "uv-globfilter" -version = "0.0.16" +version = "0.0.17" dependencies = [ "anstream", "fs-err", @@ -6432,7 +6432,7 @@ dependencies = [ [[package]] name = "uv-install-wheel" -version = "0.0.16" +version = "0.0.17" dependencies = [ "anyhow", "assert_fs", @@ -6473,7 +6473,7 @@ dependencies = [ [[package]] name = "uv-installer" -version = "0.0.16" +version = "0.0.17" dependencies = [ "anstream", "anyhow", @@ -6516,7 +6516,7 @@ dependencies = [ [[package]] name = "uv-keyring" -version = "0.0.16" +version = "0.0.17" dependencies = [ "async-trait", "byteorder", @@ -6533,7 +6533,7 @@ dependencies = [ [[package]] name = "uv-logging" -version = "0.0.16" +version = "0.0.17" dependencies = [ "jiff", "owo-colors", @@ -6543,7 +6543,7 @@ dependencies = [ [[package]] name = "uv-macros" -version = "0.0.16" +version = "0.0.17" dependencies = [ "proc-macro2", "quote", @@ -6553,7 +6553,7 @@ dependencies = [ [[package]] name = "uv-metadata" -version = "0.0.16" +version = "0.0.17" dependencies = [ "astral_async_zip", "fs-err", @@ -6570,7 +6570,7 @@ dependencies = [ [[package]] name = "uv-normalize" -version = "0.0.16" +version = "0.0.17" dependencies = [ "rkyv", "schemars", @@ -6580,7 +6580,7 @@ dependencies = [ [[package]] name = "uv-once-map" -version = "0.0.16" +version = "0.0.17" dependencies = [ "dashmap", "futures", @@ -6589,14 +6589,14 @@ dependencies = [ [[package]] name = "uv-options-metadata" -version = "0.0.16" +version = "0.0.17" dependencies = [ "serde", ] [[package]] name = "uv-pep440" -version = "0.0.16" +version = "0.0.17" dependencies = [ "astral-version-ranges", "indoc", @@ -6610,7 +6610,7 @@ dependencies = [ [[package]] name = "uv-pep508" -version = "0.0.16" +version = "0.0.17" dependencies = [ "arcstr", "astral-version-ranges", @@ -6639,7 +6639,7 @@ dependencies = [ [[package]] name = "uv-performance-memory-allocator" -version = "0.0.16" +version = "0.0.17" dependencies = [ "mimalloc", "tikv-jemallocator", @@ -6647,7 +6647,7 @@ dependencies = [ [[package]] name = "uv-platform" -version = "0.0.16" +version = "0.0.17" dependencies = [ "fs-err", "goblin", @@ -6664,7 +6664,7 @@ dependencies = [ [[package]] name = "uv-platform-tags" -version = "0.0.16" +version = "0.0.17" dependencies = [ "insta", "memchr", @@ -6677,7 +6677,7 @@ dependencies = [ [[package]] name = "uv-preview" -version = "0.0.16" +version = "0.0.17" dependencies = [ "enumflags2", "itertools 0.14.0", @@ -6687,7 +6687,7 @@ dependencies = [ [[package]] name = "uv-publish" -version = "0.0.16" +version = "0.0.17" dependencies = [ "ambient-id", "anstream", @@ -6729,7 +6729,7 @@ dependencies = [ [[package]] name = "uv-pypi-types" -version = "0.0.16" +version = "0.0.17" dependencies = [ "anyhow", "hashbrown 0.16.1", @@ -6762,7 +6762,7 @@ dependencies = [ [[package]] name = "uv-python" -version = "0.0.16" +version = "0.0.17" dependencies = [ "anyhow", "assert_fs", @@ -6824,7 +6824,7 @@ dependencies = [ [[package]] name = "uv-redacted" -version = "0.0.16" +version = "0.0.17" dependencies = [ "ref-cast", "schemars", @@ -6835,7 +6835,7 @@ dependencies = [ [[package]] name = "uv-requirements" -version = "0.0.16" +version = "0.0.17" dependencies = [ "anyhow", "configparser", @@ -6870,7 +6870,7 @@ dependencies = [ [[package]] name = "uv-requirements-txt" -version = "0.0.16" +version = "0.0.17" dependencies = [ "anyhow", "assert_fs", @@ -6903,7 +6903,7 @@ dependencies = [ [[package]] name = "uv-resolver" -version = "0.0.16" +version = "0.0.17" dependencies = [ "arcstr", "astral-pubgrub", @@ -6968,7 +6968,7 @@ dependencies = [ [[package]] name = "uv-scripts" -version = "0.0.16" +version = "0.0.17" dependencies = [ "fs-err", "indoc", @@ -6992,7 +6992,7 @@ dependencies = [ [[package]] name = "uv-settings" -version = "0.0.16" +version = "0.0.17" dependencies = [ "clap", "fs-err", @@ -7027,7 +7027,7 @@ dependencies = [ [[package]] name = "uv-shell" -version = "0.0.16" +version = "0.0.17" dependencies = [ "anyhow", "fs-err", @@ -7044,7 +7044,7 @@ dependencies = [ [[package]] name = "uv-small-str" -version = "0.0.16" +version = "0.0.17" dependencies = [ "arcstr", "rkyv", @@ -7054,7 +7054,7 @@ dependencies = [ [[package]] name = "uv-state" -version = "0.0.16" +version = "0.0.17" dependencies = [ "fs-err", "tempfile", @@ -7063,7 +7063,7 @@ dependencies = [ [[package]] name = "uv-static" -version = "0.0.16" +version = "0.0.17" dependencies = [ "thiserror 2.0.18", "uv-macros", @@ -7071,7 +7071,7 @@ dependencies = [ [[package]] name = "uv-tool" -version = "0.0.16" +version = "0.0.17" dependencies = [ "fs-err", "pathdiff", @@ -7100,7 +7100,7 @@ dependencies = [ [[package]] name = "uv-torch" -version = "0.0.16" +version = "0.0.17" dependencies = [ "clap", "either", @@ -7120,7 +7120,7 @@ dependencies = [ [[package]] name = "uv-trampoline-builder" -version = "0.0.16" +version = "0.0.17" dependencies = [ "anyhow", "assert_cmd", @@ -7137,7 +7137,7 @@ dependencies = [ [[package]] name = "uv-types" -version = "0.0.16" +version = "0.0.17" dependencies = [ "anyhow", "dashmap", @@ -7159,7 +7159,7 @@ dependencies = [ [[package]] name = "uv-unix" -version = "0.0.16" +version = "0.0.17" dependencies = [ "nix", "thiserror 2.0.18", @@ -7167,11 +7167,11 @@ dependencies = [ [[package]] name = "uv-version" -version = "0.9.27" +version = "0.9.28" [[package]] name = "uv-virtualenv" -version = "0.0.16" +version = "0.0.17" dependencies = [ "console 0.16.2", "fs-err", @@ -7194,7 +7194,7 @@ dependencies = [ [[package]] name = "uv-warnings" -version = "0.0.16" +version = "0.0.17" dependencies = [ "anstream", "anyhow", @@ -7206,14 +7206,14 @@ dependencies = [ [[package]] name = "uv-windows" -version = "0.0.16" +version = "0.0.17" dependencies = [ "windows", ] [[package]] name = "uv-workspace" -version = "0.0.16" +version = "0.0.17" dependencies = [ "anyhow", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index de3ac7611..b6d850062 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,66 +16,66 @@ authors = ["uv"] license = "MIT OR Apache-2.0" [workspace.dependencies] -uv-auth = { version = "0.0.16", path = "crates/uv-auth" } -uv-bin-install = { version = "0.0.16", path = "crates/uv-bin-install" } -uv-build-backend = { version = "0.0.16", path = "crates/uv-build-backend" } -uv-build-frontend = { version = "0.0.16", path = "crates/uv-build-frontend" } -uv-cache = { version = "0.0.16", path = "crates/uv-cache" } -uv-cache-info = { version = "0.0.16", path = "crates/uv-cache-info" } -uv-cache-key = { version = "0.0.16", path = "crates/uv-cache-key" } -uv-cli = { version = "0.0.16", path = "crates/uv-cli" } -uv-client = { version = "0.0.16", path = "crates/uv-client" } -uv-configuration = { version = "0.0.16", path = "crates/uv-configuration" } -uv-console = { version = "0.0.16", path = "crates/uv-console" } -uv-dirs = { version = "0.0.16", path = "crates/uv-dirs" } -uv-dispatch = { version = "0.0.16", path = "crates/uv-dispatch" } -uv-distribution = { version = "0.0.16", path = "crates/uv-distribution" } -uv-distribution-filename = { version = "0.0.16", path = "crates/uv-distribution-filename" } -uv-distribution-types = { version = "0.0.16", path = "crates/uv-distribution-types" } -uv-extract = { version = "0.0.16", path = "crates/uv-extract" } -uv-flags = { version = "0.0.16", path = "crates/uv-flags" } -uv-fs = { version = "0.0.16", path = "crates/uv-fs", features = ["serde", "tokio"] } -uv-git = { version = "0.0.16", path = "crates/uv-git" } -uv-git-types = { version = "0.0.16", path = "crates/uv-git-types" } -uv-globfilter = { version = "0.0.16", path = "crates/uv-globfilter" } -uv-install-wheel = { version = "0.0.16", path = "crates/uv-install-wheel", default-features = false } -uv-installer = { version = "0.0.16", path = "crates/uv-installer" } -uv-keyring = { version = "0.0.16", path = "crates/uv-keyring" } -uv-logging = { version = "0.0.16", path = "crates/uv-logging" } -uv-macros = { version = "0.0.16", path = "crates/uv-macros" } -uv-metadata = { version = "0.0.16", path = "crates/uv-metadata" } -uv-normalize = { version = "0.0.16", path = "crates/uv-normalize" } -uv-once-map = { version = "0.0.16", path = "crates/uv-once-map" } -uv-options-metadata = { version = "0.0.16", path = "crates/uv-options-metadata" } -uv-performance-memory-allocator = { version = "0.0.16", path = "crates/uv-performance-memory-allocator" } -uv-pep440 = { version = "0.0.16", path = "crates/uv-pep440", features = ["tracing", "rkyv", "version-ranges"] } -uv-pep508 = { version = "0.0.16", path = "crates/uv-pep508", features = ["non-pep508-extensions"] } -uv-platform = { version = "0.0.16", path = "crates/uv-platform" } -uv-platform-tags = { version = "0.0.16", path = "crates/uv-platform-tags" } -uv-preview = { version = "0.0.16", path = "crates/uv-preview" } -uv-publish = { version = "0.0.16", path = "crates/uv-publish" } -uv-pypi-types = { version = "0.0.16", path = "crates/uv-pypi-types" } -uv-python = { version = "0.0.16", path = "crates/uv-python" } -uv-redacted = { version = "0.0.16", path = "crates/uv-redacted" } -uv-requirements = { version = "0.0.16", path = "crates/uv-requirements" } -uv-requirements-txt = { version = "0.0.16", path = "crates/uv-requirements-txt" } -uv-resolver = { version = "0.0.16", path = "crates/uv-resolver" } -uv-scripts = { version = "0.0.16", path = "crates/uv-scripts" } -uv-settings = { version = "0.0.16", path = "crates/uv-settings" } -uv-shell = { version = "0.0.16", path = "crates/uv-shell" } -uv-small-str = { version = "0.0.16", path = "crates/uv-small-str" } -uv-state = { version = "0.0.16", path = "crates/uv-state" } -uv-static = { version = "0.0.16", path = "crates/uv-static" } -uv-tool = { version = "0.0.16", path = "crates/uv-tool" } -uv-torch = { version = "0.0.16", path = "crates/uv-torch" } -uv-trampoline-builder = { version = "0.0.16", path = "crates/uv-trampoline-builder" } -uv-types = { version = "0.0.16", path = "crates/uv-types" } -uv-unix = { version = "0.0.16", path = "crates/uv-unix" } -uv-version = { version = "0.9.27", path = "crates/uv-version" } -uv-virtualenv = { version = "0.0.16", path = "crates/uv-virtualenv" } -uv-warnings = { version = "0.0.16", path = "crates/uv-warnings" } -uv-windows = { version = "0.0.16", path = "crates/uv-windows" } -uv-workspace = { version = "0.0.16", path = "crates/uv-workspace" } +uv-auth = { version = "0.0.17", path = "crates/uv-auth" } +uv-bin-install = { version = "0.0.17", path = "crates/uv-bin-install" } +uv-build-backend = { version = "0.0.17", path = "crates/uv-build-backend" } +uv-build-frontend = { version = "0.0.17", path = "crates/uv-build-frontend" } +uv-cache = { version = "0.0.17", path = "crates/uv-cache" } +uv-cache-info = { version = "0.0.17", path = "crates/uv-cache-info" } +uv-cache-key = { version = "0.0.17", path = "crates/uv-cache-key" } +uv-cli = { version = "0.0.17", path = "crates/uv-cli" } +uv-client = { version = "0.0.17", path = "crates/uv-client" } +uv-configuration = { version = "0.0.17", path = "crates/uv-configuration" } +uv-console = { version = "0.0.17", path = "crates/uv-console" } +uv-dirs = { version = "0.0.17", path = "crates/uv-dirs" } +uv-dispatch = { version = "0.0.17", path = "crates/uv-dispatch" } +uv-distribution = { version = "0.0.17", path = "crates/uv-distribution" } +uv-distribution-filename = { version = "0.0.17", path = "crates/uv-distribution-filename" } +uv-distribution-types = { version = "0.0.17", path = "crates/uv-distribution-types" } +uv-extract = { version = "0.0.17", path = "crates/uv-extract" } +uv-flags = { version = "0.0.17", path = "crates/uv-flags" } +uv-fs = { version = "0.0.17", path = "crates/uv-fs", features = ["serde", "tokio"] } +uv-git = { version = "0.0.17", path = "crates/uv-git" } +uv-git-types = { version = "0.0.17", path = "crates/uv-git-types" } +uv-globfilter = { version = "0.0.17", path = "crates/uv-globfilter" } +uv-install-wheel = { version = "0.0.17", path = "crates/uv-install-wheel", default-features = false } +uv-installer = { version = "0.0.17", path = "crates/uv-installer" } +uv-keyring = { version = "0.0.17", path = "crates/uv-keyring" } +uv-logging = { version = "0.0.17", path = "crates/uv-logging" } +uv-macros = { version = "0.0.17", path = "crates/uv-macros" } +uv-metadata = { version = "0.0.17", path = "crates/uv-metadata" } +uv-normalize = { version = "0.0.17", path = "crates/uv-normalize" } +uv-once-map = { version = "0.0.17", path = "crates/uv-once-map" } +uv-options-metadata = { version = "0.0.17", path = "crates/uv-options-metadata" } +uv-performance-memory-allocator = { version = "0.0.17", path = "crates/uv-performance-memory-allocator" } +uv-pep440 = { version = "0.0.17", path = "crates/uv-pep440", features = ["tracing", "rkyv", "version-ranges"] } +uv-pep508 = { version = "0.0.17", path = "crates/uv-pep508", features = ["non-pep508-extensions"] } +uv-platform = { version = "0.0.17", path = "crates/uv-platform" } +uv-platform-tags = { version = "0.0.17", path = "crates/uv-platform-tags" } +uv-preview = { version = "0.0.17", path = "crates/uv-preview" } +uv-publish = { version = "0.0.17", path = "crates/uv-publish" } +uv-pypi-types = { version = "0.0.17", path = "crates/uv-pypi-types" } +uv-python = { version = "0.0.17", path = "crates/uv-python" } +uv-redacted = { version = "0.0.17", path = "crates/uv-redacted" } +uv-requirements = { version = "0.0.17", path = "crates/uv-requirements" } +uv-requirements-txt = { version = "0.0.17", path = "crates/uv-requirements-txt" } +uv-resolver = { version = "0.0.17", path = "crates/uv-resolver" } +uv-scripts = { version = "0.0.17", path = "crates/uv-scripts" } +uv-settings = { version = "0.0.17", path = "crates/uv-settings" } +uv-shell = { version = "0.0.17", path = "crates/uv-shell" } +uv-small-str = { version = "0.0.17", path = "crates/uv-small-str" } +uv-state = { version = "0.0.17", path = "crates/uv-state" } +uv-static = { version = "0.0.17", path = "crates/uv-static" } +uv-tool = { version = "0.0.17", path = "crates/uv-tool" } +uv-torch = { version = "0.0.17", path = "crates/uv-torch" } +uv-trampoline-builder = { version = "0.0.17", path = "crates/uv-trampoline-builder" } +uv-types = { version = "0.0.17", path = "crates/uv-types" } +uv-unix = { version = "0.0.17", path = "crates/uv-unix" } +uv-version = { version = "0.9.28", path = "crates/uv-version" } +uv-virtualenv = { version = "0.0.17", path = "crates/uv-virtualenv" } +uv-warnings = { version = "0.0.17", path = "crates/uv-warnings" } +uv-windows = { version = "0.0.17", path = "crates/uv-windows" } +uv-workspace = { version = "0.0.17", path = "crates/uv-workspace" } ambient-id = { version = "0.0.7", 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 ca4f3e5f6..586d558fc 100644 --- a/crates/uv-auth/Cargo.toml +++ b/crates/uv-auth/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-auth" -version = "0.0.16" +version = "0.0.17" 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 fbfd8d762..eaa580738 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-auth). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 e5594e6b3..641f49dce 100644 --- a/crates/uv-bench/Cargo.toml +++ b/crates/uv-bench/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-bench" -version = "0.0.16" +version = "0.0.17" 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 1cd669ea1..9799f9101 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-bench). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 1b053817e..f1e306cb3 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.16" +version = "0.0.17" 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 24927d4ea..5fec38c11 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-bin-install). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 7b1e260f9..3bafa7d27 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.16" +version = "0.0.17" 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 6f40835fd..d0a2a83f5 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-build-backend). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 c40f21333..a22328191 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.16" +version = "0.0.17" 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 afdbcb3c7..882d3fd09 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-build-frontend). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 ce5d25616..6ba8f2f17 100644 --- a/crates/uv-build/Cargo.toml +++ b/crates/uv-build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-build" -version = "0.9.27" +version = "0.9.28" 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 c4b190dc6..e30ce16ec 100644 --- a/crates/uv-build/pyproject.toml +++ b/crates/uv-build/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "uv-build" -version = "0.9.27" +version = "0.9.28" 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 8b70469ea..b77b6f751 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.16" +version = "0.0.17" 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 979e96711..ee4d45843 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-cache-info). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 7a7535003..25974da65 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.16" +version = "0.0.17" 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 0099d222b..0ad4b84eb 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-cache-key). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 5c329a61b..3489624d6 100644 --- a/crates/uv-cache/Cargo.toml +++ b/crates/uv-cache/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-cache" -version = "0.0.16" +version = "0.0.17" 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 8eb9f9a13..eb80929fd 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-cache). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 1210f69e8..59c1b41ac 100644 --- a/crates/uv-cli/Cargo.toml +++ b/crates/uv-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-cli" -version = "0.0.16" +version = "0.0.17" 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 07ec97d89..376625667 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-cli). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 0e038527a..99190f67f 100644 --- a/crates/uv-client/Cargo.toml +++ b/crates/uv-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-client" -version = "0.0.16" +version = "0.0.17" 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 932c21426..fc9994242 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-client). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 4cf4aa623..91833f1df 100644 --- a/crates/uv-configuration/Cargo.toml +++ b/crates/uv-configuration/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-configuration" -version = "0.0.16" +version = "0.0.17" 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 2483d85ba..2de98cf32 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-configuration). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 cfd95fa6b..161bfa84d 100644 --- a/crates/uv-console/Cargo.toml +++ b/crates/uv-console/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-console" -version = "0.0.16" +version = "0.0.17" 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 1d3e7e154..fc2185aaf 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-console). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 5acac8660..18b6dec43 100644 --- a/crates/uv-dev/Cargo.toml +++ b/crates/uv-dev/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-dev" -version = "0.0.16" +version = "0.0.17" 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 67dfc0564..1d360be56 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-dev). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 4775fdc0c..1fcae8659 100644 --- a/crates/uv-dirs/Cargo.toml +++ b/crates/uv-dirs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-dirs" -version = "0.0.16" +version = "0.0.17" 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 911f7d5b6..011fa945d 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-dirs). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 f2fd9d510..2c70eff5e 100644 --- a/crates/uv-dispatch/Cargo.toml +++ b/crates/uv-dispatch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-dispatch" -version = "0.0.16" +version = "0.0.17" 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 924727a0e..419dca31f 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-dispatch). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 38f3d07a7..b92fe5010 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.16" +version = "0.0.17" 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 f656ccded..473d05612 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-distribution-filename). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 8ff7b86c9..db71587eb 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.16" +version = "0.0.17" 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 8956769c7..ff947b76c 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-distribution-types). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 13ef5f403..0ca2b178c 100644 --- a/crates/uv-distribution/Cargo.toml +++ b/crates/uv-distribution/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-distribution" -version = "0.0.16" +version = "0.0.17" 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 00c9d5e1f..9c4454b25 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-distribution). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 fbc2f0488..027c32f9c 100644 --- a/crates/uv-extract/Cargo.toml +++ b/crates/uv-extract/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-extract" -version = "0.0.16" +version = "0.0.17" 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 9c40c1e9c..45e0808f2 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-extract). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 3106e80f4..e2f1f4072 100644 --- a/crates/uv-flags/Cargo.toml +++ b/crates/uv-flags/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-flags" -version = "0.0.16" +version = "0.0.17" 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 30923739d..190e2d3df 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-flags). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 ca508c29d..8f570a5a0 100644 --- a/crates/uv-fs/Cargo.toml +++ b/crates/uv-fs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-fs" -version = "0.0.16" +version = "0.0.17" 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 48e155f2b..1e81c81ba 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-fs). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 b82687726..a6af036f3 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.16" +version = "0.0.17" 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 bff258b87..74e5061f9 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-git-types). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 f948c05e7..b3e6f0e75 100644 --- a/crates/uv-git/Cargo.toml +++ b/crates/uv-git/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-git" -version = "0.0.16" +version = "0.0.17" 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 60277f29f..bcd589243 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-git). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 a5967c96e..72cadb65e 100644 --- a/crates/uv-globfilter/Cargo.toml +++ b/crates/uv-globfilter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-globfilter" -version = "0.0.16" +version = "0.0.17" 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 1bc5e1510..3a4bfb89d 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.16" +version = "0.0.17" 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 93c662c46..5096d93b3 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-install-wheel). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 17f117e54..3f2eed264 100644 --- a/crates/uv-installer/Cargo.toml +++ b/crates/uv-installer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-installer" -version = "0.0.16" +version = "0.0.17" 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 f6e08e421..e5193ac88 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-installer). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 9566f4125..c2a1b9422 100644 --- a/crates/uv-keyring/Cargo.toml +++ b/crates/uv-keyring/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-keyring" -version = "0.0.16" +version = "0.0.17" 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 3e5daa04a..79e8ddf66 100644 --- a/crates/uv-logging/Cargo.toml +++ b/crates/uv-logging/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-logging" -version = "0.0.16" +version = "0.0.17" 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 a65834d60..ffe6bfd6d 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-logging). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 8c0ee7fbf..34064bed6 100644 --- a/crates/uv-macros/Cargo.toml +++ b/crates/uv-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-macros" -version = "0.0.16" +version = "0.0.17" 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 54a54f265..c7050a3ce 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-macros). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 dfac505f3..425fe20d1 100644 --- a/crates/uv-metadata/Cargo.toml +++ b/crates/uv-metadata/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-metadata" -version = "0.0.16" +version = "0.0.17" 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 64d18d83e..e9a2ce945 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-metadata). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 660e2b512..e20d9fd3f 100644 --- a/crates/uv-normalize/Cargo.toml +++ b/crates/uv-normalize/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-normalize" -version = "0.0.16" +version = "0.0.17" 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 d8b34a4f6..1e42d6f69 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-normalize). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 46fc40158..31d5fe83c 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.16" +version = "0.0.17" 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 3bf3b5b8b..2b31573fb 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-once-map). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 b2412a1ed..fa3d75519 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.16" +version = "0.0.17" 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 e457404bf..58553a523 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-options-metadata). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 74085d520..8a2baee6c 100644 --- a/crates/uv-pep440/Cargo.toml +++ b/crates/uv-pep440/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-pep440" -version = "0.0.16" +version = "0.0.17" 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 9500ba5b5..a4b80ae15 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-pep440). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 2575d3653..39c6a7bb2 100644 --- a/crates/uv-pep508/Cargo.toml +++ b/crates/uv-pep508/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-pep508" -version = "0.0.16" +version = "0.0.17" 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 1bd58860d..3b7e589c2 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-pep508). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 bbb5fc174..0e28f77b1 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.16" +version = "0.0.17" 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 49dd94fb1..608249f90 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source can be found -[here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-performance-memory-allocator). +[here](https://github.com/astral-sh/uv/blob/0.9.28/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 aa6995691..78b105b61 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.16" +version = "0.0.17" 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 1e0c19701..074a69d9b 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-platform-tags). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 2dbd206a9..968085fd9 100644 --- a/crates/uv-platform/Cargo.toml +++ b/crates/uv-platform/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-platform" -version = "0.0.16" +version = "0.0.17" 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 454718224..5e772f6a2 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-platform). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 145ba658d..7f8a8d09a 100644 --- a/crates/uv-preview/Cargo.toml +++ b/crates/uv-preview/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-preview" -version = "0.0.16" +version = "0.0.17" 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 5d453569e..e476e921f 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-preview). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 c349125a6..ebbe3b4f4 100644 --- a/crates/uv-publish/Cargo.toml +++ b/crates/uv-publish/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-publish" -version = "0.0.16" +version = "0.0.17" 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 01ef527d7..313b42f1c 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-publish). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 cb0245b1a..52847b0ed 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.16" +version = "0.0.17" 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 57d100940..f868034ca 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-pypi-types). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 135293485..76a006e4e 100644 --- a/crates/uv-python/Cargo.toml +++ b/crates/uv-python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-python" -version = "0.0.16" +version = "0.0.17" 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 497f7f2e9..06ddbd42b 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-python). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 73a6ee620..7cdb414d4 100644 --- a/crates/uv-redacted/Cargo.toml +++ b/crates/uv-redacted/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-redacted" -version = "0.0.16" +version = "0.0.17" 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 59376054a..f6ce2e8bd 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-redacted). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 4d8c5bde1..e272d1f56 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.16" +version = "0.0.17" 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 2241df432..1c24dcba7 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-requirements-txt). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 b89fd37b3..d0e5369b2 100644 --- a/crates/uv-requirements/Cargo.toml +++ b/crates/uv-requirements/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-requirements" -version = "0.0.16" +version = "0.0.17" 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 8418a8ba8..a4086d4bd 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-requirements). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 15a028ef4..27858c5bf 100644 --- a/crates/uv-resolver/Cargo.toml +++ b/crates/uv-resolver/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-resolver" -version = "0.0.16" +version = "0.0.17" 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 4aa613bd6..db9a6ff16 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-resolver). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 696a08a7a..6b521a2d0 100644 --- a/crates/uv-scripts/Cargo.toml +++ b/crates/uv-scripts/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-scripts" -version = "0.0.16" +version = "0.0.17" 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 e5772282f..e9b7746bd 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-scripts). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 adad3e9d2..76af760fa 100644 --- a/crates/uv-settings/Cargo.toml +++ b/crates/uv-settings/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-settings" -version = "0.0.16" +version = "0.0.17" 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 fc8d72048..adc51fd09 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-settings). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 da9cdd59a..2ba328452 100644 --- a/crates/uv-shell/Cargo.toml +++ b/crates/uv-shell/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-shell" -version = "0.0.16" +version = "0.0.17" 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 5c25bb65f..a4159ab9f 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-shell). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 6f15a9825..3ecf93b87 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.16" +version = "0.0.17" 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 39b461995..e68494648 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-small-str). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 60c33d593..064503079 100644 --- a/crates/uv-state/Cargo.toml +++ b/crates/uv-state/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-state" -version = "0.0.16" +version = "0.0.17" 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 70df71a78..5191e6849 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-state). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 e0ca9fab1..e128d4ffb 100644 --- a/crates/uv-static/Cargo.toml +++ b/crates/uv-static/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-static" -version = "0.0.16" +version = "0.0.17" 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 95daf3435..6c3a24300 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-static). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/crates/uv-static). See uv's [crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) diff --git a/crates/uv-tool/Cargo.toml b/crates/uv-tool/Cargo.toml index d189d3def..97e5e1c41 100644 --- a/crates/uv-tool/Cargo.toml +++ b/crates/uv-tool/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-tool" -version = "0.0.16" +version = "0.0.17" 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 337bf9fb8..65fc6f60f 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-tool). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 268d92069..3e9041026 100644 --- a/crates/uv-torch/Cargo.toml +++ b/crates/uv-torch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-torch" -version = "0.0.16" +version = "0.0.17" 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 5e87151ea..8171fb0b6 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-torch). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 925e47802..72e683518 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.16" +version = "0.0.17" 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 ece7c803e..11e63090e 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-trampoline-builder). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 17d55f7e3..999c3ae9c 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.16" +version = "0.0.17" dependencies = [ "proc-macro2", "quote", @@ -148,7 +148,7 @@ dependencies = [ [[package]] name = "uv-static" -version = "0.0.16" +version = "0.0.17" dependencies = [ "thiserror", "uv-macros", @@ -169,7 +169,7 @@ dependencies = [ [[package]] name = "uv-windows" -version = "0.0.16" +version = "0.0.17" dependencies = [ "windows", ] diff --git a/crates/uv-types/Cargo.toml b/crates/uv-types/Cargo.toml index bb702517c..119265d4d 100644 --- a/crates/uv-types/Cargo.toml +++ b/crates/uv-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-types" -version = "0.0.16" +version = "0.0.17" 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 af938c209..4d662d3fe 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-types). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 dd357bfdc..06d9aab7a 100644 --- a/crates/uv-unix/Cargo.toml +++ b/crates/uv-unix/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-unix" -version = "0.0.16" +version = "0.0.17" 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 new file mode 100644 index 000000000..a0161cab3 --- /dev/null +++ b/crates/uv-unix/README.md @@ -0,0 +1,13 @@ + + +# uv-unix + +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.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/crates/uv-unix). + +See uv's +[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) +for details on versioning. diff --git a/crates/uv-version/Cargo.toml b/crates/uv-version/Cargo.toml index 7c2e6852c..ed3c6f464 100644 --- a/crates/uv-version/Cargo.toml +++ b/crates/uv-version/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-version" -version = "0.9.27" +version = "0.9.28" 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 e29c09a7d..96559d51f 100644 --- a/crates/uv-version/README.md +++ b/crates/uv-version/README.md @@ -5,8 +5,8 @@ This crate is an internal component of [uv](https://crates.io/crates/uv). The Rust API exposed here is unstable and will have frequent breaking changes. -This version (0.9.27) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-version). +This version (0.9.28) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 af6f1bd8f..12fa5a804 100644 --- a/crates/uv-virtualenv/Cargo.toml +++ b/crates/uv-virtualenv/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-virtualenv" -version = "0.0.16" +version = "0.0.17" 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 d7903141b..a441b1791 100644 --- a/crates/uv-warnings/Cargo.toml +++ b/crates/uv-warnings/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-warnings" -version = "0.0.16" +version = "0.0.17" 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 c1cebcbc2..8ada65498 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-warnings). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 be044c7cc..8911ed8e5 100644 --- a/crates/uv-windows/Cargo.toml +++ b/crates/uv-windows/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-windows" -version = "0.0.16" +version = "0.0.17" edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true } diff --git a/crates/uv-windows/README.md b/crates/uv-windows/README.md new file mode 100644 index 000000000..6262142b0 --- /dev/null +++ b/crates/uv-windows/README.md @@ -0,0 +1,13 @@ + + +# uv-windows + +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.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/crates/uv-windows). + +See uv's +[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning) +for details on versioning. diff --git a/crates/uv-workspace/Cargo.toml b/crates/uv-workspace/Cargo.toml index 3095dbbe2..e014a2afa 100644 --- a/crates/uv-workspace/Cargo.toml +++ b/crates/uv-workspace/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-workspace" -version = "0.0.16" +version = "0.0.17" 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 91e937f6e..58f9dd54e 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.16) is a component of [uv 0.9.27](https://crates.io/crates/uv/0.9.27). The source -can be found [here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv-workspace). +This version (0.0.17) is a component of [uv 0.9.28](https://crates.io/crates/uv/0.9.28). The source +can be found [here](https://github.com/astral-sh/uv/blob/0.9.28/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 3871e983c..fbe4ccef8 100644 --- a/crates/uv/Cargo.toml +++ b/crates/uv/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv" -version = "0.9.27" +version = "0.9.28" 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 0ff924d52..4f2242307 100644 --- a/crates/uv/README.md +++ b/crates/uv/README.md @@ -10,8 +10,8 @@ for more information. This crate is the entry point to the uv command-line interface. The Rust API exposed here is not considered public interface. -This is version 0.9.27. The source can be found -[here](https://github.com/astral-sh/uv/blob/0.9.27/crates/uv). +This is version 0.9.28. The source can be found +[here](https://github.com/astral-sh/uv/blob/0.9.28/crates/uv). The following uv workspace members are also available: @@ -74,6 +74,7 @@ The following uv workspace members are also available: - [uv-version](https://crates.io/crates/uv-version) - [uv-virtualenv](https://crates.io/crates/uv-virtualenv) - [uv-warnings](https://crates.io/crates/uv-warnings) +- [uv-windows](https://crates.io/crates/uv-windows) - [uv-workspace](https://crates.io/crates/uv-workspace) uv's workspace members are considered internal and will have frequent breaking changes. diff --git a/docs/concepts/build-backend.md b/docs/concepts/build-backend.md index 0c8495397..67dac3359 100644 --- a/docs/concepts/build-backend.md +++ b/docs/concepts/build-backend.md @@ -31,7 +31,7 @@ To use uv as a build backend in an existing project, add `uv_build` to the ```toml title="pyproject.toml" [build-system] -requires = ["uv_build>=0.9.27,<0.10.0"] +requires = ["uv_build>=0.9.28,<0.10.0"] build-backend = "uv_build" ``` diff --git a/docs/concepts/projects/init.md b/docs/concepts/projects/init.md index bcb5d1a7c..2bf9e297f 100644 --- a/docs/concepts/projects/init.md +++ b/docs/concepts/projects/init.md @@ -113,7 +113,7 @@ dependencies = [] example-pkg = "example_pkg:main" [build-system] -requires = ["uv_build>=0.9.27,<0.10.0"] +requires = ["uv_build>=0.9.28,<0.10.0"] build-backend = "uv_build" ``` @@ -136,7 +136,7 @@ dependencies = [] example-pkg = "example_pkg:main" [build-system] -requires = ["uv_build>=0.9.27,<0.10.0"] +requires = ["uv_build>=0.9.28,<0.10.0"] build-backend = "uv_build" ``` @@ -197,7 +197,7 @@ requires-python = ">=3.11" dependencies = [] [build-system] -requires = ["uv_build>=0.9.27,<0.10.0"] +requires = ["uv_build>=0.9.28,<0.10.0"] build-backend = "uv_build" ``` diff --git a/docs/concepts/projects/workspaces.md b/docs/concepts/projects/workspaces.md index 475fefb99..709890f6c 100644 --- a/docs/concepts/projects/workspaces.md +++ b/docs/concepts/projects/workspaces.md @@ -75,7 +75,7 @@ bird-feeder = { workspace = true } members = ["packages/*"] [build-system] -requires = ["uv_build>=0.9.27,<0.10.0"] +requires = ["uv_build>=0.9.28,<0.10.0"] build-backend = "uv_build" ``` @@ -106,7 +106,7 @@ tqdm = { git = "https://github.com/tqdm/tqdm" } members = ["packages/*"] [build-system] -requires = ["uv_build>=0.9.27,<0.10.0"] +requires = ["uv_build>=0.9.28,<0.10.0"] build-backend = "uv_build" ``` @@ -188,7 +188,7 @@ dependencies = ["bird-feeder", "tqdm>=4,<5"] bird-feeder = { path = "packages/bird-feeder" } [build-system] -requires = ["uv_build>=0.9.27,<0.10.0"] +requires = ["uv_build>=0.9.28,<0.10.0"] build-backend = "uv_build" ``` diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index ae57f91d6..14843e35d 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -25,7 +25,7 @@ uv provides a standalone installer to download and install uv: Request a specific version by including it in the URL: ```console - $ curl -LsSf https://astral.sh/uv/0.9.27/install.sh | sh + $ curl -LsSf https://astral.sh/uv/0.9.28/install.sh | sh ``` === "Windows" @@ -41,7 +41,7 @@ uv provides a standalone installer to download and install uv: Request a specific version by including it in the URL: ```pwsh-session - PS> powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/0.9.27/install.ps1 | iex" + PS> powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/0.9.28/install.ps1 | iex" ``` !!! tip diff --git a/docs/guides/integration/aws-lambda.md b/docs/guides/integration/aws-lambda.md index 700b10ec3..d9b8e5536 100644 --- a/docs/guides/integration/aws-lambda.md +++ b/docs/guides/integration/aws-lambda.md @@ -92,7 +92,7 @@ the second stage, we'll copy this directory over to the final image, omitting th other unnecessary files. ```dockerfile title="Dockerfile" -FROM ghcr.io/astral-sh/uv:0.9.27 AS uv +FROM ghcr.io/astral-sh/uv:0.9.28 AS uv # First, bundle the dependencies into the task root. FROM public.ecr.aws/lambda/python:3.13 AS builder @@ -334,7 +334,7 @@ And confirm that opening http://127.0.0.1:8000/ in a web browser displays, "Hell Finally, we'll update the Dockerfile to include the local library in the deployment package: ```dockerfile title="Dockerfile" -FROM ghcr.io/astral-sh/uv:0.9.27 AS uv +FROM ghcr.io/astral-sh/uv:0.9.28 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 4b66a47dd..68c53eaf3 100644 --- a/docs/guides/integration/docker.md +++ b/docs/guides/integration/docker.md @@ -31,7 +31,7 @@ $ docker run --rm -it ghcr.io/astral-sh/uv:debian uv --help The following distroless images are available: - `ghcr.io/astral-sh/uv:latest` -- `ghcr.io/astral-sh/uv:{major}.{minor}.{patch}`, e.g., `ghcr.io/astral-sh/uv:0.9.27` +- `ghcr.io/astral-sh/uv:{major}.{minor}.{patch}`, e.g., `ghcr.io/astral-sh/uv:0.9.28` - `ghcr.io/astral-sh/uv:{major}.{minor}`, e.g., `ghcr.io/astral-sh/uv:0.8` (the latest patch version) @@ -95,7 +95,7 @@ And the following derived images are available: As with the distroless image, each derived image is published with uv version tags as `ghcr.io/astral-sh/uv:{major}.{minor}.{patch}-{base}` and -`ghcr.io/astral-sh/uv:{major}.{minor}-{base}`, e.g., `ghcr.io/astral-sh/uv:0.9.27-alpine`. +`ghcr.io/astral-sh/uv:{major}.{minor}-{base}`, e.g., `ghcr.io/astral-sh/uv:0.9.28-alpine`. In addition, starting with `0.8` each derived image also sets `UV_TOOL_BIN_DIR` to `/usr/local/bin` to allow `uv tool install` to work as expected with the default user. @@ -136,7 +136,7 @@ Note this requires `curl` to be available. In either case, it is best practice to pin to a specific uv version, e.g., with: ```dockerfile -COPY --from=ghcr.io/astral-sh/uv:0.9.27 /uv /uvx /bin/ +COPY --from=ghcr.io/astral-sh/uv:0.9.28 /uv /uvx /bin/ ``` !!! tip @@ -154,7 +154,7 @@ COPY --from=ghcr.io/astral-sh/uv:0.9.27 /uv /uvx /bin/ Or, with the installer: ```dockerfile -ADD https://astral.sh/uv/0.9.27/install.sh /uv-installer.sh +ADD https://astral.sh/uv/0.9.28/install.sh /uv-installer.sh ``` ### Installing a project @@ -619,5 +619,5 @@ Verified OK !!! tip These examples use `latest`, but best practice is to verify the attestation for a specific - version tag, e.g., `ghcr.io/astral-sh/uv:0.9.27`, or (even better) the specific image digest, + version tag, e.g., `ghcr.io/astral-sh/uv:0.9.28`, 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 c1fe90360..1281b0409 100644 --- a/docs/guides/integration/github.md +++ b/docs/guides/integration/github.md @@ -47,7 +47,7 @@ jobs: uses: astral-sh/setup-uv@v7 with: # Install a specific version of uv. - version: "0.9.27" + version: "0.9.28" ``` ## Setting up Python diff --git a/docs/guides/integration/gitlab.md b/docs/guides/integration/gitlab.md index 28e4b76d2..6fddfe548 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.9.27" + UV_VERSION: "0.9.28" PYTHON_VERSION: "3.12" BASE_LAYER: bookworm-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 681b2a2bb..63206ef53 100644 --- a/docs/guides/integration/pre-commit.md +++ b/docs/guides/integration/pre-commit.md @@ -19,7 +19,7 @@ To make sure your `uv.lock` file is up to date even if your `pyproject.toml` fil repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.9.27 + rev: 0.9.28 hooks: - id: uv-lock ``` @@ -30,7 +30,7 @@ To keep a `requirements.txt` file in sync with your `uv.lock` file: repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.9.27 + rev: 0.9.28 hooks: - id: uv-export ``` @@ -41,7 +41,7 @@ To compile requirements files: repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.9.27 + rev: 0.9.28 hooks: # Compile requirements - id: pip-compile @@ -54,7 +54,7 @@ To compile alternative requirements files, modify `args` and `files`: repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.9.27 + rev: 0.9.28 hooks: # Compile requirements - id: pip-compile @@ -68,7 +68,7 @@ To run the hook over multiple files at the same time, add additional entries: repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.9.27 + rev: 0.9.28 hooks: # Compile requirements - id: pip-compile diff --git a/pyproject.toml b/pyproject.toml index 18a31be86..952bde10c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "uv" -version = "0.9.27" +version = "0.9.28" 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" diff --git a/uv.schema.json b/uv.schema.json index 6e2791316..627e38635 100644 --- a/uv.schema.json +++ b/uv.schema.json @@ -1053,7 +1053,7 @@ "LinkMode": { "oneOf": [ { - "description": "Clone (i.e., copy-on-write) packages from the wheel into the `site-packages` directory.", + "description": "Clone (i.e., copy-on-write or reflink) packages from the wheel into the `site-packages` directory.", "type": "string", "const": "clone" },