From 37e770082c90a9204ac046e50a31021be5e5e8e8 Mon Sep 17 00:00:00 2001 From: NegiGrass <121017049+negi-grass@users.noreply.github.com> Date: Thu, 7 Dec 2023 21:44:31 +0900 Subject: [PATCH] release: Release v0.6.0 --- CHANGELOG.md | 12 +++++++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e39c1c0..6c608c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,17 @@ # Changelog ## Unreleased -- [full diff on GitHub](https://github.com/negi-grass/crypto-botters/compare/v0.5.1...main) +- [full diff on GitHub](https://github.com/negi-grass/crypto-botters/compare/v0.6.0...main) + +## 0.6.0 (2023-12-07) +- [crates.io](https://crates.io/crates/crypto-botters/0.6.0) +- [docs.rs](https://docs.rs/crypto-botters/0.6.0) +- [GitHub release](https://github.com/negi-grass/crypto-botters/releases/tag/v0.6.0) +- [snapshot on GitHub](https://github.com/negi-grass/crypto-botters/tree/v0.6.0) +- [full diff on GitHub](https://github.com/negi-grass/crypto-botters/compare/v0.5.1...v0.6.0) + +### Changed +- Update `generic-api-client` to `v0.3.0` ## 0.5.1 (2023-03-20) - [crates.io](https://crates.io/crates/crypto-botters/0.5.1) diff --git a/Cargo.lock b/Cargo.lock index 248209b..1e3033b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -215,7 +215,7 @@ dependencies = [ [[package]] name = "crypto-botters" -version = "0.5.1" +version = "0.6.0" dependencies = [ "crypto-botters", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 2977db8..e887c24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "crypto-botters" -version = "0.5.1" +version = "0.6.0" authors = ["negi_grass"] edition = "2021" description = "A library for cryptocurrency exchange APIs." diff --git a/README.md b/README.md index da19d8b..07f0343 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ More than 20 examples can be found in the [examples directory](https://github.co Cargo.toml: ``` [dependencies] -crypto-botters = { version = "0.5", features = ["binance", "bitflyer", "bybit", "coincheck"] } +crypto-botters = { version = "0.6", features = ["binance", "bitflyer", "bybit", "coincheck"] } ``` Enable the features for the exchanges that you use. @@ -133,7 +133,7 @@ request a reconnection, or close the connection. Cargo.toml: ``` [dependencies] -crypto-botters = { version = "0.5", features = ["binance", "bitflyer", "bybit", "coincheck"] } +crypto-botters = { version = "0.6", features = ["binance", "bitflyer", "bybit", "coincheck"] } ``` 使いたい取引所のfeatureを有効化してください。