From 97fe57d6901de3e1ba9fa52d766a4b52c3c1bfe0 Mon Sep 17 00:00:00 2001 From: silverpill Date: Sat, 22 Apr 2023 13:31:40 +0000 Subject: [PATCH] Bump version --- CHANGELOG.md | 2 ++ Cargo.lock | 10 +++++----- Cargo.toml | 2 +- mitra-cli/Cargo.toml | 2 +- mitra-config/Cargo.toml | 2 +- mitra-models/Cargo.toml | 2 +- mitra-utils/Cargo.toml | 2 +- 7 files changed, 12 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c6dbf0..b2dea6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +## [1.22.0] - 2023-04-22 + ### Added - Added support for content warnings. diff --git a/Cargo.lock b/Cargo.lock index 8f84680..a3868a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1852,7 +1852,7 @@ dependencies = [ [[package]] name = "mitra" -version = "1.21.0" +version = "1.22.0" dependencies = [ "actix-cors", "actix-files", @@ -1890,7 +1890,7 @@ dependencies = [ [[package]] name = "mitra-cli" -version = "1.21.0" +version = "1.22.0" dependencies = [ "anyhow", "clap", @@ -1905,7 +1905,7 @@ dependencies = [ [[package]] name = "mitra-config" -version = "1.21.0" +version = "1.22.0" dependencies = [ "dotenv", "log", @@ -1920,7 +1920,7 @@ dependencies = [ [[package]] name = "mitra-models" -version = "1.21.0" +version = "1.22.0" dependencies = [ "chrono", "deadpool", @@ -1944,7 +1944,7 @@ dependencies = [ [[package]] name = "mitra-utils" -version = "1.21.0" +version = "1.22.0" dependencies = [ "ammonia", "base64 0.13.0", diff --git a/Cargo.toml b/Cargo.toml index f50a315..6951d46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mitra" -version = "1.21.0" +version = "1.22.0" description = "Federated micro-blogging platform and content subscription service" license = "AGPL-3.0" diff --git a/mitra-cli/Cargo.toml b/mitra-cli/Cargo.toml index 1d40fb8..87484f3 100644 --- a/mitra-cli/Cargo.toml +++ b/mitra-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mitra-cli" -version = "1.21.0" +version = "1.22.0" license = "AGPL-3.0" edition = "2021" rust-version = "1.57" diff --git a/mitra-config/Cargo.toml b/mitra-config/Cargo.toml index 8d5f9c7..04fd200 100644 --- a/mitra-config/Cargo.toml +++ b/mitra-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mitra-config" -version = "1.21.0" +version = "1.22.0" license = "AGPL-3.0" edition = "2021" rust-version = "1.57" diff --git a/mitra-models/Cargo.toml b/mitra-models/Cargo.toml index af80ea3..84512dc 100644 --- a/mitra-models/Cargo.toml +++ b/mitra-models/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mitra-models" -version = "1.21.0" +version = "1.22.0" license = "AGPL-3.0" edition = "2021" rust-version = "1.57" diff --git a/mitra-utils/Cargo.toml b/mitra-utils/Cargo.toml index 0f8f679..6e9fa52 100644 --- a/mitra-utils/Cargo.toml +++ b/mitra-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mitra-utils" -version = "1.21.0" +version = "1.22.0" license = "AGPL-3.0" edition = "2021" rust-version = "1.57"