diff --git a/CHANGELOG.md b/CHANGELOG.md index 4620b70..9c05e7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -# 0.x.x: +# 0.3.1: - Fixed the artist image taking up the entire backgound on small Safari viewports. -- Fixed image URL on the artist page not being URL encoded. +- Fixed the image URL on the artist page not being URL encoded. ## 0.3.0: diff --git a/Cargo.lock b/Cargo.lock index 4f47881..e3f74c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -951,7 +951,7 @@ dependencies = [ [[package]] name = "intellectual" -version = "0.2.0" +version = "0.3.1" dependencies = [ "actix-web", "askama", diff --git a/Cargo.toml b/Cargo.toml index f7c084e..715f0ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "intellectual" -version = "0.3.0" +version = "0.3.1" license = "AGPL-3.0" repository = "https://github.com/Insprill/intellectual" edition = "2021"