From 47b4f2ad1f1d21e797be07316e728f8f430ac1d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 00:26:56 +0000 Subject: [PATCH] chore: release v0.1.1 --- Cargo.lock | 2 +- protobug/CHANGELOG.md | 7 +++++++ protobug/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bc90fd5..68d0c1f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1109,7 +1109,7 @@ dependencies = [ [[package]] name = "protobug" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "base64", diff --git a/protobug/CHANGELOG.md b/protobug/CHANGELOG.md index 22f1045..c0b691a 100644 --- a/protobug/CHANGELOG.md +++ b/protobug/CHANGELOG.md @@ -2,6 +2,13 @@ ## Unreleased +## 0.1.1 + +### Features + +- Rebalance inspector layout + + ## 0.1.0 Initial release. diff --git a/protobug/Cargo.toml b/protobug/Cargo.toml index 96ad5c9..299c85e 100644 --- a/protobug/Cargo.toml +++ b/protobug/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "protobug" -version = "0.1.0" +version = "0.1.1" authors.workspace = true description = "Interactive terminal debugger for protobuf payloads" edition.workspace = true