From 2570b5111884d8e353d80c3cb235c68af71f99b0 Mon Sep 17 00:00:00 2001 From: Cory Forsstrom Date: Tue, 2 Mar 2021 09:26:30 -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 fb2736b..069e0db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ and `Removed`. ## [Unreleased] +## [0.14.1] - 2021-03-02 + ### Fixed - Fixed keybind to correctly capture SHIFT+TAB in the diff --git a/Cargo.lock b/Cargo.lock index 455eb01..8cdd8bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1355,7 +1355,7 @@ dependencies = [ [[package]] name = "tickrs" -version = "0.14.0" +version = "0.14.1" dependencies = [ "anyhow", "async-std", @@ -1377,7 +1377,7 @@ dependencies = [ [[package]] name = "tickrs-api" -version = "0.14.0" +version = "0.14.1" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 46dfe0c..9834bd7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tickrs" -version = "0.14.0" +version = "0.14.1" authors = ["tarkah "] edition = "2018" license = "MIT" @@ -20,7 +20,7 @@ members = [ ] [dependencies] -tickrs-api = { path = "api/", version = "0.14.0" } +tickrs-api = { path = "api/", version = "0.14.1" } anyhow = "1.0" crossbeam-channel = "0.4" diff --git a/api/Cargo.toml b/api/Cargo.toml index c0371cf..e6be43b 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tickrs-api" -version = "0.14.0" +version = "0.14.1" authors = ["tarkah "] edition = "2018" license = "MIT"