From 5233ef1b0679784989f5a775662e0cdd8804c9dd Mon Sep 17 00:00:00 2001 From: Pierce Thompson Date: Tue, 9 May 2023 02:28:02 -0400 Subject: [PATCH] Bump to 0.3.1 --- CHANGELOG.md | 4 ++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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"