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