From 2396cb9a0620df4b37830f6c1362b9fc16db3404 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 04:49:03 +0000 Subject: [PATCH] chore: release v0.3.5 --- Cargo.lock | 2 +- protobug/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3f9aabb..b8682da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1328,7 +1328,7 @@ dependencies = [ [[package]] name = "protobug" -version = "0.3.4" +version = "0.3.5" dependencies = [ "anyhow", "base64 0.23.1", diff --git a/protobug/Cargo.toml b/protobug/Cargo.toml index 8476a13..7fa7da1 100644 --- a/protobug/Cargo.toml +++ b/protobug/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "protobug" -version = "0.3.4" +version = "0.3.5" description = "Interactive terminal debugger for protobuf payloads" authors.workspace = true keywords.workspace = true