diff --git a/Cargo.lock b/Cargo.lock index e51eb71..61251ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1322,7 +1322,7 @@ dependencies = [ [[package]] name = "protobug" -version = "0.3.2" +version = "0.3.3" dependencies = [ "anyhow", "base64", diff --git a/protobug/CHANGELOG.md b/protobug/CHANGELOG.md index 32bf386..fd64e94 100644 --- a/protobug/CHANGELOG.md +++ b/protobug/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## 0.3.3 + +- No significant changes since `0.3.2`. + ## 0.3.2 - No significant changes since `0.3.1`. diff --git a/protobug/Cargo.toml b/protobug/Cargo.toml index 0c4e005..1e79ebf 100644 --- a/protobug/Cargo.toml +++ b/protobug/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "protobug" -version = "0.3.2" +version = "0.3.3" description = "Interactive terminal debugger for protobuf payloads" authors.workspace = true keywords.workspace = true