From fef7a75d4bd5ad505ef836956512d4bb728ee33a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 16:59:06 +0000 Subject: [PATCH 1/2] chore: release v0.2.1 --- Cargo.lock | 2 +- protobug/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 069a884..5e2d2bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1260,7 +1260,7 @@ dependencies = [ [[package]] name = "protobug" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "base64", diff --git a/protobug/Cargo.toml b/protobug/Cargo.toml index 6e1cc60..8b5f6b5 100644 --- a/protobug/Cargo.toml +++ b/protobug/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "protobug" -version = "0.2.0" +version = "0.2.1" description = "Interactive terminal debugger for protobuf payloads" authors.workspace = true keywords.workspace = true From 0141ed2186abcb6cf3208cec834c711cfbd22729 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 16:59:09 +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 e5d9f5a..d8b3b43 100644 --- a/protobug/CHANGELOG.md +++ b/protobug/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.2.1 + - Add message number selector in multi-message inspector. ## 0.2.0