From 36adf5da7773137646f2802fdac436fc8779ddd2 Mon Sep 17 00:00:00 2001 From: MathisWellmann Date: Wed, 17 May 2023 20:45:14 +0200 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- README.md | 2 +- trade_aggregation_derive/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b876ba8..6db6bb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trade_aggregation" -version = "8.0.0" +version = "9.0.0" authors = ["MathisWellmann "] edition = "2021" license-file = "LICENSE" diff --git a/README.md b/README.md index 03760ed..262a91e 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ To use this crate in your project, add the following to your Cargo.toml: ```toml [dependencies] -trade_aggregation = "^7" +trade_aggregation = "^9" ``` Lets aggregate all trades into time based 1 minute candles, consisting of open, high, low and close information. diff --git a/trade_aggregation_derive/Cargo.toml b/trade_aggregation_derive/Cargo.toml index b333f4a..e645699 100644 --- a/trade_aggregation_derive/Cargo.toml +++ b/trade_aggregation_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trade_aggregation_derive" -version = "0.3.2" +version = "0.4.0" edition = "2021" authors = ["MathisWellmann "] license-file = "LICENSE"