Bump version to 0.9.28 (#17738)

This commit is contained in:
Zanie Blue
2026-01-29 13:51:05 -06:00
committed by GitHub
parent 29b59d65ad
commit 0e1351e400
140 changed files with 382 additions and 333 deletions
+1 -1
View File
@@ -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 }
+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.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)