Skip to content

Commit

Permalink
Release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihai Dinculescu committed Oct 31, 2022
1 parent d14f430 commit a1b438c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ file. This change log follows the conventions of

## [Unreleased]

## [v2.0.1] - 2022-10-31

### Added

- `create_search_api_client`, `search`, `create_interest_api_client` and `follow` now take an extra `keep_alive_interval` parameter that allows the caller to set a KA interval for the underlying gRPC connection.
Expand Down Expand Up @@ -73,6 +75,7 @@ file. This change log follows the conventions of
### Initial release of iotics-grpc-client

[unreleased]: https://github.com/Iotic-Labs/iotics-grpc-client-rs
[v2.0.1]: https://github.com/Iotic-Labs/iotics-grpc-client-rs/tree/v2.0.1
[v2.0.0]: https://github.com/Iotic-Labs/iotics-grpc-client-rs/tree/v2.0.0
[v0.3.0]: https://github.com/Iotic-Labs/iotics-grpc-client-rs/tree/v0.3.0
[v0.2.7]: https://github.com/Iotic-Labs/iotics-grpc-client-rs/tree/v0.2.7
Expand Down
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "iotics-grpc-client"
version = "2.0.0"
version = "2.0.1"
edition = "2021"
description = "IOTICS gRPC client"
license = "Apache-2.0"
Expand Down

0 comments on commit a1b438c

Please sign in to comment.