From 5859df8fe66ba67aebc6f8a38e7e3df36e8d53e8 Mon Sep 17 00:00:00 2001 From: Andrei Kostylev Date: Tue, 29 Oct 2024 13:41:28 +0300 Subject: [PATCH] chore: release master --- .release-please-manifest.json | 2 +- Cargo.lock | 20 ++++++++++---------- ton-contract/Cargo.toml | 2 +- ton-grpc/CHANGELOG.md | 13 +++++++++++++ ton-grpc/Cargo.toml | 2 +- ton-liteserver-client/CHANGELOG.md | 10 ++++++++++ ton-liteserver-client/Cargo.toml | 4 ++-- tonlibjson-client/CHANGELOG.md | 16 ++++++++++++++++ tonlibjson-client/Cargo.toml | 4 ++-- tonlibjson-sys/CHANGELOG.md | 11 +++++++++++ tonlibjson-sys/Cargo.toml | 2 +- tvm-grpc/CHANGELOG.md | 2 ++ tvm-grpc/Cargo.toml | 2 +- 13 files changed, 71 insertions(+), 19 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1e0665eb..900a1e65 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"charts/ton-grpc":"0.7.0","charts/tvm-grpc":"0.6.0","ton-grpc":"0.10.7","tvm-grpc":"0.7.5","tonlibjson-client":"0.19.1","tonlibjson-sys":"0.4.3","adnl-tcp":"0.3.0","ton-liteserver-client":"0.2.1","ton-contract":"0.1.4"} +{"charts/ton-grpc":"0.7.0","charts/tvm-grpc":"0.6.0","ton-grpc":"0.11.0","tvm-grpc":"0.7.6","tonlibjson-client":"0.20.0","tonlibjson-sys":"0.4.4","adnl-tcp":"0.3.0","ton-liteserver-client":"0.2.2","ton-contract":"0.1.5"} diff --git a/Cargo.lock b/Cargo.lock index 45144417..5ef99d1a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1599,9 +1599,9 @@ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" [[package]] name = "prettyplease" -version = "0.2.25" +version = "0.2.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033" +checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba" dependencies = [ "proc-macro2", "syn", @@ -2226,9 +2226,9 @@ checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" [[package]] name = "syn" -version = "2.0.85" +version = "2.0.77" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5023162dfcd14ef8f32034d8bcd4cc5ddc61ef7a247c024a33e24e1f24d21b56" +checksum = "9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed" dependencies = [ "proc-macro2", "quote", @@ -2477,7 +2477,7 @@ dependencies = [ [[package]] name = "ton-contract" -version = "0.1.4" +version = "0.1.5" dependencies = [ "anyhow", "async-trait", @@ -2509,7 +2509,7 @@ dependencies = [ [[package]] name = "ton-grpc" -version = "0.10.7" +version = "0.11.0" dependencies = [ "anyhow", "clap", @@ -2536,7 +2536,7 @@ dependencies = [ [[package]] name = "ton-liteserver-client" -version = "0.2.1" +version = "0.2.2" dependencies = [ "adnl-tcp", "anyhow", @@ -2646,7 +2646,7 @@ dependencies = [ [[package]] name = "tonlibjson-client" -version = "0.19.1" +version = "0.20.0" dependencies = [ "anyhow", "async-stream", @@ -2688,7 +2688,7 @@ dependencies = [ [[package]] name = "tonlibjson-sys" -version = "0.4.3" +version = "0.4.4" dependencies = [ "anyhow", "cmake", @@ -2834,7 +2834,7 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "tvm-grpc" -version = "0.7.5" +version = "0.7.6" dependencies = [ "anyhow", "async-stream", diff --git a/ton-contract/Cargo.toml b/ton-contract/Cargo.toml index cec1ef84..636983ed 100644 --- a/ton-contract/Cargo.toml +++ b/ton-contract/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ton-contract" -version = "0.1.4" +version = "0.1.5" edition = "2021" authors = [ "Arseny Mitin ", diff --git a/ton-grpc/CHANGELOG.md b/ton-grpc/CHANGELOG.md index 466132d8..2b455612 100644 --- a/ton-grpc/CHANGELOG.md +++ b/ton-grpc/CHANGELOG.md @@ -43,6 +43,19 @@ + +## [0.11.0](https://github.com/getgems-io/ton-grpc/compare/ton-grpc-v0.10.7...ton-grpc-v0.11.0) (2024-10-29) + + +### Features + +* **ton-grpc:** new method GetBlockHeader ([24615dd](https://github.com/getgems-io/ton-grpc/commit/24615dd81c9c252ba4f19bc4ad72dae6794a7a64)) + + +### Bug Fixes + +* **deps:** bump derive-new from 0.6.0 to 0.7.0 ([782f69f](https://github.com/getgems-io/ton-grpc/commit/782f69f538a4dd75766e5473cb9b65644eb1ff62)) +* **deps:** bump metrics-exporter-prometheus from 0.15.3 to 0.16.0 ([59201a3](https://github.com/getgems-io/ton-grpc/commit/59201a30beef1629a4cba0c9f59481fe22e64336)) ## [0.10.6](https://github.com/getgems-io/ton-grpc/compare/ton-grpc-v0.10.5...ton-grpc-v0.10.6) (2024-07-23) diff --git a/ton-grpc/Cargo.toml b/ton-grpc/Cargo.toml index c3871e9e..c0cfcbb2 100644 --- a/ton-grpc/Cargo.toml +++ b/ton-grpc/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "ton-grpc" -version = "0.10.7" +version = "0.11.0" edition = "2021" authors = ["Andrei Kostylev "] diff --git a/ton-liteserver-client/CHANGELOG.md b/ton-liteserver-client/CHANGELOG.md index 491d5b83..7a30a688 100644 --- a/ton-liteserver-client/CHANGELOG.md +++ b/ton-liteserver-client/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.2.2](https://github.com/getgems-io/ton-grpc/compare/ton-liteserver-client-v0.2.1...ton-liteserver-client-v0.2.2) (2024-10-29) + + +### Bug Fixes + +* **deps:** bump prettyplease from 0.2.20 to 0.2.22 ([1b924c9](https://github.com/getgems-io/ton-grpc/commit/1b924c9a9f5b943dedbf93534943e824b8112d6f)) +* **deps:** bump prettyplease from 0.2.22 to 0.2.25 ([9755806](https://github.com/getgems-io/ton-grpc/commit/97558066be05fc3f20580c877ee7be474c9a1943)) +* **deps:** bump syn from 2.0.74 to 2.0.76 ([f5230cb](https://github.com/getgems-io/ton-grpc/commit/f5230cb68c10f624a9a4d0f5c949d35097b82474)) +* **deps:** bump syn from 2.0.76 to 2.0.77 ([13e1504](https://github.com/getgems-io/ton-grpc/commit/13e1504fb7d112a672f41244f27c2447637c1e9a)) + ## [0.2.1](https://github.com/getgems-io/ton-grpc/compare/ton-liteserver-client-v0.2.0...ton-liteserver-client-v0.2.1) (2024-08-13) diff --git a/ton-liteserver-client/Cargo.toml b/ton-liteserver-client/Cargo.toml index e6e192ee..5e6fe18c 100644 --- a/ton-liteserver-client/Cargo.toml +++ b/ton-liteserver-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ton-liteserver-client" -version = "0.2.1" +version = "0.2.2" edition = "2021" [build-dependencies] @@ -8,7 +8,7 @@ tl_parser = { path = "../tl_parser" } anyhow = { workspace = true } quote = "1.0" syn = "2.0.77" -prettyplease = "0.2.25" +prettyplease = "0.2.22" convert_case = "0.6.0" [dependencies] diff --git a/tonlibjson-client/CHANGELOG.md b/tonlibjson-client/CHANGELOG.md index dea8056f..b3fe3f13 100644 --- a/tonlibjson-client/CHANGELOG.md +++ b/tonlibjson-client/CHANGELOG.md @@ -4,6 +4,22 @@ +## [0.20.0](https://github.com/getgems-io/ton-grpc/compare/tonlibjson-client-v0.19.1...tonlibjson-client-v0.20.0) (2024-10-29) + + +### Features + +* **ton-grpc:** new method GetBlockHeader ([24615dd](https://github.com/getgems-io/ton-grpc/commit/24615dd81c9c252ba4f19bc4ad72dae6794a7a64)) + + +### Bug Fixes + +* **deps:** bump derive-new from 0.6.0 to 0.7.0 ([782f69f](https://github.com/getgems-io/ton-grpc/commit/782f69f538a4dd75766e5473cb9b65644eb1ff62)) +* **deps:** bump prettyplease from 0.2.20 to 0.2.22 ([1b924c9](https://github.com/getgems-io/ton-grpc/commit/1b924c9a9f5b943dedbf93534943e824b8112d6f)) +* **deps:** bump prettyplease from 0.2.22 to 0.2.25 ([9755806](https://github.com/getgems-io/ton-grpc/commit/97558066be05fc3f20580c877ee7be474c9a1943)) +* **deps:** bump syn from 2.0.74 to 2.0.76 ([f5230cb](https://github.com/getgems-io/ton-grpc/commit/f5230cb68c10f624a9a4d0f5c949d35097b82474)) +* **deps:** bump syn from 2.0.76 to 2.0.77 ([13e1504](https://github.com/getgems-io/ton-grpc/commit/13e1504fb7d112a672f41244f27c2447637c1e9a)) + ## [0.19.0](https://github.com/getgems-io/ton-grpc/compare/tonlibjson-client-v0.18.1...tonlibjson-client-v0.19.0) (2024-07-23) diff --git a/tonlibjson-client/Cargo.toml b/tonlibjson-client/Cargo.toml index 7b7a5ffb..081b9aac 100644 --- a/tonlibjson-client/Cargo.toml +++ b/tonlibjson-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tonlibjson-client" -version = "0.19.1" +version = "0.20.0" edition = "2021" authors = ["Andrei Kostylev "] @@ -44,7 +44,7 @@ tl_parser = { path = "../tl_parser" } anyhow = { workspace = true } quote = "1.0" syn = "2.0.77" -prettyplease = "0.2.25" +prettyplease = "0.2.22" convert_case = "0.6.0" [features] diff --git a/tonlibjson-sys/CHANGELOG.md b/tonlibjson-sys/CHANGELOG.md index 0c6cdb83..e264b211 100644 --- a/tonlibjson-sys/CHANGELOG.md +++ b/tonlibjson-sys/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.4.4](https://github.com/getgems-io/ton-grpc/compare/tonlibjson-sys-v0.4.3...tonlibjson-sys-v0.4.4) (2024-10-29) + + +### Bug Fixes + +* **deps:** bump tonlibjson-sys/ton from `140320b` to `1bef6df` ([d2cb06d](https://github.com/getgems-io/ton-grpc/commit/d2cb06d7f5a531771b679597f62483b30cbe9650)) +* **deps:** bump tonlibjson-sys/ton-testnet from `1a5bbf3` to `eea95ae` ([c969d01](https://github.com/getgems-io/ton-grpc/commit/c969d0112c50bb020867364b420d303a3181ef79)) +* **deps:** bump tonlibjson-sys/ton-testnet from `7cbe20c` to `cba9277` ([f7b2496](https://github.com/getgems-io/ton-grpc/commit/f7b249650c734a0e0d6f9074d8e78c0780d1c264)) +* **deps:** bump tonlibjson-sys/ton-testnet from `cba9277` to `e55c132` ([8dbc441](https://github.com/getgems-io/ton-grpc/commit/8dbc441b64bb9836fb26c28f07559aaf3c6f62f0)) +* **deps:** bump tonlibjson-sys/ton-testnet from `e55c132` to `1a5bbf3` ([add9e4c](https://github.com/getgems-io/ton-grpc/commit/add9e4cc287265f8cb828500bf4254a588ee5cbb)) + ## [0.4.3](https://github.com/getgems-io/ton-grpc/compare/tonlibjson-sys-v0.4.2...tonlibjson-sys-v0.4.3) (2024-08-13) diff --git a/tonlibjson-sys/Cargo.toml b/tonlibjson-sys/Cargo.toml index 74bd421e..2833f1a2 100644 --- a/tonlibjson-sys/Cargo.toml +++ b/tonlibjson-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tonlibjson-sys" -version = "0.4.3" +version = "0.4.4" edition = "2021" authors = ["Andrei Kostylev "] license = "MIT" diff --git a/tvm-grpc/CHANGELOG.md b/tvm-grpc/CHANGELOG.md index feab518e..31d25130 100644 --- a/tvm-grpc/CHANGELOG.md +++ b/tvm-grpc/CHANGELOG.md @@ -33,6 +33,8 @@ + + diff --git a/tvm-grpc/Cargo.toml b/tvm-grpc/Cargo.toml index e83a112d..8b03d16c 100644 --- a/tvm-grpc/Cargo.toml +++ b/tvm-grpc/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "tvm-grpc" -version = "0.7.5" +version = "0.7.6" edition = "2021" authors = ["Andrei Kostylev "]