diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 98e183f5..77a2132b 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.6.2","tvm-grpc":"0.4.2","tonlibjson-client":"0.11.0","tonlibjson-sys":"0.1.6"} +{"charts/ton-grpc":"0.5.1","charts/tvm-grpc":"0.4.2","ton-grpc":"0.7.0","tvm-grpc":"0.4.3","tonlibjson-client":"0.12.0","tonlibjson-sys":"0.1.7"} diff --git a/Cargo.lock b/Cargo.lock index bc625353..1c3e437b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1935,7 +1935,7 @@ dependencies = [ [[package]] name = "ton-grpc" -version = "0.6.2" +version = "0.7.0" dependencies = [ "anyhow", "clap", @@ -2030,7 +2030,7 @@ dependencies = [ [[package]] name = "tonlibjson-client" -version = "0.11.0" +version = "0.12.0" dependencies = [ "anyhow", "async-stream", @@ -2071,7 +2071,7 @@ dependencies = [ [[package]] name = "tonlibjson-sys" -version = "0.1.6" +version = "0.1.7" dependencies = [ "anyhow", "cmake", @@ -2264,7 +2264,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "tvm-grpc" -version = "0.4.2" +version = "0.4.3" dependencies = [ "anyhow", "async-stream", diff --git a/ton-grpc/CHANGELOG.md b/ton-grpc/CHANGELOG.md index 784024e6..a76a4191 100644 --- a/ton-grpc/CHANGELOG.md +++ b/ton-grpc/CHANGELOG.md @@ -21,6 +21,13 @@ + +## [0.7.0](https://github.com/getgems-io/ton-grpc/compare/ton-grpc-v0.6.2...ton-grpc-v0.7.0) (2023-11-27) + + +### Features + +* TL parser and struct generator ([#555](https://github.com/getgems-io/ton-grpc/issues/555)) ([a4392d2](https://github.com/getgems-io/ton-grpc/commit/a4392d2e66223157a8af6dc48ab266aef7a6773f)) ## [0.6.1](https://github.com/getgems-io/ton-grpc/compare/ton-grpc-v0.6.0...ton-grpc-v0.6.1) (2023-11-14) diff --git a/ton-grpc/Cargo.toml b/ton-grpc/Cargo.toml index 956b2c0d..64972a51 100644 --- a/ton-grpc/Cargo.toml +++ b/ton-grpc/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "ton-grpc" -version = "0.6.2" +version = "0.7.0" edition = "2021" authors = ["Andrei Kostylev "] diff --git a/tonlibjson-client/CHANGELOG.md b/tonlibjson-client/CHANGELOG.md index 1eec2179..c0506925 100644 --- a/tonlibjson-client/CHANGELOG.md +++ b/tonlibjson-client/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.12.0](https://github.com/getgems-io/ton-grpc/compare/tonlibjson-client-v0.11.0...tonlibjson-client-v0.12.0) (2023-11-27) + + +### Features + +* TL parser and struct generator ([#555](https://github.com/getgems-io/ton-grpc/issues/555)) ([a4392d2](https://github.com/getgems-io/ton-grpc/commit/a4392d2e66223157a8af6dc48ab266aef7a6773f)) + + +### Bug Fixes + +* **deps:** bump uuid from 1.5.0 to 1.6.1 ([87c559f](https://github.com/getgems-io/ton-grpc/commit/87c559f10d1170bf7918a2255a989080676ae099)) + ## [0.11.0](https://github.com/getgems-io/ton-grpc/compare/tonlibjson-client-v0.10.0...tonlibjson-client-v0.11.0) (2023-11-15) diff --git a/tonlibjson-client/Cargo.toml b/tonlibjson-client/Cargo.toml index 8ed2b4d1..43e9e236 100644 --- a/tonlibjson-client/Cargo.toml +++ b/tonlibjson-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tonlibjson-client" -version = "0.11.0" +version = "0.12.0" edition = "2021" authors = ["Andrei Kostylev "] diff --git a/tonlibjson-sys/CHANGELOG.md b/tonlibjson-sys/CHANGELOG.md index 6935bea0..d5e1746d 100644 --- a/tonlibjson-sys/CHANGELOG.md +++ b/tonlibjson-sys/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.1.7](https://github.com/getgems-io/ton-grpc/compare/tonlibjson-sys-v0.1.6...tonlibjson-sys-v0.1.7) (2023-11-27) + + +### Bug Fixes + +* **deps:** bump tonlibjson-sys/ton from `a1d2d7c` to `51baec4` ([348987e](https://github.com/getgems-io/ton-grpc/commit/348987e047c9b302d6d1b3236fa8c72f09d1b118)) +* **deps:** bump tonlibjson-sys/ton-testnet from `7262a66` to `51d5113` ([a5a76ad](https://github.com/getgems-io/ton-grpc/commit/a5a76ad82d0b4d9314bb86769929b4ce142e6008)) +* **deps:** bump tonlibjson-sys/ton-testnet from `ba03657` to `7262a66` ([0490be8](https://github.com/getgems-io/ton-grpc/commit/0490be82a0bce8454074a5587e5540c5c0a88e7f)) + ## [0.1.6](https://github.com/getgems-io/ton-grpc/compare/tonlibjson-sys-v0.1.5...tonlibjson-sys-v0.1.6) (2023-11-08) diff --git a/tonlibjson-sys/Cargo.toml b/tonlibjson-sys/Cargo.toml index cb2fcb1e..135c8bd8 100644 --- a/tonlibjson-sys/Cargo.toml +++ b/tonlibjson-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tonlibjson-sys" -version = "0.1.6" +version = "0.1.7" edition = "2021" authors = ["Andrei Kostylev "] diff --git a/tvm-grpc/CHANGELOG.md b/tvm-grpc/CHANGELOG.md index 9c52ee6c..3686ec6a 100644 --- a/tvm-grpc/CHANGELOG.md +++ b/tvm-grpc/CHANGELOG.md @@ -14,6 +14,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 d4f16294..2b550999 100644 --- a/tvm-grpc/Cargo.toml +++ b/tvm-grpc/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "tvm-grpc" -version = "0.4.2" +version = "0.4.3" edition = "2021" authors = ["Andrei Kostylev "]