Release ruma-common 0.12.1

This commit is contained in:
Jonas Platte 2023-11-16 10:43:15 +01:00
parent 4189dde59e
commit 5d7c1f5330
No known key found for this signature in database
GPG Key ID: AAA7A61F696C3E0C
3 changed files with 4 additions and 2 deletions

View File

@ -17,7 +17,7 @@ http = "0.2.8"
js_int = "0.2.2"
maplit = "1.0.2"
ruma-appservice-api = { version = "0.9.0", path = "crates/ruma-appservice-api" }
ruma-common = { version = "0.12.0", path = "crates/ruma-common" }
ruma-common = { version = "0.12.1", path = "crates/ruma-common" }
ruma-client = { version = "0.12.0", path = "crates/ruma-client" }
ruma-client-api = { version = "0.17.2", path = "crates/ruma-client-api" }
ruma-events = { version = "0.27.9", path = "crates/ruma-events" }

View File

@ -1,5 +1,7 @@
# [unreleased]
# 0.12.1
Bug fixes:
- Allow to deserialize `(New)ConditionalPushRule` with a missing `conditions` field.

View File

@ -1,6 +1,6 @@
[package]
name = "ruma-common"
version = "0.12.0"
version = "0.12.1"
description = "Common types for other ruma crates."
homepage = "https://ruma.io/"
keywords = ["matrix", "chat", "messaging", "ruma"]