Skip to content

Commit 37e7700

Browse files
committed
release: Release v0.6.0
1 parent 0d8aedf commit 37e7700

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
# Changelog
22

33
## Unreleased
4-
- [full diff on GitHub](https://github.com/negi-grass/crypto-botters/compare/v0.5.1...main)
4+
- [full diff on GitHub](https://github.com/negi-grass/crypto-botters/compare/v0.6.0...main)
5+
6+
## 0.6.0 (2023-12-07)
7+
- [crates.io](https://crates.io/crates/crypto-botters/0.6.0)
8+
- [docs.rs](https://docs.rs/crypto-botters/0.6.0)
9+
- [GitHub release](https://github.com/negi-grass/crypto-botters/releases/tag/v0.6.0)
10+
- [snapshot on GitHub](https://github.com/negi-grass/crypto-botters/tree/v0.6.0)
11+
- [full diff on GitHub](https://github.com/negi-grass/crypto-botters/compare/v0.5.1...v0.6.0)
12+
13+
### Changed
14+
- Update `generic-api-client` to `v0.3.0`
515

616
## 0.5.1 (2023-03-20)
717
- [crates.io](https://crates.io/crates/crypto-botters/0.5.1)

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "crypto-botters"
5-
version = "0.5.1"
5+
version = "0.6.0"
66
authors = ["negi_grass"]
77
edition = "2021"
88
description = "A library for cryptocurrency exchange APIs."

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ More than 20 examples can be found in the [examples directory](https://github.co
2929
Cargo.toml:
3030
```
3131
[dependencies]
32-
crypto-botters = { version = "0.5", features = ["binance", "bitflyer", "bybit", "coincheck"] }
32+
crypto-botters = { version = "0.6", features = ["binance", "bitflyer", "bybit", "coincheck"] }
3333
```
3434
Enable the features for the exchanges that you use.
3535

@@ -133,7 +133,7 @@ request a reconnection, or close the connection.
133133
Cargo.toml:
134134
```
135135
[dependencies]
136-
crypto-botters = { version = "0.5", features = ["binance", "bitflyer", "bybit", "coincheck"] }
136+
crypto-botters = { version = "0.6", features = ["binance", "bitflyer", "bybit", "coincheck"] }
137137
```
138138
使いたい取引所のfeatureを有効化してください。
139139

0 commit comments

Comments
 (0)