From 0436b9d3c38acf7c4bf9a23795bc2e192c36e7b0 Mon Sep 17 00:00:00 2001 From: Nia Calia-Bogan Date: Wed, 22 Dec 2021 22:46:24 -0500 Subject: [PATCH] Update changelog and version for release --- CHANGELOG.md | 5 +++-- Cargo.lock | 2 +- Cargo.toml | 2 +- src/web/services/user/profile.rs | 1 - 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f670081d..978e81d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ version 0.6.4 and earlier may not be entirely accurate or complete. A best effor has been made to fill in the gaps. If you find an issue anywhere in this changelog, please submit a pull request fixing it. -## Unreleased +## 0.8.3 - December 22nd, 2021 - Updated minimum rust version to 1.57.0. -- Added [Open Graph Protocol](https://ogp.me/) meta tags to site. +- Added [Open Graph Protocol](https://ogp.me/) meta tags to site. ([#205]) - Fixed critical security issues reported by [Chris Reed](https://github.com/cjreed121) (Thanks, Chris, for reporting these to me): - XSS bug in the meeting description text box. - Privilege escalation bug on the user settings page. @@ -156,3 +156,4 @@ please submit a pull request fixing it. [#188]: https://github.com/rcos/Telescope/issues/188 [#189]: https://github.com/rcos/Telescope/pull/189 [#204]: https://github.com/rcos/Telescope/pull/204 +[#205]: https://github.com/rcos/Telescope/pull/205 diff --git a/Cargo.lock b/Cargo.lock index 02cf459e..dc14a4db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2761,7 +2761,7 @@ dependencies = [ [[package]] name = "telescope" -version = "0.8.3-dev" +version = "0.8.3" dependencies = [ "actix", "actix-files", diff --git a/Cargo.toml b/Cargo.toml index 86c71f8f..f325281e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "telescope" -version = "0.8.3-dev" +version = "0.8.3" authors = ["Antonia \"Nia\" Calia-Bogan "] description = "The RCOS webapp" edition = "2021" diff --git a/src/web/services/user/profile.rs b/src/web/services/user/profile.rs index f69888a6..89368fe7 100644 --- a/src/web/services/user/profile.rs +++ b/src/web/services/user/profile.rs @@ -19,7 +19,6 @@ use chrono::{Datelike, Local}; use serenity::model::guild::Member; use serenity::model::user::User; use std::collections::HashMap; -use serde_json::Value; use uuid::Uuid; /// The path from the template directory to the profile template.