Bump version to 0.11.3 (#18805)

This commit is contained in:
Zanie Blue
2026-04-01 15:52:54 -05:00
committed by GitHub
parent 08577895ae
commit 464a33ca82
144 changed files with 379 additions and 347 deletions
@@ -1,6 +1,6 @@
[package]
name = "uv-performance-memory-allocator"
version = "0.0.35"
version = "0.0.36"
description = "This is an internal component crate of uv"
edition = { workspace = true }
rust-version = { workspace = true }
@@ -5,9 +5,9 @@
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.35) is a component of [uv 0.11.2](https://crates.io/crates/uv/0.11.2). The source
This version (0.0.36) is a component of [uv 0.11.3](https://crates.io/crates/uv/0.11.3). The source
can be found
[here](https://github.com/astral-sh/uv/blob/0.11.2/crates/uv-performance-memory-allocator).
[here](https://github.com/astral-sh/uv/blob/0.11.3/crates/uv-performance-memory-allocator).
See uv's
[crate versioning policy](https://docs.astral.sh/uv/reference/policies/versioning/#crate-versioning)