Skip to content

Commit dbebd80

Browse files
committed
chore: release master
1 parent 860b6b5 commit dbebd80

File tree

11 files changed

+27
-11
lines changed

11 files changed

+27
-11
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"charts/ton-grpc":"0.7.0","charts/tvm-grpc":"0.6.0","ton-grpc":"0.11.4","tvm-grpc":"0.7.10","tonlibjson-client":"0.20.3","tonlibjson-sys":"0.4.7","adnl-tcp":"0.3.0","ton-liteserver-client":"0.2.3","ton-contract":"0.1.8"}
1+
{"charts/ton-grpc":"0.7.0","charts/tvm-grpc":"0.6.0","ton-grpc":"0.11.5","tvm-grpc":"0.7.11","tonlibjson-client":"0.20.4","tonlibjson-sys":"0.4.8","adnl-tcp":"0.3.0","ton-liteserver-client":"0.2.3","ton-contract":"0.1.9"}

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ton-contract/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ton-contract"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
edition = "2021"
55
authors = [
66
"Arseny Mitin <[email protected]>",

ton-grpc/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545

4646

4747

48+
49+
## [0.11.5](https://github.com/getgems-io/ton-grpc/compare/ton-grpc-v0.11.4...ton-grpc-v0.11.5) (2025-07-31)
4850

4951
## [0.11.4](https://github.com/getgems-io/ton-grpc/compare/ton-grpc-v0.11.3...ton-grpc-v0.11.4) (2025-05-15)
5052

ton-grpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "ton-grpc"
5-
version = "0.11.4"
5+
version = "0.11.5"
66
edition = "2021"
77
authors = ["Andrei Kostylev <[email protected]>"]
88

tonlibjson-client/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77

88

9+
## [0.20.4](https://github.com/getgems-io/ton-grpc/compare/tonlibjson-client-v0.20.3...tonlibjson-client-v0.20.4) (2025-07-31)
10+
911
## [0.20.3](https://github.com/getgems-io/ton-grpc/compare/tonlibjson-client-v0.20.2...tonlibjson-client-v0.20.3) (2025-05-15)
1012

1113
## [0.20.2](https://github.com/getgems-io/ton-grpc/compare/tonlibjson-client-v0.20.1...tonlibjson-client-v0.20.2) (2025-04-30)

tonlibjson-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tonlibjson-client"
3-
version = "0.20.3"
3+
version = "0.20.4"
44
edition = "2021"
55
authors = ["Andrei Kostylev <[email protected]>"]
66

tonlibjson-sys/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [0.4.8](https://github.com/getgems-io/ton-grpc/compare/tonlibjson-sys-v0.4.7...tonlibjson-sys-v0.4.8) (2025-07-31)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** bump tonlibjson-sys/ton from `6f745c0` to `8f99af7` ([2bb290c](https://github.com/getgems-io/ton-grpc/commit/2bb290cc996f5986877a0fa619947eec46da775f))
9+
* **deps:** bump tonlibjson-sys/ton from `8f99af7` to `cac968f` ([d0bb9bf](https://github.com/getgems-io/ton-grpc/commit/d0bb9bf55056bc768348309f241a3de7425d6915))
10+
* **deps:** bump tonlibjson-sys/ton-testnet from `75a75eb` to `76144d4` ([a9157c4](https://github.com/getgems-io/ton-grpc/commit/a9157c489e7380e894c2ac6ac6fa400be2585d24))
11+
* **deps:** bump tonlibjson-sys/ton-testnet from `b07d4a3` to `75a75eb` ([7c514e4](https://github.com/getgems-io/ton-grpc/commit/7c514e4f0f8721313bbdb5fb086d0d3120ddda52))
12+
313
## [0.4.7](https://github.com/getgems-io/ton-grpc/compare/tonlibjson-sys-v0.4.6...tonlibjson-sys-v0.4.7) (2025-05-15)
414

515

tonlibjson-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tonlibjson-sys"
3-
version = "0.4.7"
3+
version = "0.4.8"
44
edition = "2021"
55
authors = ["Andrei Kostylev <[email protected]>"]
66
license = "MIT"

tvm-grpc/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939

4040

4141

42+
43+
## [0.7.11](https://github.com/getgems-io/ton-grpc/compare/tvm-grpc-v0.7.10...tvm-grpc-v0.7.11) (2025-07-31)
4244

4345
## [0.7.10](https://github.com/getgems-io/ton-grpc/compare/tvm-grpc-v0.7.9...tvm-grpc-v0.7.10) (2025-05-15)
4446

0 commit comments

Comments
 (0)