From 93dd39ba6eabed4ac5d6dd680f84058325be7541 Mon Sep 17 00:00:00 2001 From: Cory Date: Sat, 6 Feb 2021 13:06:28 -0800 Subject: [PATCH] bump version --- CHANGELOG.md | 2 ++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- api/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 616ba67..40a0c4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ and `Removed`. ## [Unreleased] +## [0.9.1] - 2021-02-06 + ### Changed - Help page can be exited with `q` key (#51) diff --git a/Cargo.lock b/Cargo.lock index a79bd95..f09f523 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1218,7 +1218,7 @@ dependencies = [ [[package]] name = "tickrs" -version = "0.9.0" +version = "0.9.1" dependencies = [ "anyhow", "async-std", @@ -1237,7 +1237,7 @@ dependencies = [ [[package]] name = "tickrs-api" -version = "0.9.0" +version = "0.9.1" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index dd94c7a..22ad5ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tickrs" -version = "0.9.0" +version = "0.9.1" authors = ["tarkah "] edition = "2018" license = "MIT" diff --git a/api/Cargo.toml b/api/Cargo.toml index 2846f25..e379451 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tickrs-api" -version = "0.9.0" +version = "0.9.1" authors = ["tarkah "] edition = "2018" license = "MIT"