From 8702c91173c5fccb77a53a9297743a87ef42ba91 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 18:53:28 +0000 Subject: [PATCH 1/2] chore: release v0.3.2 --- Cargo.lock | 2 +- protobug/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5915f5f..a49be4f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1322,7 +1322,7 @@ dependencies = [ [[package]] name = "protobug" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anyhow", "base64", diff --git a/protobug/Cargo.toml b/protobug/Cargo.toml index 42a7e67..0c4e005 100644 --- a/protobug/Cargo.toml +++ b/protobug/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "protobug" -version = "0.3.1" +version = "0.3.2" description = "Interactive terminal debugger for protobuf payloads" authors.workspace = true keywords.workspace = true From b6b81d58a2dd3901ac80574b53480d56b05a4097 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 18:53:31 +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 37c8211..32bf386 100644 --- a/protobug/CHANGELOG.md +++ b/protobug/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## 0.3.2 + +- No significant changes since `0.3.1`. + ## 0.3.1 - No significant changes since `0.3.0`.