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 12, 2023
1 parent d6eb358 commit 580d423
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.2.1","charts/tvm-grpc":"0.2.0","ton-grpc":"0.2.1","tvm-grpc":"0.3.5","tonlibjson-client":"0.1.0","tonlibjson-sys":"0.1.0"}
{"charts/ton-grpc":"0.2.1","charts/tvm-grpc":"0.2.0","ton-grpc":"0.2.2","tvm-grpc":"0.3.5","tonlibjson-client":"0.2.0","tonlibjson-sys":"0.1.0"}
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
@@ -1,5 +1,7 @@
# Changelog



## [0.2.1](https://github.com/getgems-io/tonlibjson/compare/ton-grpc-v0.2.0...ton-grpc-v0.2.1) (2023-10-11)


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.2.1"
version = "0.2.2"
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.2.0](https://github.com/getgems-io/tonlibjson/compare/tonlibjson-client-v0.1.0...tonlibjson-client-v0.2.0) (2023-10-12)


### Features

* add some metrics to cursor client ([d6eb358](https://github.com/getgems-io/tonlibjson/commit/d6eb3583482414e040852ed2f20de92a81c4c9ae))

## 0.1.0 (2023-10-11)


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

Expand Down

0 comments on commit 580d423

Please sign in to comment.