diff --git a/Cargo.lock b/Cargo.lock index 5e2d2bb..eae5e25 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1260,7 +1260,7 @@ dependencies = [ [[package]] name = "protobug" -version = "0.2.1" +version = "0.3.0" dependencies = [ "anyhow", "base64", diff --git a/protobug/CHANGELOG.md b/protobug/CHANGELOG.md index f91f7e8..7c4faef 100644 --- a/protobug/CHANGELOG.md +++ b/protobug/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.3.0 + - Jump to last message in message number selector. - Show/hide hex display in inspector. - Show/hide ASCII display in inspector. diff --git a/protobug/Cargo.toml b/protobug/Cargo.toml index 8b5f6b5..54292fc 100644 --- a/protobug/Cargo.toml +++ b/protobug/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "protobug" -version = "0.2.1" +version = "0.3.0" description = "Interactive terminal debugger for protobuf payloads" authors.workspace = true keywords.workspace = true