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 29, 2023
1 parent ecd3122 commit 895aea7
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 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.7.0","tvm-grpc":"0.4.3","tonlibjson-client":"0.12.0","tonlibjson-sys":"0.1.7"}
{"charts/ton-grpc":"0.5.1","charts/tvm-grpc":"0.4.2","ton-grpc":"0.7.1","tvm-grpc":"0.4.3","tonlibjson-client":"0.12.1","tonlibjson-sys":"0.1.7"}
4 changes: 2 additions & 2 deletions Cargo.lock

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

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








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

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

## [0.12.1](https://github.com/getgems-io/ton-grpc/compare/tonlibjson-client-v0.12.0...tonlibjson-client-v0.12.1) (2023-11-29)


### Bug Fixes

* broken deseriealization ([86139be](https://github.com/getgems-io/ton-grpc/commit/86139bee7b454bc8c8efe544330be93a03b3a859))

## [0.12.0](https://github.com/getgems-io/ton-grpc/compare/tonlibjson-client-v0.11.0...tonlibjson-client-v0.12.0) (2023-11-27)


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

Expand Down

0 comments on commit 895aea7

Please sign in to comment.