From 59a9c25ab57098b00b5a0012cc893b28b244e64c Mon Sep 17 00:00:00 2001 From: Pierce Thompson Date: Fri, 7 Jul 2023 23:46:30 -0400 Subject: [PATCH] Bump to 0.5.1 --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e185ab9..610eb75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +# 0.5.1: +- Fixed lyrics not showing for songs with no verse headers. + + # 0.5.0: - Added the ability to go to artists/albums via path. - Removed the ability to go to artists/albums via ID. diff --git a/Cargo.lock b/Cargo.lock index 20557e1..e601e1e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -883,7 +883,7 @@ dependencies = [ [[package]] name = "intellectual" -version = "0.5.0" +version = "0.5.1" dependencies = [ "actix-web", "askama", diff --git a/Cargo.toml b/Cargo.toml index c5e715d..59bed6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "intellectual" description = "Alternate frontend for Genius focused on privacy and simplicity" -version = "0.5.0" +version = "0.5.1" license = "AGPL-3.0" repository = "https://github.com/Insprill/intellectual" edition = "2021"