From 4335894c110d6c86d7ff5661084e650ad3d060b9 Mon Sep 17 00:00:00 2001 From: Alexander Keliris Date: Mon, 4 May 2020 13:38:49 +0100 Subject: [PATCH] Prepare release v0.19.0 --- CHANGELOG.md | 9 ++++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cbda215..e1f68ce1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,15 @@ # Changelog -## [Unreleased] +## [0.19.0] - 2020-05-04 + +### Fixed - Fix re-authentication [#415](https://github.com/Rigellute/spotify-tui/pull/415) +- Fix audio analysis feature [#435](https://github.com/Rigellute/spotify-tui/pull/435) + +### Added + +- Add more readline shortcuts to the search input [#425](https://github.com/Rigellute/spotify-tui/pull/425) ## [0.18.0] - 2020-04-21 diff --git a/Cargo.lock b/Cargo.lock index 055610ac..9b9e328d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1602,7 +1602,7 @@ dependencies = [ [[package]] name = "spotify-tui" -version = "0.18.0" +version = "0.19.0" dependencies = [ "anyhow", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index ef756019..2586ea24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ documentation = "https://github.com/Rigellute/spotify-tui" repository = "https://github.com/Rigellute/spotify-tui" keywords = ["spotify", "tui", "cli", "terminal"] categories = ["command-line-utilities"] -version = "0.18.0" +version = "0.19.0" authors = ["Alexander Keliris "] edition = "2018" license = "MIT OR Apache-2.0"