Bump version to 0.10.4 (#18072)

This commit is contained in:
Tomasz Kramkowski
2026-02-17 21:15:57 +00:00
committed by GitHub
parent ea9e4780e5
commit 079e3fd059
141 changed files with 356 additions and 341 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "uv-python"
version = "0.0.23"
version = "0.0.24"
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.23) is a component of [uv 0.10.3](https://crates.io/crates/uv/0.10.3). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.10.3/crates/uv-python).
This version (0.0.24) is a component of [uv 0.10.4](https://crates.io/crates/uv/0.10.4). The source
can be found [here](https://github.com/astral-sh/uv/blob/0.10.4/crates/uv-python).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)