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 6, 2023
1 parent 40992e0 commit 982aeb8
Show file tree
Hide file tree
Showing 10 changed files with 34 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.4.0","charts/tvm-grpc":"0.4.0","ton-grpc":"0.4.0","tvm-grpc":"0.4.0","tonlibjson-client":"0.7.0","tonlibjson-sys":"0.1.4"}
{"charts/ton-grpc":"0.4.0","charts/tvm-grpc":"0.4.0","ton-grpc":"0.5.0","tvm-grpc":"0.4.1","tonlibjson-client":"0.8.0","tonlibjson-sys":"0.1.5"}
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.

8 changes: 8 additions & 0 deletions ton-grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@




## [0.5.0](https://github.com/getgems-io/tonlibjson/compare/ton-grpc-v0.4.0...ton-grpc-v0.5.0) (2023-11-06)


### Features

* GetAccountStateRequest at_least_block_id criteria ([b37a0a0](https://github.com/getgems-io/tonlibjson/commit/b37a0a0f17dd170c50623a10a3f7dc20f31c5ef7))
* GetShardAccountCellRequest at_least_block_id criteria ([4ea3004](https://github.com/getgems-io/tonlibjson/commit/4ea3004b70cf2d3904a52b59de3f4753198860e5))

## [0.4.0](https://github.com/getgems-io/tonlibjson/compare/ton-grpc-v0.3.1...ton-grpc-v0.4.0) (2023-11-03)

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

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

## [0.8.0](https://github.com/getgems-io/tonlibjson/compare/tonlibjson-client-v0.7.0...tonlibjson-client-v0.8.0) (2023-11-06)


### Features

* GetAccountStateRequest at_least_block_id criteria ([b37a0a0](https://github.com/getgems-io/tonlibjson/commit/b37a0a0f17dd170c50623a10a3f7dc20f31c5ef7))
* GetShardAccountCellRequest at_least_block_id criteria ([4ea3004](https://github.com/getgems-io/tonlibjson/commit/4ea3004b70cf2d3904a52b59de3f4753198860e5))

## [0.7.0](https://github.com/getgems-io/tonlibjson/compare/tonlibjson-client-v0.6.0...tonlibjson-client-v0.7.0) (2023-11-03)


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.7.0"
version = "0.8.0"
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.1.5](https://github.com/getgems-io/tonlibjson/compare/tonlibjson-sys-v0.1.4...tonlibjson-sys-v0.1.5) (2023-11-06)


### Bug Fixes

* **deps:** bump tonlibjson-sys/ton-testnet from `89700cb` to `ba03657` ([bf9d8e3](https://github.com/getgems-io/tonlibjson/commit/bf9d8e398a880aa1f1bb0d718d8fa4fc3b979f0a))

## [0.1.4](https://github.com/getgems-io/tonlibjson/compare/tonlibjson-sys-v0.1.3...tonlibjson-sys-v0.1.4) (2023-11-01)


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.4"
version = "0.1.5"
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 @@ -10,6 +10,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.0"
version = "0.4.1"
edition = "2021"
authors = ["Andrei Kostylev <[email protected]>"]

Expand Down

0 comments on commit 982aeb8

Please sign in to comment.