Skip to content

Commit

Permalink
chore: release master
Browse files Browse the repository at this point in the history
  • Loading branch information
akostylev0 committed Nov 29, 2023
1 parent 1f32aae commit 5d855f5
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 4 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.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"}
{"charts/ton-grpc":"0.5.2","charts/tvm-grpc":"0.4.2","ton-grpc":"0.7.2","tvm-grpc":"0.4.3","tonlibjson-client":"0.12.1","tonlibjson-sys":"0.1.7"}
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/ton-grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.5.2](https://github.com/getgems-io/ton-grpc/compare/charts/ton-grpc-v0.5.1...charts/ton-grpc-v0.5.2) (2023-11-29)


### Bug Fixes

* override servicemonitor selector ([1f32aae](https://github.com/getgems-io/ton-grpc/commit/1f32aaef27f1eaf5efc492e0a394debc89628ec1))

## [0.5.1](https://github.com/getgems-io/ton-grpc/compare/charts/ton-grpc-v0.5.0...charts/ton-grpc-v0.5.1) (2023-11-10)


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.5.1
version: 0.5.2
maintainers:
- name: akostylev0
email: [email protected]
7 changes: 7 additions & 0 deletions ton-grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@




## [0.7.2](https://github.com/getgems-io/ton-grpc/compare/ton-grpc-v0.7.1...ton-grpc-v0.7.2) (2023-11-29)


### Bug Fixes

* **deps:** bump clap from 4.4.8 to 4.4.10 ([32083c9](https://github.com/getgems-io/ton-grpc/commit/32083c9579cecee6474ca8a6e586c69f05633ebf))

## [0.7.0](https://github.com/getgems-io/ton-grpc/compare/ton-grpc-v0.6.2...ton-grpc-v0.7.0) (2023-11-27)

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

Expand Down

0 comments on commit 5d855f5

Please sign in to comment.