Bump version to 0.11.0 (#18683)

Co-authored-by: Zsolt Dollenstein <zsol.zsol@gmail.com>
Co-authored-by: Geoffrey Thomas <geofft@ldpreload.com>
This commit is contained in:
Zanie Blue
2026-03-23 16:13:35 -05:00
committed by GitHub
parent e280625203
commit 1f31f0e9fb
154 changed files with 525 additions and 448 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-python"
version = "0.0.32"
version = "0.0.33"
description = "This is an internal component crate of uv"
edition = { workspace = true }
rust-version = { workspace = true }
+2 -2
View File
@@ -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.32) is a component of [uv 0.10.12](https://crates.io/crates/uv/0.10.12). The
source can be found [here](https://github.com/astral-sh/uv/blob/0.10.12/crates/uv-python).
This version (0.0.33) is a component of [uv 0.11.0](https://crates.io/crates/uv/0.11.0). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.11.0/crates/uv-python).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)