diff --git a/Cargo.lock b/Cargo.lock index 069a884..5e2d2bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1260,7 +1260,7 @@ dependencies = [ [[package]] name = "protobug" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "base64", diff --git a/protobug/CHANGELOG.md b/protobug/CHANGELOG.md index e5d9f5a..d8b3b43 100644 --- a/protobug/CHANGELOG.md +++ b/protobug/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.2.1 + - Add message number selector in multi-message inspector. ## 0.2.0 diff --git a/protobug/Cargo.toml b/protobug/Cargo.toml index 6e1cc60..8b5f6b5 100644 --- a/protobug/Cargo.toml +++ b/protobug/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "protobug" -version = "0.2.0" +version = "0.2.1" description = "Interactive terminal debugger for protobuf payloads" authors.workspace = true keywords.workspace = true