From 41af7deb0666cf8bfedfde2382e4828de05957b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 17:24:22 +0000 Subject: [PATCH 1/2] chore: release v0.3.0 --- Cargo.lock | 2 +- protobug/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5e2d2bb..eae5e25 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1260,7 +1260,7 @@ dependencies = [ [[package]] name = "protobug" -version = "0.2.1" +version = "0.3.0" dependencies = [ "anyhow", "base64", diff --git a/protobug/Cargo.toml b/protobug/Cargo.toml index 8b5f6b5..54292fc 100644 --- a/protobug/Cargo.toml +++ b/protobug/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "protobug" -version = "0.2.1" +version = "0.3.0" description = "Interactive terminal debugger for protobuf payloads" authors.workspace = true keywords.workspace = true From ef7caeebb27e321a2b55d8bcb3bb1384bbd9334f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 17:24:26 +0000 Subject: [PATCH 2/2] docs: update changelog versions --- protobug/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protobug/CHANGELOG.md b/protobug/CHANGELOG.md index f91f7e8..7c4faef 100644 --- a/protobug/CHANGELOG.md +++ b/protobug/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.3.0 + - Jump to last message in message number selector. - Show/hide hex display in inspector. - Show/hide ASCII display in inspector.