diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1986f11c..91ba64f9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"charts/ton-grpc":"0.5.1","charts/tvm-grpc":"0.4.2","ton-grpc":"0.7.1","tvm-grpc":"0.4.3","tonlibjson-client":"0.12.1","tonlibjson-sys":"0.1.7"} +{"charts/ton-grpc":"0.5.2","charts/tvm-grpc":"0.4.2","ton-grpc":"0.7.2","tvm-grpc":"0.4.3","tonlibjson-client":"0.12.1","tonlibjson-sys":"0.1.7"} diff --git a/Cargo.lock b/Cargo.lock index 5c5d24d6..acb2f24c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1935,7 +1935,7 @@ dependencies = [ [[package]] name = "ton-grpc" -version = "0.7.1" +version = "0.7.2" dependencies = [ "anyhow", "clap", diff --git a/charts/ton-grpc/CHANGELOG.md b/charts/ton-grpc/CHANGELOG.md index 039bdae2..7b381bef 100644 --- a/charts/ton-grpc/CHANGELOG.md +++ b/charts/ton-grpc/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.2](https://github.com/getgems-io/ton-grpc/compare/charts/ton-grpc-v0.5.1...charts/ton-grpc-v0.5.2) (2023-11-29) + + +### Bug Fixes + +* override servicemonitor selector ([1f32aae](https://github.com/getgems-io/ton-grpc/commit/1f32aaef27f1eaf5efc492e0a394debc89628ec1)) + ## [0.5.1](https://github.com/getgems-io/ton-grpc/compare/charts/ton-grpc-v0.5.0...charts/ton-grpc-v0.5.1) (2023-11-10) diff --git a/charts/ton-grpc/Chart.yaml b/charts/ton-grpc/Chart.yaml index a8711c69..255c7813 100644 --- a/charts/ton-grpc/Chart.yaml +++ b/charts/ton-grpc/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: ton-grpc home: https://github.com/getgems-io/tonlibjson -version: 0.5.1 +version: 0.5.2 maintainers: - name: akostylev0 email: a.kostylev@pm.me diff --git a/ton-grpc/CHANGELOG.md b/ton-grpc/CHANGELOG.md index 3fc634c8..acff4a11 100644 --- a/ton-grpc/CHANGELOG.md +++ b/ton-grpc/CHANGELOG.md @@ -23,6 +23,13 @@ + +## [0.7.2](https://github.com/getgems-io/ton-grpc/compare/ton-grpc-v0.7.1...ton-grpc-v0.7.2) (2023-11-29) + + +### Bug Fixes + +* **deps:** bump clap from 4.4.8 to 4.4.10 ([32083c9](https://github.com/getgems-io/ton-grpc/commit/32083c9579cecee6474ca8a6e586c69f05633ebf)) ## [0.7.0](https://github.com/getgems-io/ton-grpc/compare/ton-grpc-v0.6.2...ton-grpc-v0.7.0) (2023-11-27) diff --git a/ton-grpc/Cargo.toml b/ton-grpc/Cargo.toml index 3141cadb..666226ae 100644 --- a/ton-grpc/Cargo.toml +++ b/ton-grpc/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "ton-grpc" -version = "0.7.1" +version = "0.7.2" edition = "2021" authors = ["Andrei Kostylev "]