From 895aea74ba713d07025376f28532ccf9f8ed8c96 Mon Sep 17 00:00:00 2001 From: Andrei Kostylev Date: Wed, 29 Nov 2023 18:36:12 +0300 Subject: [PATCH] chore: release master --- .release-please-manifest.json | 2 +- Cargo.lock | 4 ++-- ton-grpc/CHANGELOG.md | 2 ++ ton-grpc/Cargo.toml | 2 +- tonlibjson-client/CHANGELOG.md | 7 +++++++ tonlibjson-client/Cargo.toml | 2 +- 6 files changed, 14 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 77a2132b..1986f11c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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"} diff --git a/Cargo.lock b/Cargo.lock index 1c3e437b..2296efad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1935,7 +1935,7 @@ dependencies = [ [[package]] name = "ton-grpc" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "clap", @@ -2030,7 +2030,7 @@ dependencies = [ [[package]] name = "tonlibjson-client" -version = "0.12.0" +version = "0.12.1" dependencies = [ "anyhow", "async-stream", diff --git a/ton-grpc/CHANGELOG.md b/ton-grpc/CHANGELOG.md index a76a4191..3fc634c8 100644 --- a/ton-grpc/CHANGELOG.md +++ b/ton-grpc/CHANGELOG.md @@ -19,6 +19,8 @@ + + diff --git a/ton-grpc/Cargo.toml b/ton-grpc/Cargo.toml index 64972a51..e39404c4 100644 --- a/ton-grpc/Cargo.toml +++ b/ton-grpc/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "ton-grpc" -version = "0.7.0" +version = "0.7.1" edition = "2021" authors = ["Andrei Kostylev "] diff --git a/tonlibjson-client/CHANGELOG.md b/tonlibjson-client/CHANGELOG.md index c0506925..76782fc2 100644 --- a/tonlibjson-client/CHANGELOG.md +++ b/tonlibjson-client/CHANGELOG.md @@ -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) diff --git a/tonlibjson-client/Cargo.toml b/tonlibjson-client/Cargo.toml index 43e9e236..fd629a94 100644 --- a/tonlibjson-client/Cargo.toml +++ b/tonlibjson-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tonlibjson-client" -version = "0.12.0" +version = "0.12.1" edition = "2021" authors = ["Andrei Kostylev "]