From: Joseph Nuthalapati Date: Mon, 3 Aug 2020 03:35:38 +0000 (+0530) Subject: Bump version and update changelog X-Git-Tag: 0.5.1 X-Git-Url: https://njoseph.me/gitweb/nimcoon.git/commitdiff_plain/22fff4dd672a532beb555bad7b57aecdd104af2e Bump version and update changelog Signed-off-by: Joseph Nuthalapati --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 23cd0a3..cc20d0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.5.1 + +- Fix crash when search has <10 results +- Find alternative to invidio.us instance + # 0.5.0 - Use Invidio.us to retrieve search results diff --git a/nimcoon.nimble b/nimcoon.nimble index 7626fc4..4eda322 100644 --- a/nimcoon.nimble +++ b/nimcoon.nimble @@ -1,6 +1,6 @@ # Package -version = "0.5.0" +version = "0.5.1" author = "Joseph Nuthalapati" description = "A command-line YouTube player and more" license = "GPL-3.0"