From e8e9c9a10021938cce11d91b30ae76e127c8d34c Mon Sep 17 00:00:00 2001 From: Cory Forsstrom Date: Fri, 19 Feb 2021 10:42:33 -0800 Subject: [PATCH] bump version --- CHANGELOG.md | 2 ++ Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- api/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dca7cc..bd2644f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ and `Removed`. ## [Unreleased] +## [0.13.0] - 2021-02-19 + ### Added - Candestick chart support has been added. You can press 'c' to toggle between diff --git a/Cargo.lock b/Cargo.lock index efc2d11..8b967c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1355,7 +1355,7 @@ dependencies = [ [[package]] name = "tickrs" -version = "0.12.0" +version = "0.13.0" dependencies = [ "anyhow", "async-std", @@ -1377,7 +1377,7 @@ dependencies = [ [[package]] name = "tickrs-api" -version = "0.12.0" +version = "0.13.0" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index a6d526c..9805dc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tickrs" -version = "0.12.0" +version = "0.13.0" authors = ["tarkah "] edition = "2018" license = "MIT" @@ -17,7 +17,7 @@ members = [ ] [dependencies] -tickrs-api = { path = "api/", version = "0.12.0" } +tickrs-api = { path = "api/", version = "0.13.0" } anyhow = "1.0" crossbeam-channel = "0.4" diff --git a/api/Cargo.toml b/api/Cargo.toml index 8854ff5..673cb09 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tickrs-api" -version = "0.12.0" +version = "0.13.0" authors = ["tarkah "] edition = "2018" license = "MIT"