From e0962386481502fce08accabe27a3b431c22a50a Mon Sep 17 00:00:00 2001 From: samjanny Date: Wed, 3 Jun 2026 16:49:05 +0200 Subject: [PATCH] chore: bump version to 0.3.2 Patch release for the verify diagnostic fix: a missing --expected-runtime-pubkey now reports E_SIG_INVALID_KEY instead of a generic signature failure, so automation distinguishes a missing manifest context from a bad signature. Update Cargo.lock and the version badge ahead of tagging v0.3.2. --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3f65ee0..23853cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -255,7 +255,7 @@ dependencies = [ [[package]] name = "entangled-tool" -version = "0.3.1" +version = "0.3.2" dependencies = [ "clap", "entangled-core", diff --git a/Cargo.toml b/Cargo.toml index 1ca21fc..14cb7f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "entangled-tool" -version = "0.3.1" +version = "0.3.2" edition = "2021" rust-version = "1.88" license = "MIT OR Apache-2.0" diff --git a/README.md b/README.md index b6f4a36..d9fe104 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # entangled-tool [![CI](https://github.com/samjanny/entangled-tool/actions/workflows/ci.yml/badge.svg)](https://github.com/samjanny/entangled-tool/actions/workflows/ci.yml) -[![Version](https://img.shields.io/badge/version-0.3.1-blue)](https://github.com/samjanny/entangled-tool/releases) +[![Version](https://img.shields.io/badge/version-0.3.2-blue)](https://github.com/samjanny/entangled-tool/releases) [![Spec](https://img.shields.io/badge/spec-v1.0--rc.48-blue)](https://github.com/samjanny/entangled) [![Rust](https://img.shields.io/badge/rust-1.88%2B-orange)](Cargo.toml) [![License](https://img.shields.io/badge/license-MIT%20OR%20Apache--2.0-blue)](#license)