From 7485131ff33ba3fcc57dd9b4f23cf4346b339c5d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 10:07:31 +0000 Subject: [PATCH] chore: release v0.1.3 --- 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 c5afd99..47b37c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1108,7 +1108,7 @@ dependencies = [ [[package]] name = "protobug" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "base64", diff --git a/protobug/CHANGELOG.md b/protobug/CHANGELOG.md index b1f1268..798a35e 100644 --- a/protobug/CHANGELOG.md +++ b/protobug/CHANGELOG.md @@ -2,6 +2,9 @@ ## Unreleased +## 0.1.3 + + - Significantly improve enum support. ## 0.1.2 diff --git a/protobug/Cargo.toml b/protobug/Cargo.toml index eddfd96..324bf45 100644 --- a/protobug/Cargo.toml +++ b/protobug/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "protobug" -version = "0.1.2" +version = "0.1.3" description = "Interactive terminal debugger for protobuf payloads" authors.workspace = true keywords.workspace = true