From 2f7df569b63948563d273edc370d4ba3552ad729 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 02:04:52 +0000 Subject: [PATCH 1/2] chore: release v0.3.4 --- Cargo.lock | 2 +- protobug/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cf72e3f..2d2b17c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1328,7 +1328,7 @@ dependencies = [ [[package]] name = "protobug" -version = "0.3.3" +version = "0.3.4" dependencies = [ "anyhow", "base64 0.23.0", diff --git a/protobug/Cargo.toml b/protobug/Cargo.toml index 1e79ebf..8476a13 100644 --- a/protobug/Cargo.toml +++ b/protobug/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "protobug" -version = "0.3.3" +version = "0.3.4" description = "Interactive terminal debugger for protobuf payloads" authors.workspace = true keywords.workspace = true From c7428aa388c238bd6a6d006da59722b453de42b9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 02:05:05 +0000 Subject: [PATCH 2/2] docs: update changelog versions --- protobug/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/protobug/CHANGELOG.md b/protobug/CHANGELOG.md index fd64e94..71ae28a 100644 --- a/protobug/CHANGELOG.md +++ b/protobug/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## 0.3.4 + +- No significant changes since `0.3.3`. + ## 0.3.3 - No significant changes since `0.3.2`.