Skip to content

Commit f27f608

Browse files
authored
prepping for releasing rc6 (#6922)
* Bump version * update test-utils crates to be ready for publishing * adding changelog * Adding automaticly generated READMEs * fixing versions * another version mishap
1 parent ccafe1f commit f27f608

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-membership"
3-
version = "2.0.0-rc5"
3+
version = "2.0.0-rc6"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66
license = "Apache-2.0"
@@ -14,14 +14,14 @@ targets = ["x86_64-unknown-linux-gnu"]
1414
[dependencies]
1515
serde = { version = "1.0.101", optional = true }
1616
codec = { package = "parity-scale-codec", version = "1.3.4", default-features = false }
17-
sp-std = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/std" }
18-
sp-io = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/io" }
19-
frame-support = { version = "2.0.0-rc5", default-features = false, path = "../support" }
20-
frame-system = { version = "2.0.0-rc5", default-features = false, path = "../system" }
21-
sp-runtime = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/runtime" }
17+
sp-std = { version = "2.0.0-rc6", default-features = false, path = "../../primitives/std" }
18+
sp-io = { version = "2.0.0-rc6", default-features = false, path = "../../primitives/io" }
19+
frame-support = { version = "2.0.0-rc6", default-features = false, path = "../support" }
20+
frame-system = { version = "2.0.0-rc6", default-features = false, path = "../system" }
21+
sp-runtime = { version = "2.0.0-rc6", default-features = false, path = "../../primitives/runtime" }
2222

2323
[dev-dependencies]
24-
sp-core = { version = "2.0.0-rc5", path = "../../primitives/core" }
24+
sp-core = { version = "2.0.0-rc6", path = "../../primitives/core" }
2525

2626
[features]
2727
default = ["std"]

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Membership Module
2+
3+
Allows control of membership of a set of `AccountId`s, useful for managing membership of of a
4+
collective. A prime member may be set.
5+
6+
License: Apache-2.0

0 commit comments

Comments
 (0)