Skip to content

Commit

Permalink
chore: release master
Browse files Browse the repository at this point in the history
  • Loading branch information
akostylev0 committed Nov 27, 2023
1 parent 99a2abf commit 1261d26
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 9 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.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"}
8 changes: 4 additions & 4 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 ton-grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

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

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


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

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


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.1.6"
version = "0.1.7"
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 @@ -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)


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

Expand Down

0 comments on commit 1261d26

Please sign in to comment.