Bump version to 0.10.0 (#17882)

Co-authored-by: Brent Westbrook <36778786+ntBre@users.noreply.github.com>
This commit is contained in:
Zanie Blue
2026-02-05 14:28:44 -06:00
committed by GitHub
parent d2ab2d0208
commit 0ba432459a
149 changed files with 1628 additions and 1222 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-python"
version = "0.0.19"
version = "0.0.20"
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.19) is a component of [uv 0.9.30](https://crates.io/crates/uv/0.9.30). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.9.30/crates/uv-python).
This version (0.0.20) is a component of [uv 0.10.0](https://crates.io/crates/uv/0.10.0). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.10.0/crates/uv-python).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)