From 83199eb937d4e374214f60f917b18eaca8b16865 Mon Sep 17 00:00:00 2001 From: Jorge Prendes Date: Thu, 20 Aug 2026 16:46:48 +0100 Subject: [PATCH] Bump version to 0.1.14 Prepare the v0.1.14 release. The publish workflow validates the tag against this field, so it has to land on main before the tag is pushed. Signed-off-by: Jorge Prendes --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f9a4334..c9b6606 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -75,7 +75,7 @@ checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3" [[package]] name = "cargo-hyperlight" -version = "0.1.13" +version = "0.1.14" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 138e1b3..8bba0cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-hyperlight" -version = "0.1.13" +version = "0.1.14" edition = "2024" license = "Apache-2.0" homepage = "https://github.com/hyperlight-dev/cargo-hyperlight"