ruma-events 0.24.6

Improvements:
 
 * Add (unstable) support for [MSC3083](https://github.com/matrix-org/matrix-doc/blob/main/proposals/3083-restricted-rooms.md)
 -----BEGIN PGP SIGNATURE-----
 
 iIwEABYIADQWIQSYRl0lv78dXawPPq7MFU3g4wt8ZwUCYUjgYBYcanBsYXR0ZStn
 aXRAcG9zdGVvLmRlAAoJEMwVTeDjC3xnvF8A/0s7gcm4pijTII7wrIOxB0eWSUgc
 TSxXIOYpsiDcswnUAP9+PLx+ziy0oxtbPcWK5bil7JBcYwM1tlqIM+d9qlgiCQ==
 =W1O9
 -----END PGP SIGNATURE-----
gpgsig -----BEGIN PGP SIGNATURE-----
 
 iIwEABYIADQWIQSYRl0lv78dXawPPq7MFU3g4wt8ZwUCYUjgkBYcanBsYXR0ZStn
 aXRAcG9zdGVvLmRlAAoJEMwVTeDjC3xnrOkBALaAq5RRXvD2xdBD2Q6H9xEPsd/x
 KSknkjMjqgCJq2g8AQCql0S5QpH8PsmOKDmMO9X6lIHnnaqUxpSOOHIm83VKAA==
 =9Aii
 -----END PGP SIGNATURE-----

Merge tag 'ruma-events-0.24.6'

ruma-events 0.24.6

Improvements:

* Add (unstable) support for [MSC3083](https://github.com/matrix-org/matrix-doc/blob/main/proposals/3083-restricted-rooms.md)
This commit is contained in:
Jonas Platte 2021-09-20 21:27:12 +02:00
commit e2d9bf5eba
10 changed files with 15 additions and 10 deletions

View File

@ -37,5 +37,5 @@ serde_json = "1.0.61"
thiserror = "1.0.26" thiserror = "1.0.26"
[dev-dependencies] [dev-dependencies]
ruma-events = { version = "0.24.5", path = "../ruma-events" } ruma-events = { version = "0.24.6", path = "../ruma-events" }
trybuild = "1.0.38" trybuild = "1.0.38"

View File

@ -24,7 +24,7 @@ server = []
ruma-api = { version = "0.18.3", path = "../ruma-api" } ruma-api = { version = "0.18.3", path = "../ruma-api" }
ruma-client-api = { version = "0.12.2", path = "../ruma-client-api", features = ["client"], optional = true } ruma-client-api = { version = "0.12.2", path = "../ruma-client-api", features = ["client"], optional = true }
ruma-common = { version = "0.6.0", path = "../ruma-common" } ruma-common = { version = "0.6.0", path = "../ruma-common" }
ruma-events = { version = "0.24.5", path = "../ruma-events" } ruma-events = { version = "0.24.6", path = "../ruma-events" }
ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers" } ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers" }
ruma-serde = { version = "0.5.0", path = "../ruma-serde" } ruma-serde = { version = "0.5.0", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] } serde = { version = "1.0.118", features = ["derive"] }

View File

@ -36,7 +36,7 @@ maplit = "1.0.2"
percent-encoding = "2.1.0" percent-encoding = "2.1.0"
ruma-api = { version = "0.18.3", path = "../ruma-api" } ruma-api = { version = "0.18.3", path = "../ruma-api" }
ruma-common = { version = "0.6.0", path = "../ruma-common" } ruma-common = { version = "0.6.0", path = "../ruma-common" }
ruma-events = { version = "0.24.5", path = "../ruma-events" } ruma-events = { version = "0.24.6", path = "../ruma-events" }
ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers" } ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers" }
ruma-serde = { version = "0.5.0", path = "../ruma-serde" } ruma-serde = { version = "0.5.0", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] } serde = { version = "1.0.118", features = ["derive"] }

View File

@ -13,7 +13,7 @@ license = "MIT"
name = "ruma-events-macros" name = "ruma-events-macros"
readme = "README.md" readme = "README.md"
repository = "https://github.com/ruma/ruma" repository = "https://github.com/ruma/ruma"
version = "0.24.5" version = "0.24.6"
[lib] [lib]
proc-macro = true proc-macro = true

View File

@ -11,6 +11,11 @@ Breaking changes:
Improvements: Improvements:
* Add `room::message::MessageType::body` accessor method * Add `room::message::MessageType::body` accessor method
# 0.24.6
Improvements:
* Add (unstable) support for [MSC3083](https://github.com/matrix-org/matrix-doc/blob/main/proposals/3083-restricted-rooms.md) * Add (unstable) support for [MSC3083](https://github.com/matrix-org/matrix-doc/blob/main/proposals/3083-restricted-rooms.md)
# 0.24.5 # 0.24.5

View File

@ -8,7 +8,7 @@ license = "MIT"
name = "ruma-events" name = "ruma-events"
readme = "README.md" readme = "README.md"
repository = "https://github.com/ruma/ruma" repository = "https://github.com/ruma/ruma"
version = "0.24.5" version = "0.24.6"
edition = "2018" edition = "2018"
[package.metadata.docs.rs] [package.metadata.docs.rs]
@ -29,7 +29,7 @@ indoc = "1.0"
js_int = { version = "0.2.0", features = ["serde"] } js_int = { version = "0.2.0", features = ["serde"] }
pulldown-cmark = { version = "0.8", default-features = false, optional = true } pulldown-cmark = { version = "0.8", default-features = false, optional = true }
ruma-common = { version = "0.6.0", path = "../ruma-common" } ruma-common = { version = "0.6.0", path = "../ruma-common" }
ruma-events-macros = { version = "=0.24.5", path = "../ruma-events-macros" } ruma-events-macros = { version = "=0.24.6", path = "../ruma-events-macros" }
ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers", features = ["serde"] } ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers", features = ["serde"] }
ruma-serde = { version = "0.5.0", path = "../ruma-serde" } ruma-serde = { version = "0.5.0", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] } serde = { version = "1.0.118", features = ["derive"] }

View File

@ -28,7 +28,7 @@ server = []
js_int = { version = "0.2.0", features = ["serde"] } js_int = { version = "0.2.0", features = ["serde"] }
ruma-api = { version = "0.18.3", path = "../ruma-api" } ruma-api = { version = "0.18.3", path = "../ruma-api" }
ruma-common = { version = "0.6.0", path = "../ruma-common" } ruma-common = { version = "0.6.0", path = "../ruma-common" }
ruma-events = { version = "0.24.5", path = "../ruma-events" } ruma-events = { version = "0.24.6", path = "../ruma-events" }
ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers" } ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers" }
ruma-serde = { version = "0.5.0", path = "../ruma-serde" } ruma-serde = { version = "0.5.0", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] } serde = { version = "1.0.118", features = ["derive"] }

View File

@ -22,7 +22,7 @@ server = []
js_int = { version = "0.2.0", features = ["serde"] } js_int = { version = "0.2.0", features = ["serde"] }
ruma-api = { version = "0.18.3", path = "../ruma-api" } ruma-api = { version = "0.18.3", path = "../ruma-api" }
ruma-common = { version = "0.6.0", path = "../ruma-common" } ruma-common = { version = "0.6.0", path = "../ruma-common" }
ruma-events = { version = "0.24.5", path = "../ruma-events" } ruma-events = { version = "0.24.6", path = "../ruma-events" }
ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers" } ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers" }
ruma-serde = { version = "0.5.0", path = "../ruma-serde" } ruma-serde = { version = "0.5.0", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] } serde = { version = "1.0.118", features = ["derive"] }

View File

@ -23,7 +23,7 @@ unstable-exhaustive-types = []
itertools = "0.10.0" itertools = "0.10.0"
js_int = "0.2.0" js_int = "0.2.0"
ruma-common = { version = "0.6.0", path = "../ruma-common" } ruma-common = { version = "0.6.0", path = "../ruma-common" }
ruma-events = { version = "0.24.5", path = "../ruma-events" } ruma-events = { version = "0.24.6", path = "../ruma-events" }
ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers" } ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers" }
ruma-serde = { version = "0.5.0", path = "../ruma-serde" } ruma-serde = { version = "0.5.0", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] } serde = { version = "1.0.118", features = ["derive"] }

View File

@ -125,7 +125,7 @@ ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers", features
ruma-serde = { version = "0.5.0", path = "../ruma-serde" } ruma-serde = { version = "0.5.0", path = "../ruma-serde" }
ruma-client = { version = "0.7.0", path = "../ruma-client", optional = true } ruma-client = { version = "0.7.0", path = "../ruma-client", optional = true }
ruma-events = { version = "0.24.5", path = "../ruma-events", optional = true } ruma-events = { version = "0.24.6", path = "../ruma-events", optional = true }
ruma-signatures = { version = "0.9.0", path = "../ruma-signatures", optional = true } ruma-signatures = { version = "0.9.0", path = "../ruma-signatures", optional = true }
ruma-state-res = { version = "0.4.1", path = "../ruma-state-res", optional = true } ruma-state-res = { version = "0.4.1", path = "../ruma-state-res", optional = true }