From ef628aa4989bb369cd2a2f5a9fcdf8e55b008996 Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Sun, 2 Jan 2022 20:41:28 +0900 Subject: [PATCH] (cargo-release) version {{version}} --- CHANGELOG.md | 5 ++++- Cargo.lock | 14 +++++++------- Cargo.toml | 2 +- plume-api/Cargo.toml | 2 +- plume-cli/Cargo.toml | 2 +- plume-common/Cargo.toml | 2 +- plume-front/Cargo.toml | 2 +- plume-macro/Cargo.toml | 2 +- plume-models/Cargo.toml | 2 +- po/plume-front/cs.po | 2 +- po/plume-front/es.po | 2 +- po/plume/cs.po | 6 +++--- po/plume/es.po | 4 ++-- 13 files changed, 25 insertions(+), 22 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49517023..efa29287 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] - ReleaseDate +## [[0.7.0]] - 2022-01-02 + ### Added - Allow `dir` attributes for LtoR text in RtoL document (#860) @@ -216,7 +218,8 @@ - Ability to create multiple blogs -[Unreleased]: https://github.com/Plume-org/Plume/compare/0.6.0...HEAD +[Unreleased]: https://github.com/Plume-org/Plume/compare/0.7.0...HEAD +[[0.7.0]]: https://github.com/Plume-org/Plume/compare/0.6.0...0.7.0 [[0.6.0]]: https://github.com/Plume-org/Plume/compare/0.5.0...0.6.0 [0.5.0]: https://github.com/Plume-org/Plume/compare/0.4.0-alpha-4...0.5.0 [0.4.0]: https://github.com/Plume-org/Plume/compare/0.3.0-alpha-2...0.4.0-alpha-4 diff --git a/Cargo.lock b/Cargo.lock index 0bd41319..47a8d649 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2966,7 +2966,7 @@ dependencies = [ [[package]] name = "plume" -version = "0.6.1-dev" +version = "0.7.0" dependencies = [ "activitypub", "askama_escape", @@ -3008,7 +3008,7 @@ dependencies = [ [[package]] name = "plume-api" -version = "0.6.1-dev" +version = "0.7.0" dependencies = [ "serde 1.0.130", "serde_derive", @@ -3016,7 +3016,7 @@ dependencies = [ [[package]] name = "plume-cli" -version = "0.6.1-dev" +version = "0.7.0" dependencies = [ "clap", "diesel", @@ -3027,7 +3027,7 @@ dependencies = [ [[package]] name = "plume-common" -version = "0.6.1-dev" +version = "0.7.0" dependencies = [ "activitypub", "activitystreams-derive", @@ -3055,7 +3055,7 @@ dependencies = [ [[package]] name = "plume-front" -version = "0.6.1-dev" +version = "0.7.0" dependencies = [ "console_error_panic_hook", "gettext", @@ -3072,7 +3072,7 @@ dependencies = [ [[package]] name = "plume-macro" -version = "0.6.1-dev" +version = "0.7.0" dependencies = [ "proc-macro2 0.4.30", "quote 0.6.13", @@ -3081,7 +3081,7 @@ dependencies = [ [[package]] name = "plume-models" -version = "0.6.1-dev" +version = "0.7.0" dependencies = [ "activitypub", "ammonia", diff --git a/Cargo.toml b/Cargo.toml index 41d6d163..4aa8e9a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Plume contributors"] name = "plume" -version = "0.6.1-dev" +version = "0.7.0" repository = "https://github.com/Plume-org/Plume" edition = "2018" diff --git a/plume-api/Cargo.toml b/plume-api/Cargo.toml index 07e77fc0..8d6d9f9a 100644 --- a/plume-api/Cargo.toml +++ b/plume-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "plume-api" -version = "0.6.1-dev" +version = "0.7.0" authors = ["Plume contributors"] edition = "2018" diff --git a/plume-cli/Cargo.toml b/plume-cli/Cargo.toml index 23bed8c0..82ecb6e5 100644 --- a/plume-cli/Cargo.toml +++ b/plume-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "plume-cli" -version = "0.6.1-dev" +version = "0.7.0" authors = ["Plume contributors"] edition = "2018" diff --git a/plume-common/Cargo.toml b/plume-common/Cargo.toml index a67f748e..1d6cd1ab 100644 --- a/plume-common/Cargo.toml +++ b/plume-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "plume-common" -version = "0.6.1-dev" +version = "0.7.0" authors = ["Plume contributors"] edition = "2018" diff --git a/plume-front/Cargo.toml b/plume-front/Cargo.toml index 8e085ef3..29542eb2 100644 --- a/plume-front/Cargo.toml +++ b/plume-front/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "plume-front" -version = "0.6.1-dev" +version = "0.7.0" authors = ["Plume contributors"] edition = "2018" diff --git a/plume-macro/Cargo.toml b/plume-macro/Cargo.toml index 499fc51c..498abcad 100644 --- a/plume-macro/Cargo.toml +++ b/plume-macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "plume-macro" -version = "0.6.1-dev" +version = "0.7.0" authors = ["Trinity Pointard "] edition = "2018" description = "Plume procedural macros" diff --git a/plume-models/Cargo.toml b/plume-models/Cargo.toml index 9afdcf8a..9c0f9f40 100644 --- a/plume-models/Cargo.toml +++ b/plume-models/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "plume-models" -version = "0.6.1-dev" +version = "0.7.0" authors = ["Plume contributors"] edition = "2018" diff --git a/po/plume-front/cs.po b/po/plume-front/cs.po index d9a929e1..038d69a4 100644 --- a/po/plume-front/cs.po +++ b/po/plume-front/cs.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: plume\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-06-15 16:33-0700\n" -"PO-Revision-Date: 2021-12-11 15:00\n" +"PO-Revision-Date: 2022-01-02 11:39\n" "Last-Translator: \n" "Language-Team: Czech\n" "Language: cs_CZ\n" diff --git a/po/plume-front/es.po b/po/plume-front/es.po index 2a6f84e0..d01602a2 100644 --- a/po/plume-front/es.po +++ b/po/plume-front/es.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: plume\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-06-15 16:33-0700\n" -"PO-Revision-Date: 2021-12-11 15:00\n" +"PO-Revision-Date: 2022-01-02 11:39\n" "Last-Translator: \n" "Language-Team: Spanish\n" "Language: es_ES\n" diff --git a/po/plume/cs.po b/po/plume/cs.po index 62b05f3d..660b9862 100644 --- a/po/plume/cs.po +++ b/po/plume/cs.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: plume\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-06-15 16:33-0700\n" -"PO-Revision-Date: 2021-12-11 15:00\n" +"PO-Revision-Date: 2022-01-02 11:39\n" "Last-Translator: \n" "Language-Team: Czech\n" "Language: cs_CZ\n" @@ -127,11 +127,11 @@ msgstr "Blokování odstraněno" # src/routes/instance.rs:219 msgid "Email already blocked" -msgstr "" +msgstr "Email je již zablokován" # src/routes/instance.rs:224 msgid "Email Blocked" -msgstr "" +msgstr "Email zablokován" # src/routes/instance.rs:317 msgid "You can't change your own rights." diff --git a/po/plume/es.po b/po/plume/es.po index 4ef8333a..f8324642 100644 --- a/po/plume/es.po +++ b/po/plume/es.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: plume\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-06-15 16:33-0700\n" -"PO-Revision-Date: 2021-12-11 15:00\n" +"PO-Revision-Date: 2022-01-02 11:39\n" "Last-Translator: \n" "Language-Team: Spanish\n" "Language: es_ES\n" @@ -382,7 +382,7 @@ msgid "Source code" msgstr "Código fuente" msgid "Matrix room" -msgstr "Sala Matrix" +msgstr "Sala de Matrix" msgid "Admin" msgstr "Administrador"