Skip to content

Commit

Permalink
(cargo-release) version {{version}}
Browse files Browse the repository at this point in the history
  • Loading branch information
KitaitiMakoto committed Jan 2, 2022
1 parent 011bd96 commit ef628aa
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 22 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

## [Unreleased] - ReleaseDate

## [[0.7.0]] - 2022-01-02

### Added

- Allow `dir` attributes for LtoR text in RtoL document (#860)
Expand Down Expand Up @@ -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
Expand Down
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
2 changes: 1 addition & 1 deletion plume-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plume-api"
version = "0.6.1-dev"
version = "0.7.0"
authors = ["Plume contributors"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion plume-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plume-cli"
version = "0.6.1-dev"
version = "0.7.0"
authors = ["Plume contributors"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion plume-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plume-common"
version = "0.6.1-dev"
version = "0.7.0"
authors = ["Plume contributors"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion plume-front/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plume-front"
version = "0.6.1-dev"
version = "0.7.0"
authors = ["Plume contributors"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion plume-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion plume-models/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plume-models"
version = "0.6.1-dev"
version = "0.7.0"
authors = ["Plume contributors"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion po/plume-front/cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion po/plume-front/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions po/plume/cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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."
Expand Down
4 changes: 2 additions & 2 deletions po/plume/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit ef628aa

Please sign in to comment.