Skip to content

Commit

Permalink
chore: release master
Browse files Browse the repository at this point in the history
  • Loading branch information
akostylev0 committed Oct 29, 2024
1 parent 9755806 commit 5859df8
Show file tree
Hide file tree
Showing 13 changed files with 71 additions and 19 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.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"}
20 changes: 10 additions & 10 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion ton-contract/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ton-contract"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
authors = [
"Arseny Mitin <[email protected]>",
Expand Down
13 changes: 13 additions & 0 deletions ton-grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

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.7"
version = "0.11.0"
edition = "2021"
authors = ["Andrei Kostylev <[email protected]>"]

Expand Down
10 changes: 10 additions & 0 deletions ton-liteserver-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions ton-liteserver-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "ton-liteserver-client"
version = "0.2.1"
version = "0.2.2"
edition = "2021"

[build-dependencies]
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]
Expand Down
16 changes: 16 additions & 0 deletions tonlibjson-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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

Expand Down Expand Up @@ -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]
Expand Down
11 changes: 11 additions & 0 deletions tonlibjson-sys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.4.3"
version = "0.4.4"
edition = "2021"
authors = ["Andrei Kostylev <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 2 additions & 0 deletions tvm-grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,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.5"
version = "0.7.6"
edition = "2021"
authors = ["Andrei Kostylev <[email protected]>"]

Expand Down

0 comments on commit 5859df8

Please sign in to comment.