build: Release v51.1

Signed-off-by: Bo Chen <bchen@crusoe.ai>
This commit is contained in:
Bo Chen
2026-02-22 21:12:00 +00:00
parent 52b2ebb2b8
commit 9503e1ade9
3 changed files with 9 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -427,7 +427,7 @@ checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831"
[[package]]
name = "cloud-hypervisor"
version = "51.0.0"
version = "51.1.0"
dependencies = [
"anyhow",
"api_client",

View File

@@ -7,7 +7,7 @@ edition = "2024"
homepage = "https://github.com/cloud-hypervisor/cloud-hypervisor"
license = "Apache-2.0 AND BSD-3-Clause"
name = "cloud-hypervisor"
version = "51.0.0"
version = "51.1.0"
# Minimum buildable version:
# Keep in sync with version in .github/workflows/build.yaml
# Policy on MSRV (see #4318):

View File

@@ -1,3 +1,4 @@
- [v51.1](#v511)
- [v51.0](#v510)
- [Security Fixes](#security-fixes)
- [Significant QCOW2 v3 Improvements](#significant-qcow2-v3-improvements)
@@ -418,6 +419,12 @@
- [Unit testing](#unit-testing)
- [Integration tests parallelization](#integration-tests-parallelization)
# v51.1
This is a bug fix release. The following issues have been addressed:
* Fix image_type in OpenAPI definition (#7734)
# v51.0
This release has been tracked in [v51.0