(cargo-release) version {{version}}

This commit is contained in:
Kitaiti Makoto 2022-01-02 20:41:28 +09:00
parent 011bd9602d
commit ef628aa498
13 changed files with 25 additions and 22 deletions

View File

@ -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
<!-- next-url -->
[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

14
Cargo.lock generated
View File

@ -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",

View File

@ -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"

View File

@ -1,6 +1,6 @@
[package]
name = "plume-api"
version = "0.6.1-dev"
version = "0.7.0"
authors = ["Plume contributors"]
edition = "2018"

View File

@ -1,6 +1,6 @@
[package]
name = "plume-cli"
version = "0.6.1-dev"
version = "0.7.0"
authors = ["Plume contributors"]
edition = "2018"

View File

@ -1,6 +1,6 @@
[package]
name = "plume-common"
version = "0.6.1-dev"
version = "0.7.0"
authors = ["Plume contributors"]
edition = "2018"

View File

@ -1,6 +1,6 @@
[package]
name = "plume-front"
version = "0.6.1-dev"
version = "0.7.0"
authors = ["Plume contributors"]
edition = "2018"

View File

@ -1,6 +1,6 @@
[package]
name = "plume-macro"
version = "0.6.1-dev"
version = "0.7.0"
authors = ["Trinity Pointard <trinity.pointard@insa-rennes.fr>"]
edition = "2018"
description = "Plume procedural macros"

View File

@ -1,6 +1,6 @@
[package]
name = "plume-models"
version = "0.6.1-dev"
version = "0.7.0"
authors = ["Plume contributors"]
edition = "2018"

View File

@ -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"

View File

@ -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"

View File

@ -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."

View File

@ -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"