Skip to content

Commit

Permalink
release: v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
negi-grass committed Mar 17, 2023
1 parent 70a07ee commit e00aaa2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog

## Unreleased
- [full diff on GitHub](https://github.com/negi-grass/crypto-botters/compare/v0.4.3...main)
- [full diff on GitHub](https://github.com/negi-grass/crypto-botters/compare/v0.5.0...main)

## 0.5.0 (2023-03-17)
- [crates.io](https://crates.io/crates/crypto-botters/0.5.0)
- [docs.rs](https://docs.rs/crypto-botters/0.5.0)
- [GitHub release](https://github.com/negi-grass/crypto-botters/releases/tag/v0.5.0)
- [snapshot on GitHub](https://github.com/negi-grass/crypto-botters/tree/v0.5.0)
- [full diff on GitHub](https://github.com/negi-grass/crypto-botters/compare/v0.4.3...v0.5.0)

### Added
- Module `crypto-botters::exchanges` was added. ([#34](https://github.com/negi-grass/crypto-botters/pull/34))
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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

[package]
name = "crypto-botters"
version = "0.4.3"
version = "0.5.0"
authors = ["negi_grass"]
edition = "2021"
description = "A crate for interacting with various cryptocurrency exchanges."
description = "A library for cryptocurrency exchange APIs."
license = "MIT"
readme = "README.md"
homepage = "https://github.com/negi-grass/crypto-botters"
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.4", features = ["binance", "bitflyer", "bybit", "coincheck"] }
crypto-botters = { version = "0.5", features = ["binance", "bitflyer", "bybit", "coincheck"] }
```
Enable the features for the exchanges that you use.

Expand Down Expand Up @@ -130,7 +130,7 @@ request a reconnection, or close the connection.
Cargo.toml:
```
[dependencies]
crypto-botters = { version = "0.4", features = ["binance", "bitflyer", "bybit", "coincheck"] }
crypto-botters = { version = "0.5", features = ["binance", "bitflyer", "bybit", "coincheck"] }
```
使いたい取引所のfeatureを有効化してください。

Expand Down

0 comments on commit e00aaa2

Please sign in to comment.