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 85262f4 commit 6e7f4b4
Show file tree
Hide file tree
Showing 13 changed files with 87 additions and 59 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.10.8","tvm-grpc":"0.7.6","tonlibjson-client":"0.19.2","tonlibjson-sys":"0.4.4","adnl-tcp":"0.3.0","ton-liteserver-client":"0.2.2","ton-contract":"0.1.5"}
91 changes: 40 additions & 51 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
7 changes: 7 additions & 0 deletions ton-grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@




## [0.10.8](https://github.com/getgems-io/ton-grpc/compare/ton-grpc-v0.10.7...ton-grpc-v0.10.8) (2024-10-29)


### Bug Fixes

* **deps:** bump derive-new from 0.6.0 to 0.7.0 ([782f69f](https://github.com/getgems-io/ton-grpc/commit/782f69f538a4dd75766e5473cb9b65644eb1ff62))

## [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
4 changes: 2 additions & 2 deletions 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.10.8"
edition = "2021"
authors = ["Andrei Kostylev <[email protected]>"]

Expand All @@ -29,7 +29,7 @@ clap = { workspace = true }
humantime = { workspace = true }
either = "1.13"
derive-new = "0.7.0"
metrics-exporter-prometheus = { version = "0.16.0", features = ["http-listener"], default-features = false }
metrics-exporter-prometheus = { version = "0.15.3", features = ["http-listener"], default-features = false }

[dev-dependencies]
tracing-test = { workspace = true }
Expand Down
9 changes: 9 additions & 0 deletions ton-liteserver-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# 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 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
2 changes: 1 addition & 1 deletion ton-liteserver-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ton-liteserver-client"
version = "0.2.1"
version = "0.2.2"
edition = "2021"

[build-dependencies]
Expand Down
10 changes: 10 additions & 0 deletions tonlibjson-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@



## [0.19.2](https://github.com/getgems-io/ton-grpc/compare/tonlibjson-client-v0.19.1...tonlibjson-client-v0.19.2) (2024-10-29)


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

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 6e7f4b4

Please sign in to comment.