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 8, 2023
1 parent 7faa030 commit 01decd4
Show file tree
Hide file tree
Showing 12 changed files with 59 additions and 10 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.4.0","charts/tvm-grpc":"0.4.0","ton-grpc":"0.5.0","tvm-grpc":"0.4.1","tonlibjson-client":"0.8.0","tonlibjson-sys":"0.1.5"}
{"charts/ton-grpc":"0.5.0","charts/tvm-grpc":"0.4.0","ton-grpc":"0.6.0","tvm-grpc":"0.4.2","tonlibjson-client":"0.9.0","tonlibjson-sys":"0.1.6"}
8 changes: 4 additions & 4 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.5.0](https://github.com/getgems-io/ton-grpc/compare/charts/ton-grpc-v0.4.0...charts/ton-grpc-v0.5.0) (2023-11-08)


### Features

* support ton config url arg ([7faa030](https://github.com/getgems-io/ton-grpc/commit/7faa030802e36e67899a0cbc109c8d6079c98a7e))

## [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)


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




## [0.6.0](https://github.com/getgems-io/ton-grpc/compare/ton-grpc-v0.5.0...ton-grpc-v0.6.0) (2023-11-08)


### Features

* drop from_env ([9baddec](https://github.com/getgems-io/ton-grpc/commit/9baddec6cbdd59225df33c3955eca93851f712af))
* ewma configurable ([e20bb2d](https://github.com/getgems-io/ton-grpc/commit/e20bb2d63e0e77ebe9379c3aae1f1d877d87e054))
* support ton config url arg ([7faa030](https://github.com/getgems-io/ton-grpc/commit/7faa030802e36e67899a0cbc109c8d6079c98a7e))
* ton-grpc args ([a7e6a09](https://github.com/getgems-io/ton-grpc/commit/a7e6a09f5210bee28227f45abd17a396abaa66e1))
* ton-grpc ton config url ([6dadf81](https://github.com/getgems-io/ton-grpc/commit/6dadf8123397796d150183cee94b3363667a174d))
* tonclient timeout layer ([fc3ec4d](https://github.com/getgems-io/ton-grpc/commit/fc3ec4defe858c060f9e6c83b10effef37c33e09))


### Bug Fixes

* **deps:** bump derive-new from 0.5.9 to 0.6.0 ([218e91b](https://github.com/getgems-io/ton-grpc/commit/218e91bcdc19444d48c2de5f9d79b04be43eb640))

## [0.5.0](https://github.com/getgems-io/tonlibjson/compare/ton-grpc-v0.4.0...ton-grpc-v0.5.0) (2023-11-06)

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

Expand Down
16 changes: 16 additions & 0 deletions tonlibjson-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.9.0](https://github.com/getgems-io/ton-grpc/compare/tonlibjson-client-v0.8.0...tonlibjson-client-v0.9.0) (2023-11-08)


### Features

* drop from_env ([9baddec](https://github.com/getgems-io/ton-grpc/commit/9baddec6cbdd59225df33c3955eca93851f712af))
* ewma configurable ([e20bb2d](https://github.com/getgems-io/ton-grpc/commit/e20bb2d63e0e77ebe9379c3aae1f1d877d87e054))
* ton client builder ([a4ff592](https://github.com/getgems-io/ton-grpc/commit/a4ff592a501ffd997821c178ac37150432459f81))
* ton-grpc ton config url ([6dadf81](https://github.com/getgems-io/ton-grpc/commit/6dadf8123397796d150183cee94b3363667a174d))
* tonclient timeout layer ([fc3ec4d](https://github.com/getgems-io/ton-grpc/commit/fc3ec4defe858c060f9e6c83b10effef37c33e09))


### Bug Fixes

* **deps:** bump derive-new from 0.5.9 to 0.6.0 ([218e91b](https://github.com/getgems-io/ton-grpc/commit/218e91bcdc19444d48c2de5f9d79b04be43eb640))

## [0.8.0](https://github.com/getgems-io/tonlibjson/compare/tonlibjson-client-v0.7.0...tonlibjson-client-v0.8.0) (2023-11-06)


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

Expand Down
7 changes: 7 additions & 0 deletions tonlibjson-sys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.6](https://github.com/getgems-io/ton-grpc/compare/tonlibjson-sys-v0.1.5...tonlibjson-sys-v0.1.6) (2023-11-08)


### Bug Fixes

* drop dep on old num ([fc59e1f](https://github.com/getgems-io/ton-grpc/commit/fc59e1f2002c6a791a1b7902f13e350872e53c48))

## [0.1.5](https://github.com/getgems-io/tonlibjson/compare/tonlibjson-sys-v0.1.4...tonlibjson-sys-v0.1.5) (2023-11-06)


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

Expand Down
2 changes: 2 additions & 0 deletions tvm-grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@





## [0.4.0](https://github.com/getgems-io/tonlibjson/compare/tvm-grpc-v0.3.11...tvm-grpc-v0.4.0) (2023-11-03)


Expand Down
2 changes: 1 addition & 1 deletion tvm-grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "tvm-grpc"
version = "0.4.1"
version = "0.4.2"
edition = "2021"
authors = ["Andrei Kostylev <[email protected]>"]

Expand Down

0 comments on commit 01decd4

Please sign in to comment.