Bump version to 0.9.9 (#16708)

This commit is contained in:
Zanie Blue 2025-11-12 12:14:44 -06:00 committed by GitHub
parent e96354a6dd
commit 4fac4cb7ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 68 additions and 32 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "uv-build"
version = "0.9.8"
version = "0.9.9"
edition = { workspace = true }
rust-version = { workspace = true }
homepage = { workspace = true }

View file

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

View file

@ -244,7 +244,7 @@ impl EnvVars {
/// Equivalent to the `--no-default-groups` command-line argument. If set, uv will
/// not select the default dependency groups defined in `tool.uv.default-groups`.
#[attr_added_in("next release")]
#[attr_added_in("0.9.9")]
pub const UV_NO_DEFAULT_GROUPS: &'static str = "UV_NO_DEFAULT_GROUPS";
/// Equivalent to the `--no-binary` command-line argument. If set, uv will install

View file

@ -1,6 +1,6 @@
[package]
name = "uv-version"
version = "0.9.8"
version = "0.9.9"
edition = { workspace = true }
rust-version = { workspace = true }
homepage = { workspace = true }

View file

@ -1,6 +1,6 @@
[package]
name = "uv"
version = "0.9.8"
version = "0.9.9"
edition = { workspace = true }
rust-version = { workspace = true }
homepage = { workspace = true }