diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b08a425a..51565ee0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"charts/ton-grpc":"0.5.4","charts/tvm-grpc":"0.4.3","ton-grpc":"0.8.2","tvm-grpc":"0.4.3","tonlibjson-client":"0.13.0","tonlibjson-sys":"0.1.7"} +{"charts/ton-grpc":"0.5.4","charts/tvm-grpc":"0.4.3","ton-grpc":"0.8.3","tvm-grpc":"0.4.3","tonlibjson-client":"0.13.0","tonlibjson-sys":"0.1.7"} diff --git a/Cargo.lock b/Cargo.lock index 4a726d09..4e34fd93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1935,7 +1935,7 @@ dependencies = [ [[package]] name = "ton-grpc" -version = "0.8.2" +version = "0.8.3" dependencies = [ "anyhow", "clap", diff --git a/ton-grpc/CHANGELOG.md b/ton-grpc/CHANGELOG.md index b8f81429..d86cd82c 100644 --- a/ton-grpc/CHANGELOG.md +++ b/ton-grpc/CHANGELOG.md @@ -25,6 +25,13 @@ + +## [0.8.3](https://github.com/getgems-io/ton-grpc/compare/ton-grpc-v0.8.2...ton-grpc-v0.8.3) (2023-12-07) + + +### Bug Fixes + +* fix build ([#587](https://github.com/getgems-io/ton-grpc/issues/587)) ([c7ad163](https://github.com/getgems-io/ton-grpc/commit/c7ad1638bdfc510e7a26cc42cbd7a3d740cabfe6)) ## [0.8.2](https://github.com/getgems-io/ton-grpc/compare/ton-grpc-v0.8.1...ton-grpc-v0.8.2) (2023-12-07) diff --git a/ton-grpc/Cargo.toml b/ton-grpc/Cargo.toml index 79a55199..2e263766 100644 --- a/ton-grpc/Cargo.toml +++ b/ton-grpc/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "ton-grpc" -version = "0.8.2" +version = "0.8.3" edition = "2021" authors = ["Andrei Kostylev "]