From 7e1abc527fdfdf61c156ff021e8804efca730338 Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Tue, 29 Dec 2020 16:27:20 +0900 Subject: [PATCH 1/3] Re-version to v0.6.0 --- Cargo.lock | 28 ++++++++++++++-------------- 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 +- 8 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ab0c2d7d..def856d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2526,7 +2526,7 @@ dependencies = [ [[package]] name = "plume" -version = "0.6.1-dev" +version = "0.6.0" dependencies = [ "activitypub 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "askama_escape 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2546,9 +2546,9 @@ dependencies = [ "lettre_email 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", "multipart 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)", "num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)", - "plume-api 0.6.1-dev", - "plume-common 0.6.1-dev", - "plume-models 0.6.1-dev", + "plume-api 0.6.0", + "plume-common 0.6.0", + "plume-models 0.6.0", "rocket 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "rocket_contrib 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "rocket_csrf 0.1.0 (git+https://github.com/fdb-hiroshima/rocket_csrf?rev=29910f2829e7e590a540da3804336577b48c7b31)", @@ -2569,7 +2569,7 @@ dependencies = [ [[package]] name = "plume-api" -version = "0.6.1-dev" +version = "0.6.0" dependencies = [ "serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2577,18 +2577,18 @@ dependencies = [ [[package]] name = "plume-cli" -version = "0.6.1-dev" +version = "0.6.0" dependencies = [ "clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)", "diesel 1.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "dotenv 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", - "plume-models 0.6.1-dev", + "plume-models 0.6.0", "rpassword 4.0.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "plume-common" -version = "0.6.1-dev" +version = "0.6.0" dependencies = [ "activitypub 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "activitystreams-derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2614,7 +2614,7 @@ dependencies = [ [[package]] name = "plume-front" -version = "0.6.1-dev" +version = "0.6.0" dependencies = [ "gettext 0.3.0 (git+https://github.com/Plume-org/gettext/?rev=294c54d74c699fbc66502b480a37cc66c1daa7f3)", "gettext-macros 0.4.0 (git+https://github.com/Plume-org/gettext-macros/?rev=a7c605f7edd6bfbfbfe7778026bfefd88d82db10)", @@ -2628,7 +2628,7 @@ dependencies = [ [[package]] name = "plume-macro" -version = "0.6.1-dev" +version = "0.6.0" dependencies = [ "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2637,7 +2637,7 @@ dependencies = [ [[package]] name = "plume-models" -version = "0.6.1-dev" +version = "0.6.0" dependencies = [ "activitypub 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "ammonia 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2656,9 +2656,9 @@ dependencies = [ "lindera-tantivy 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "migrations_internals 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "openssl 0.10.30 (registry+https://github.com/rust-lang/crates.io-index)", - "plume-api 0.6.1-dev", - "plume-common 0.6.1-dev", - "plume-macro 0.6.1-dev", + "plume-api 0.6.0", + "plume-common 0.6.0", + "plume-macro 0.6.0", "reqwest 0.9.24 (registry+https://github.com/rust-lang/crates.io-index)", "rocket 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "rocket_i18n 0.4.0 (git+https://github.com/Plume-org/rocket_i18n?rev=e922afa7c366038b3433278c03b1456b346074f2)", diff --git a/Cargo.toml b/Cargo.toml index bdbfb990..9b4da969 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Plume contributors"] name = "plume" -version = "0.6.1-dev" +version = "0.6.0" repository = "https://github.com/Plume-org/Plume" edition = "2018" diff --git a/plume-api/Cargo.toml b/plume-api/Cargo.toml index 07e77fc0..6078dd7b 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.6.0" authors = ["Plume contributors"] edition = "2018" diff --git a/plume-cli/Cargo.toml b/plume-cli/Cargo.toml index e4bf318d..6935befe 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.6.0" authors = ["Plume contributors"] edition = "2018" diff --git a/plume-common/Cargo.toml b/plume-common/Cargo.toml index eb594a48..82a43356 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.6.0" authors = ["Plume contributors"] edition = "2018" diff --git a/plume-front/Cargo.toml b/plume-front/Cargo.toml index d84b4320..535601a1 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.6.0" authors = ["Plume contributors"] edition = "2018" diff --git a/plume-macro/Cargo.toml b/plume-macro/Cargo.toml index 499fc51c..9cf79694 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.6.0" authors = ["Trinity Pointard "] edition = "2018" description = "Plume procedural macros" diff --git a/plume-models/Cargo.toml b/plume-models/Cargo.toml index af9a9f6d..d402c5bb 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.6.0" authors = ["Plume contributors"] edition = "2018" From 1c40d5d3bc3a82e8c44af43c37936f23ef2335ec Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Tue, 29 Dec 2020 16:27:29 +0900 Subject: [PATCH 2/3] Add release date to CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ab84fdd..9734f910 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ## [Unreleased] - ReleaseDate -## [[0.6.0]] - Unreleased +## [[0.6.0]] - 2020-12-29 ### Added From f5ca464b16adfa2ffae9afb466b3b808895b39cc Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Tue, 29 Dec 2020 16:29:43 +0900 Subject: [PATCH 3/3] Fix Matrix room ID in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32459b18..493fcc2a 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ rules and thematics, but they can all communicate with each other. ## Get involved -If you want to have regular news about the project, the best place is probably [our blog](https://fediverse.blog/~/PlumeDev), or our Matrix room: [`#plume:disroot.org`](https://riot.im/app/#/room/#plume:disroot.org). +If you want to have regular news about the project, the best place is probably [our blog](https://fediverse.blog/~/PlumeDev), or our Matrix room: [`#plume-blog:matrix.org`](https://matrix.to/#/#plume-blog:matrix.org). If you want to contribute more, a good first step is to read [our contribution guides](https://docs.joinplu.me/contribute). We accept all kind of contribution: