From: Joseph Nuthalapati Date: Mon, 7 Sep 2020 08:50:31 +0000 (+0530) Subject: Bump version and update changelog X-Git-Tag: 0.6.0 X-Git-Url: https://njoseph.me/gitweb/nimcoon.git/commitdiff_plain/16d771c40ce86b6fc551407d6dbb087a20bb7c78 Bump version and update changelog Signed-off-by: Joseph Nuthalapati --- diff --git a/CHANGELOG.md b/CHANGELOG.md index cc20d0d..2223b0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.6.0 + +- Scrape from YouTube directly, no dependence on Invidious instances +- Doom Emacs integration + # 0.5.1 - Fix crash when search has <10 results diff --git a/nimcoon.nimble b/nimcoon.nimble index 4eda322..e76c22e 100644 --- a/nimcoon.nimble +++ b/nimcoon.nimble @@ -1,6 +1,6 @@ # Package -version = "0.5.1" +version = "0.6.0" author = "Joseph Nuthalapati" description = "A command-line YouTube player and more" license = "GPL-3.0"