Skip to content

Commit

Permalink
chore: release master
Browse files Browse the repository at this point in the history
  • Loading branch information
akostylev0 committed Apr 19, 2024
1 parent 3b5b242 commit 4447f03
Show file tree
Hide file tree
Showing 13 changed files with 51 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"charts/ton-grpc":"0.7.0","charts/tvm-grpc":"0.6.0","ton-grpc":"0.10.3","tvm-grpc":"0.7.1","tonlibjson-client":"0.17.2","tonlibjson-sys":"0.3.1","adnl-tcp":"0.1.0"}
{"charts/ton-grpc":"0.7.0","charts/tvm-grpc":"0.6.0","ton-grpc":"0.10.4","tvm-grpc":"0.7.2","tonlibjson-client":"0.17.3","tonlibjson-sys":"0.3.2","adnl-tcp":"0.2.0","ton-liteserver-client":"0.1.0"}
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions adnl-tcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.0](https://github.com/getgems-io/ton-grpc/compare/adnl-tcp-v0.1.0...adnl-tcp-v0.2.0) (2024-04-19)


### Features

* liteserver adnl client (draft) ([fa73fd7](https://github.com/getgems-io/ton-grpc/commit/fa73fd73076f479520f881c1fe166ffed734cbe6))

## 0.1.0 (2024-04-14)


Expand Down
2 changes: 1 addition & 1 deletion adnl-tcp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "adnl-tcp"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["Andrei Kostylev <[email protected]>"]

Expand Down
7 changes: 7 additions & 0 deletions ton-grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@




## [0.10.4](https://github.com/getgems-io/ton-grpc/compare/ton-grpc-v0.10.3...ton-grpc-v0.10.4) (2024-04-19)


### Bug Fixes

* **deps:** bump either from 1.10.0 to 1.11.0 ([6de9483](https://github.com/getgems-io/ton-grpc/commit/6de948349af4bd89e971e07c4b37417c8f6a6de4))

## [0.10.0](https://github.com/getgems-io/ton-grpc/compare/ton-grpc-v0.9.7...ton-grpc-v0.10.0) (2024-03-19)

Expand Down
2 changes: 1 addition & 1 deletion ton-grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "ton-grpc"
version = "0.10.3"
version = "0.10.4"
edition = "2021"
authors = ["Andrei Kostylev <[email protected]>"]

Expand Down
8 changes: 8 additions & 0 deletions ton-liteserver-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 0.1.0 (2024-04-19)


### Features

* liteserver adnl client (draft) ([fa73fd7](https://github.com/getgems-io/ton-grpc/commit/fa73fd73076f479520f881c1fe166ffed734cbe6))
9 changes: 9 additions & 0 deletions tonlibjson-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.17.3](https://github.com/getgems-io/ton-grpc/compare/tonlibjson-client-v0.17.2...tonlibjson-client-v0.17.3) (2024-04-19)


### Bug Fixes

* **deps:** bump prettyplease from 0.2.17 to 0.2.19 ([df9d9c1](https://github.com/getgems-io/ton-grpc/commit/df9d9c107a49387642b9a432c3669f65afcc4954))
* **deps:** bump syn from 2.0.58 to 2.0.59 ([6278621](https://github.com/getgems-io/ton-grpc/commit/6278621f2d72fe1e8f2a196c04dadaac760648e0))
* **deps:** bump syn from 2.0.59 to 2.0.60 ([d29101a](https://github.com/getgems-io/ton-grpc/commit/d29101a9d0ec51766c8ebcdb2f39b680c72efc2e))

## [0.17.2](https://github.com/getgems-io/ton-grpc/compare/tonlibjson-client-v0.17.1...tonlibjson-client-v0.17.2) (2024-04-14)


Expand Down
2 changes: 1 addition & 1 deletion tonlibjson-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tonlibjson-client"
version = "0.17.2"
version = "0.17.3"
edition = "2021"
authors = ["Andrei Kostylev <[email protected]>"]

Expand Down
7 changes: 7 additions & 0 deletions tonlibjson-sys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.2](https://github.com/getgems-io/ton-grpc/compare/tonlibjson-sys-v0.3.1...tonlibjson-sys-v0.3.2) (2024-04-19)


### Bug Fixes

* **deps:** bump tonlibjson-sys/ton-testnet from `c073560` to `25f61df` ([e7438ae](https://github.com/getgems-io/ton-grpc/commit/e7438ae6c647c7d5fdaf951427ce3a72d9ac0272))

## [0.3.1](https://github.com/getgems-io/ton-grpc/compare/tonlibjson-sys-v0.3.0...tonlibjson-sys-v0.3.1) (2024-04-14)


Expand Down
2 changes: 1 addition & 1 deletion tonlibjson-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tonlibjson-sys"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
authors = ["Andrei Kostylev <[email protected]>"]

Expand Down
2 changes: 2 additions & 0 deletions tvm-grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@








Expand Down
2 changes: 1 addition & 1 deletion tvm-grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "tvm-grpc"
version = "0.7.1"
version = "0.7.2"
edition = "2021"
authors = ["Andrei Kostylev <[email protected]>"]

Expand Down

0 comments on commit 4447f03

Please sign in to comment.