Bump version to 0.9.1 (#16212)

Archives the 0.8.x changelog too.
This commit is contained in:
Zanie Blue 2025-10-09 13:28:59 -05:00 committed by GitHub
parent 628eedea36
commit 9887ef5bd7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 1178 additions and 808 deletions

View file

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

View file

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

View file

@ -1,6 +1,6 @@
//! Environment variables used or supported by uv.
//! Used to generate `docs/reference/environment.md`.
//! NOTICE: Upcoming release functionality should be documented with `#[attr_added_in("next release")]`.
//! NOTICE: Upcoming release functionality should be documented with `#[attr_added_in("0.9.1")]`.
use uv_macros::{attr_added_in, attr_env_var_pattern, attr_hidden, attribute_env_vars_metadata};
/// Declares all environment variable used throughout `uv` and its crates.

View file

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

View file

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