From bf7c8e041d85e43dcc815576bfeeba27f545ca0b Mon Sep 17 00:00:00 2001 From: samjanny Date: Wed, 3 Jun 2026 15:55:59 +0200 Subject: [PATCH] chore: bump version to 0.3.0 Since v0.2.0 the content command gained Markdown image support (deriving hash and dimensions from the file), the blog example became a runnable end-to-end site with checked-in reference output, and verify gained --expected-runtime-pubkey to check content against the manifest runtime key. Bump to 0.3.0 (Cargo.lock updated) ahead of tagging v0.3.0. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aef021c..20ea338 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -255,7 +255,7 @@ dependencies = [ [[package]] name = "entangled-tool" -version = "0.2.0" +version = "0.3.0" dependencies = [ "clap", "entangled-core", diff --git a/Cargo.toml b/Cargo.toml index 23bd170..ee24753 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "entangled-tool" -version = "0.2.0" +version = "0.3.0" edition = "2021" rust-version = "1.88" license = "MIT OR Apache-2.0"