Skip to content

Commit

Permalink
Merge pull request 'Release 0.6.0' (#855) from release0.6.0 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
KitaitiMakoto committed Dec 29, 2020
2 parents 39b2ef7 + f5ca464 commit 5885cb5
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## [Unreleased] - ReleaseDate

## [[0.6.0]] - Unreleased
## [[0.6.0]] - 2020-12-29

### Added

Expand Down
28 changes: 14 additions & 14 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.6.0"
repository = "https://github.com/Plume-org/Plume"
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

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.6.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.6.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.6.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.6.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.6.0"
authors = ["Trinity Pointard <[email protected]>"]
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.6.0"
authors = ["Plume contributors"]
edition = "2018"

Expand Down

0 comments on commit 5885cb5

Please sign in to comment.