Release ruma-common 0.13.0
This commit is contained in:
parent
efd0b4f308
commit
75455d3e0f
@ -17,7 +17,7 @@ http = "1.1.0"
|
|||||||
js_int = "0.2.2"
|
js_int = "0.2.2"
|
||||||
maplit = "1.0.2"
|
maplit = "1.0.2"
|
||||||
ruma-appservice-api = { version = "0.9.0", path = "crates/ruma-appservice-api" }
|
ruma-appservice-api = { version = "0.9.0", path = "crates/ruma-appservice-api" }
|
||||||
ruma-common = { version = "0.12.1", path = "crates/ruma-common" }
|
ruma-common = { version = "0.13.0", path = "crates/ruma-common" }
|
||||||
ruma-client = { version = "0.12.0", path = "crates/ruma-client" }
|
ruma-client = { version = "0.12.0", path = "crates/ruma-client" }
|
||||||
ruma-client-api = { version = "0.17.4", path = "crates/ruma-client-api" }
|
ruma-client-api = { version = "0.17.4", path = "crates/ruma-client-api" }
|
||||||
ruma-events = { version = "0.27.11", path = "crates/ruma-events" }
|
ruma-events = { version = "0.27.11", path = "crates/ruma-events" }
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# [unreleased]
|
# [unreleased]
|
||||||
|
|
||||||
|
# 0.13.0
|
||||||
|
|
||||||
Bug fixes:
|
Bug fixes:
|
||||||
|
|
||||||
- Allow to deserialize `Ruleset` with missing fields.
|
- Allow to deserialize `Ruleset` with missing fields.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "ruma-common"
|
name = "ruma-common"
|
||||||
version = "0.12.1"
|
version = "0.13.0"
|
||||||
description = "Common types for other ruma crates."
|
description = "Common types for other ruma crates."
|
||||||
homepage = "https://ruma.dev/"
|
homepage = "https://ruma.dev/"
|
||||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user