diff --git a/Cargo.lock b/Cargo.lock index bc90fd5..68d0c1f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1109,7 +1109,7 @@ dependencies = [ [[package]] name = "protobug" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "base64", diff --git a/protobug/CHANGELOG.md b/protobug/CHANGELOG.md index 22f1045..c0b691a 100644 --- a/protobug/CHANGELOG.md +++ b/protobug/CHANGELOG.md @@ -2,6 +2,13 @@ ## Unreleased +## 0.1.1 + +### Features + +- Rebalance inspector layout + + ## 0.1.0 Initial release. diff --git a/protobug/Cargo.toml b/protobug/Cargo.toml index 96ad5c9..299c85e 100644 --- a/protobug/Cargo.toml +++ b/protobug/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "protobug" -version = "0.1.0" +version = "0.1.1" authors.workspace = true description = "Interactive terminal debugger for protobuf payloads" edition.workspace = true