From e4f8a83f514f44ff651abb7abe964b02d3e383e8 Mon Sep 17 00:00:00 2001 From: Andrei Kostylev Date: Thu, 21 Sep 2023 12:55:45 +0300 Subject: [PATCH] chore: release master --- .release-please-manifest.json | 5 +++-- Cargo.lock | 2 +- charts/tvm-grpc/CHANGELOG.md | 7 +++++++ charts/tvm-grpc/Chart.yaml | 2 +- ton-grpc/CHANGELOG.md | 7 +++++++ ton-grpc/Cargo.toml | 2 +- tvm-grpc/CHANGELOG.md | 8 ++++++++ 7 files changed, 28 insertions(+), 5 deletions(-) create mode 100644 tvm-grpc/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d44d2c4f..ccabbbde 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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" } diff --git a/Cargo.lock b/Cargo.lock index 3f85940f..c9a9a7d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1793,7 +1793,7 @@ dependencies = [ [[package]] name = "ton-grpc" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "derive-new", diff --git a/charts/tvm-grpc/CHANGELOG.md b/charts/tvm-grpc/CHANGELOG.md index e1cf688c..738b78f0 100644 --- a/charts/tvm-grpc/CHANGELOG.md +++ b/charts/tvm-grpc/CHANGELOG.md @@ -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) diff --git a/charts/tvm-grpc/Chart.yaml b/charts/tvm-grpc/Chart.yaml index 8384e0a1..4e704af0 100644 --- a/charts/tvm-grpc/Chart.yaml +++ b/charts/tvm-grpc/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v2 name: tvm-grpc home: https://github.com/getgems-io/tonlibjson -version: 0.1.1 +version: 0.1.2 diff --git a/ton-grpc/CHANGELOG.md b/ton-grpc/CHANGELOG.md index 1bc4af08..e69458b1 100644 --- a/ton-grpc/CHANGELOG.md +++ b/ton-grpc/CHANGELOG.md @@ -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) diff --git a/ton-grpc/Cargo.toml b/ton-grpc/Cargo.toml index fb1b3d96..7bd52fbd 100644 --- a/ton-grpc/Cargo.toml +++ b/ton-grpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ton-grpc" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Andrei Kostylev "] diff --git a/tvm-grpc/CHANGELOG.md b/tvm-grpc/CHANGELOG.md new file mode 100644 index 00000000..3a018578 --- /dev/null +++ b/tvm-grpc/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2023-09-21) + + +### Bug Fixes + +* trigger version ([ccbacae](https://github.com/getgems-io/tonlibjson/commit/ccbacaeec7c68a5489603bd536a2ac2b9c38c330))