From 3dcac443ca1aacd7eeb7f5a7356b232c46f1ee74 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:43:25 +0000 Subject: [PATCH] chore: release v0.1.2 --- Cargo.lock | 2 +- protobug/CHANGELOG.md | 3 +++ protobug/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 68d0c1f..a7346fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1109,7 +1109,7 @@ dependencies = [ [[package]] name = "protobug" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "base64", diff --git a/protobug/CHANGELOG.md b/protobug/CHANGELOG.md index c0b691a..55d497d 100644 --- a/protobug/CHANGELOG.md +++ b/protobug/CHANGELOG.md @@ -2,6 +2,9 @@ ## Unreleased +## 0.1.2 + + ## 0.1.1 ### Features diff --git a/protobug/Cargo.toml b/protobug/Cargo.toml index 299c85e..bd47a35 100644 --- a/protobug/Cargo.toml +++ b/protobug/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "protobug" -version = "0.1.1" +version = "0.1.2" authors.workspace = true description = "Interactive terminal debugger for protobuf payloads" edition.workspace = true