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 27, 2023
1 parent dcc4f7d commit fc6983a
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 7 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.3.1","charts/tvm-grpc":"0.3.0","ton-grpc":"0.2.12","tvm-grpc":"0.3.10","tonlibjson-client":"0.4.5","tonlibjson-sys":"0.1.3"}
{"charts/ton-grpc":"0.4.0","charts/tvm-grpc":"0.4.0","ton-grpc":"0.2.13","tvm-grpc":"0.3.10","tonlibjson-client":"0.4.6","tonlibjson-sys":"0.1.3"}
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.

7 changes: 7 additions & 0 deletions charts/ton-grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Features

* set kubectl default container ([5cd3e98](https://github.com/getgems-io/tonlibjson/commit/5cd3e988a006593cf5e3ccd0817fab01ed95c17c))

## [0.3.1](https://github.com/getgems-io/tonlibjson/compare/charts/ton-grpc-v0.3.0...charts/ton-grpc-v0.3.1) (2023-10-25)


Expand Down
2 changes: 1 addition & 1 deletion charts/ton-grpc/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: ton-grpc
home: https://github.com/getgems-io/tonlibjson
version: 0.3.1
version: 0.4.0
maintainers:
- name: akostylev0
email: [email protected]
7 changes: 7 additions & 0 deletions charts/tvm-grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.0](https://github.com/getgems-io/tonlibjson/compare/charts/tvm-grpc-v0.3.0...charts/tvm-grpc-v0.4.0) (2023-10-27)


### Features

* set kubectl default container ([5cd3e98](https://github.com/getgems-io/tonlibjson/commit/5cd3e988a006593cf5e3ccd0817fab01ed95c17c))

## [0.3.0](https://github.com/getgems-io/tonlibjson/compare/charts/tvm-grpc-v0.2.1...charts/tvm-grpc-v0.3.0) (2023-10-25)


Expand Down
2 changes: 1 addition & 1 deletion charts/tvm-grpc/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: tvm-grpc
home: https://github.com/getgems-io/tonlibjson
version: 0.3.0
version: 0.4.0
maintainers:
- name: akostylev0
email: [email protected]
2 changes: 2 additions & 0 deletions ton-grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@





## [0.2.12](https://github.com/getgems-io/tonlibjson/compare/ton-grpc-v0.2.11...ton-grpc-v0.2.12) (2023-10-25)


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.12"
version = "0.2.13"
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.4.6](https://github.com/getgems-io/tonlibjson/compare/tonlibjson-client-v0.4.5...tonlibjson-client-v0.4.6) (2023-10-27)


### Bug Fixes

* dont wait for archive node ([cbc7b64](https://github.com/getgems-io/tonlibjson/commit/cbc7b64a6202a2589a566b9441fa690a1e68f5f4))

## [0.4.5](https://github.com/getgems-io/tonlibjson/compare/tonlibjson-client-v0.4.4...tonlibjson-client-v0.4.5) (2023-10-25)


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

Expand Down

0 comments on commit fc6983a

Please sign in to comment.