Bump version to 0.1.26 (#2713)

This commit is contained in:
Zanie Blue 2024-03-28 12:55:36 -05:00 committed by GitHub
parent c72d3d73d5
commit ffa1b01176
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 11 additions and 5 deletions

View file

@ -1,5 +1,11 @@
# Changelog
## 0.1.26
### Bug fixes
- Bump simple cache version ([#2712](https://github.com/astral-sh/uv/pull/2712))
## 0.1.25
### Breaking changes

4
Cargo.lock generated
View file

@ -4283,7 +4283,7 @@ checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
[[package]]
name = "uv"
version = "0.1.25"
version = "0.1.26"
dependencies = [
"anstream",
"anyhow",
@ -4797,7 +4797,7 @@ dependencies = [
[[package]]
name = "uv-version"
version = "0.1.25"
version = "0.1.26"
[[package]]
name = "uv-virtualenv"

View file

@ -1,6 +1,6 @@
[package]
name = "uv-version"
version = "0.1.25"
version = "0.1.26"
edition = { workspace = true }
rust-version = { workspace = true }
homepage = { workspace = true }

View file

@ -1,6 +1,6 @@
[package]
name = "uv"
version = "0.1.25"
version = "0.1.26"
edition = { workspace = true }
rust-version = { workspace = true }
homepage = { workspace = true }

View file

@ -4,7 +4,7 @@ build-backend = "maturin"
[project]
name = "uv"
version = "0.1.25"
version = "0.1.26"
description = "An extremely fast Python package installer and resolver, written in Rust."
authors = [{ name = "Astral Software Inc.", email = "hey@astral.sh" }]
requires-python = ">=3.8"