diff --git a/Cargo.lock b/Cargo.lock index 68d0c1f..a7346fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1109,7 +1109,7 @@ dependencies = [ [[package]] name = "protobug" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "base64", diff --git a/protobug/CHANGELOG.md b/protobug/CHANGELOG.md index c0b691a..55d497d 100644 --- a/protobug/CHANGELOG.md +++ b/protobug/CHANGELOG.md @@ -2,6 +2,9 @@ ## Unreleased +## 0.1.2 + + ## 0.1.1 ### Features diff --git a/protobug/Cargo.toml b/protobug/Cargo.toml index 299c85e..bd47a35 100644 --- a/protobug/Cargo.toml +++ b/protobug/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "protobug" -version = "0.1.1" +version = "0.1.2" authors.workspace = true description = "Interactive terminal debugger for protobuf payloads" edition.workspace = true