Skip to content

Commit

Permalink
(generic-api-client) release: Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
negi-grass committed Dec 7, 2023
1 parent 61048ce commit 0d8aedf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
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
Expand Up @@ -35,7 +35,7 @@ rustls-tls-native-roots = ["generic-api-client/rustls-tls-native-roots"]
rustls-tls-webpki-roots = ["generic-api-client/rustls-tls-webpki-roots"]

[dependencies]
generic-api-client = { version = "0.2", path = "generic-api-client" }
generic-api-client = { version = "0.3", path = "generic-api-client" }
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
hmac = "0.12.1"
Expand Down
8 changes: 7 additions & 1 deletion generic-api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog

## Unreleased
- [full diff on GitHub](https://github.com/negi-grass/crypto-botters/compare/9a2e1ac25587c3981e4348538ba99f3ed93b9817...main)
- [full diff on GitHub](https://github.com/negi-grass/crypto-botters/compare/61048cea6360d8ec047d29dccacc49a8f2e1771d...main)

## 0.3.0 (2023-12-07)
- [crates.io](https://crates.io/crates/generic-api-client/0.3.0)
- [docs.rs](https://docs.rs/generic-api-client/0.3.0)
- [snapshot on GitHub](https://github.com/negi-grass/crypto-botters/tree/61048cea6360d8ec047d29dccacc49a8f2e1771d/generic-api-client)
- [full diff on GitHub](https://github.com/negi-grass/crypto-botters/compare/9a2e1ac25587c3981e4348538ba99f3ed93b9817...61048cea6360d8ec047d29dccacc49a8f2e1771d)

### Added
- A new field `message_timeout` was added to `WebSocketConfig`, which enables users to set timeouts on message reception.
Expand Down
2 changes: 1 addition & 1 deletion generic-api-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "generic-api-client"
version = "0.2.1"
version = "0.3.0"
authors = ["negi_grass"]
edition = "2021"
description = "A client for HTTP/HTTPS/WebSocket APIs."
Expand Down

0 comments on commit 0d8aedf

Please sign in to comment.