Skip to content

Commit

Permalink
release: Release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
negi-grass committed Dec 7, 2023
1 parent 0d8aedf commit 37e7700
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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
Expand Up @@ -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."
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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を有効化してください。

Expand Down

0 comments on commit 37e7700

Please sign in to comment.