Release ruma-state-res 0.8.0
This commit is contained in:
parent
0047b1d19b
commit
2c43137f5f
@ -1,5 +1,7 @@
|
|||||||
# [unreleased]
|
# [unreleased]
|
||||||
|
|
||||||
|
# 0.8.0
|
||||||
|
|
||||||
Bug fixes:
|
Bug fixes:
|
||||||
|
|
||||||
* Change default `invite` power level to `0`
|
* Change default `invite` power level to `0`
|
||||||
|
@ -7,7 +7,7 @@ homepage = "https://www.ruma.io/"
|
|||||||
repository = "https://github.com/ruma/ruma"
|
repository = "https://github.com/ruma/ruma"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
version = "0.7.0"
|
version = "0.8.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.60"
|
rust-version = "1.60"
|
||||||
|
|
||||||
|
@ -211,7 +211,7 @@ ruma-common = { version = "0.10.0", path = "../ruma-common" }
|
|||||||
|
|
||||||
ruma-client = { version = "0.10.0", path = "../ruma-client", optional = true }
|
ruma-client = { version = "0.10.0", path = "../ruma-client", optional = true }
|
||||||
ruma-signatures = { version = "0.12.0", path = "../ruma-signatures", optional = true }
|
ruma-signatures = { version = "0.12.0", path = "../ruma-signatures", optional = true }
|
||||||
ruma-state-res = { version = "0.7.0", path = "../ruma-state-res", optional = true }
|
ruma-state-res = { version = "0.8.0", path = "../ruma-state-res", optional = true }
|
||||||
|
|
||||||
ruma-appservice-api = { version = "0.7.0", path = "../ruma-appservice-api", optional = true }
|
ruma-appservice-api = { version = "0.7.0", path = "../ruma-appservice-api", optional = true }
|
||||||
ruma-client-api = { version = "0.15.0", path = "../ruma-client-api", optional = true }
|
ruma-client-api = { version = "0.15.0", path = "../ruma-client-api", optional = true }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user