Skip to content

Commit

Permalink
Merge pull request #450 from getgems-io/release-please--branches--master
Browse files Browse the repository at this point in the history
chore: release master
  • Loading branch information
akostylev0 authored Sep 21, 2023
2 parents ccbacae + e4f8a83 commit 979a7a6
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"charts/ton-grpc": "0.1.3",
"charts/tvm-grpc": "0.1.1",
"ton-grpc": "0.1.0"
"charts/tvm-grpc": "0.1.2",
"ton-grpc": "0.1.1",
"tvm-grpc": "0.1.0"
}
2 changes: 1 addition & 1 deletion 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/tvm-grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.2](https://github.com/getgems-io/tonlibjson/compare/charts/tvm-grpc-v0.1.1...charts/tvm-grpc-v0.1.2) (2023-09-21)


### Bug Fixes

* drop unused vals ([b00a179](https://github.com/getgems-io/tonlibjson/commit/b00a17988e4cff52e60c0495f4b86ac5e28d586d))

## [0.1.1](https://github.com/getgems-io/tonlibjson/compare/charts/tvm-grpc-v0.1.0...charts/tvm-grpc-v0.1.1) (2023-09-20)


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

## [0.1.1](https://github.com/getgems-io/tonlibjson/compare/ton-grpc-v0.1.0...ton-grpc-v0.1.1) (2023-09-21)


### Bug Fixes

* trigger build ([f22a850](https://github.com/getgems-io/tonlibjson/commit/f22a85087e89002c8eccdb069f6237dcff502d03))

## 0.1.0 (2023-09-20)


Expand Down
2 changes: 1 addition & 1 deletion ton-grpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ton-grpc"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["Andrei Kostylev <[email protected]>"]

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

## 0.1.0 (2023-09-21)


### Bug Fixes

* trigger version ([ccbacae](https://github.com/getgems-io/tonlibjson/commit/ccbacaeec7c68a5489603bd536a2ac2b9c38c330))

0 comments on commit 979a7a6

Please sign in to comment.