From 01decd4f7abadf1b523d0ac35c4030f821803208 Mon Sep 17 00:00:00 2001 From: Andrei Kostylev Date: Wed, 8 Nov 2023 16:04:13 +0300 Subject: [PATCH] chore: release master --- .release-please-manifest.json | 2 +- Cargo.lock | 8 ++++---- charts/ton-grpc/CHANGELOG.md | 7 +++++++ charts/ton-grpc/Chart.yaml | 2 +- ton-grpc/CHANGELOG.md | 17 +++++++++++++++++ ton-grpc/Cargo.toml | 2 +- tonlibjson-client/CHANGELOG.md | 16 ++++++++++++++++ tonlibjson-client/Cargo.toml | 2 +- tonlibjson-sys/CHANGELOG.md | 7 +++++++ tonlibjson-sys/Cargo.toml | 2 +- tvm-grpc/CHANGELOG.md | 2 ++ tvm-grpc/Cargo.toml | 2 +- 12 files changed, 59 insertions(+), 10 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d4ce8a78..c9e45865 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"charts/ton-grpc":"0.4.0","charts/tvm-grpc":"0.4.0","ton-grpc":"0.5.0","tvm-grpc":"0.4.1","tonlibjson-client":"0.8.0","tonlibjson-sys":"0.1.5"} +{"charts/ton-grpc":"0.5.0","charts/tvm-grpc":"0.4.0","ton-grpc":"0.6.0","tvm-grpc":"0.4.2","tonlibjson-client":"0.9.0","tonlibjson-sys":"0.1.6"} diff --git a/Cargo.lock b/Cargo.lock index cf628295..b2fe4e14 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1898,7 +1898,7 @@ dependencies = [ [[package]] name = "ton-grpc" -version = "0.5.0" +version = "0.6.0" dependencies = [ "anyhow", "clap", @@ -1993,7 +1993,7 @@ dependencies = [ [[package]] name = "tonlibjson-client" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "async-stream", @@ -2029,7 +2029,7 @@ dependencies = [ [[package]] name = "tonlibjson-sys" -version = "0.1.5" +version = "0.1.6" dependencies = [ "anyhow", "cmake", @@ -2222,7 +2222,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "tvm-grpc" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "async-stream", diff --git a/charts/ton-grpc/CHANGELOG.md b/charts/ton-grpc/CHANGELOG.md index 0d9a99ce..8f39bc97 100644 --- a/charts/ton-grpc/CHANGELOG.md +++ b/charts/ton-grpc/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.0](https://github.com/getgems-io/ton-grpc/compare/charts/ton-grpc-v0.4.0...charts/ton-grpc-v0.5.0) (2023-11-08) + + +### Features + +* support ton config url arg ([7faa030](https://github.com/getgems-io/ton-grpc/commit/7faa030802e36e67899a0cbc109c8d6079c98a7e)) + ## [0.4.0](https://github.com/getgems-io/tonlibjson/compare/charts/ton-grpc-v0.3.1...charts/ton-grpc-v0.4.0) (2023-10-27) diff --git a/charts/ton-grpc/Chart.yaml b/charts/ton-grpc/Chart.yaml index f78a6ea9..0478d333 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.4.0 +version: 0.5.0 maintainers: - name: akostylev0 email: a.kostylev@pm.me diff --git a/ton-grpc/CHANGELOG.md b/ton-grpc/CHANGELOG.md index 8fea8357..8bb1edc7 100644 --- a/ton-grpc/CHANGELOG.md +++ b/ton-grpc/CHANGELOG.md @@ -19,6 +19,23 @@ + +## [0.6.0](https://github.com/getgems-io/ton-grpc/compare/ton-grpc-v0.5.0...ton-grpc-v0.6.0) (2023-11-08) + + +### Features + +* drop from_env ([9baddec](https://github.com/getgems-io/ton-grpc/commit/9baddec6cbdd59225df33c3955eca93851f712af)) +* ewma configurable ([e20bb2d](https://github.com/getgems-io/ton-grpc/commit/e20bb2d63e0e77ebe9379c3aae1f1d877d87e054)) +* support ton config url arg ([7faa030](https://github.com/getgems-io/ton-grpc/commit/7faa030802e36e67899a0cbc109c8d6079c98a7e)) +* ton-grpc args ([a7e6a09](https://github.com/getgems-io/ton-grpc/commit/a7e6a09f5210bee28227f45abd17a396abaa66e1)) +* ton-grpc ton config url ([6dadf81](https://github.com/getgems-io/ton-grpc/commit/6dadf8123397796d150183cee94b3363667a174d)) +* tonclient timeout layer ([fc3ec4d](https://github.com/getgems-io/ton-grpc/commit/fc3ec4defe858c060f9e6c83b10effef37c33e09)) + + +### Bug Fixes + +* **deps:** bump derive-new from 0.5.9 to 0.6.0 ([218e91b](https://github.com/getgems-io/ton-grpc/commit/218e91bcdc19444d48c2de5f9d79b04be43eb640)) ## [0.5.0](https://github.com/getgems-io/tonlibjson/compare/ton-grpc-v0.4.0...ton-grpc-v0.5.0) (2023-11-06) diff --git a/ton-grpc/Cargo.toml b/ton-grpc/Cargo.toml index 51453b0c..21eb7cd2 100644 --- a/ton-grpc/Cargo.toml +++ b/ton-grpc/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "ton-grpc" -version = "0.5.0" +version = "0.6.0" edition = "2021" authors = ["Andrei Kostylev "] diff --git a/tonlibjson-client/CHANGELOG.md b/tonlibjson-client/CHANGELOG.md index e7a96a2e..8258229a 100644 --- a/tonlibjson-client/CHANGELOG.md +++ b/tonlibjson-client/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.9.0](https://github.com/getgems-io/ton-grpc/compare/tonlibjson-client-v0.8.0...tonlibjson-client-v0.9.0) (2023-11-08) + + +### Features + +* drop from_env ([9baddec](https://github.com/getgems-io/ton-grpc/commit/9baddec6cbdd59225df33c3955eca93851f712af)) +* ewma configurable ([e20bb2d](https://github.com/getgems-io/ton-grpc/commit/e20bb2d63e0e77ebe9379c3aae1f1d877d87e054)) +* ton client builder ([a4ff592](https://github.com/getgems-io/ton-grpc/commit/a4ff592a501ffd997821c178ac37150432459f81)) +* ton-grpc ton config url ([6dadf81](https://github.com/getgems-io/ton-grpc/commit/6dadf8123397796d150183cee94b3363667a174d)) +* tonclient timeout layer ([fc3ec4d](https://github.com/getgems-io/ton-grpc/commit/fc3ec4defe858c060f9e6c83b10effef37c33e09)) + + +### Bug Fixes + +* **deps:** bump derive-new from 0.5.9 to 0.6.0 ([218e91b](https://github.com/getgems-io/ton-grpc/commit/218e91bcdc19444d48c2de5f9d79b04be43eb640)) + ## [0.8.0](https://github.com/getgems-io/tonlibjson/compare/tonlibjson-client-v0.7.0...tonlibjson-client-v0.8.0) (2023-11-06) diff --git a/tonlibjson-client/Cargo.toml b/tonlibjson-client/Cargo.toml index 2b208373..868eb95d 100644 --- a/tonlibjson-client/Cargo.toml +++ b/tonlibjson-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tonlibjson-client" -version = "0.8.0" +version = "0.9.0" edition = "2021" authors = ["Andrei Kostylev "] diff --git a/tonlibjson-sys/CHANGELOG.md b/tonlibjson-sys/CHANGELOG.md index 5bc6ddb2..6935bea0 100644 --- a/tonlibjson-sys/CHANGELOG.md +++ b/tonlibjson-sys/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.6](https://github.com/getgems-io/ton-grpc/compare/tonlibjson-sys-v0.1.5...tonlibjson-sys-v0.1.6) (2023-11-08) + + +### Bug Fixes + +* drop dep on old num ([fc59e1f](https://github.com/getgems-io/ton-grpc/commit/fc59e1f2002c6a791a1b7902f13e350872e53c48)) + ## [0.1.5](https://github.com/getgems-io/tonlibjson/compare/tonlibjson-sys-v0.1.4...tonlibjson-sys-v0.1.5) (2023-11-06) diff --git a/tonlibjson-sys/Cargo.toml b/tonlibjson-sys/Cargo.toml index a910428a..cb2fcb1e 100644 --- a/tonlibjson-sys/Cargo.toml +++ b/tonlibjson-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tonlibjson-sys" -version = "0.1.5" +version = "0.1.6" edition = "2021" authors = ["Andrei Kostylev "] diff --git a/tvm-grpc/CHANGELOG.md b/tvm-grpc/CHANGELOG.md index bee2df33..9c52ee6c 100644 --- a/tvm-grpc/CHANGELOG.md +++ b/tvm-grpc/CHANGELOG.md @@ -12,6 +12,8 @@ + + ## [0.4.0](https://github.com/getgems-io/tonlibjson/compare/tvm-grpc-v0.3.11...tvm-grpc-v0.4.0) (2023-11-03) diff --git a/tvm-grpc/Cargo.toml b/tvm-grpc/Cargo.toml index 1555e7cb..d4f16294 100644 --- a/tvm-grpc/Cargo.toml +++ b/tvm-grpc/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "tvm-grpc" -version = "0.4.1" +version = "0.4.2" edition = "2021" authors = ["Andrei Kostylev "]