Release ruma-common 0.11.3

This commit is contained in:
Kévin Commaille 2023-02-15 12:44:42 +01:00
parent 446c6ab753
commit f17f288a3f
No known key found for this signature in database
GPG Key ID: DD507DAE96E8245C
4 changed files with 6 additions and 4 deletions

View File

@ -13,13 +13,13 @@ http = "0.2.8"
js_int = "0.2.2"
maplit = "1.0.2"
ruma-appservice-api = { version = "0.8.0", path = "crates/ruma-appservice-api" }
ruma-common = { version = "0.11.2", path = "crates/ruma-common" }
ruma-common = { version = "0.11.3", path = "crates/ruma-common" }
ruma-client = { version = "0.11.0", path = "crates/ruma-client" }
ruma-client-api = { version = "0.16.0", path = "crates/ruma-client-api" }
ruma-federation-api = { version = "0.7.0", path = "crates/ruma-federation-api" }
ruma-identifiers-validation = { version = "0.9.1", path = "crates/ruma-identifiers-validation" }
ruma-identity-service-api = { version = "0.7.0", path = "crates/ruma-identity-service-api" }
ruma-macros = { version = "=0.11.2", path = "crates/ruma-macros" }
ruma-macros = { version = "=0.11.3", path = "crates/ruma-macros" }
ruma-push-gateway-api = { version = "0.7.0", path = "crates/ruma-push-gateway-api" }
ruma-signatures = { version = "0.13.0", path = "crates/ruma-signatures" }
ruma-server-util = { version = "0.1.0", path = "crates/ruma-server-util" }

View File

@ -1,5 +1,7 @@
# [unreleased]
# 0.11.3
Bug fixes:
- Move `.m.rule.roomnotif` push rule before `.m.rule.tombstone` in the server default push rules,

View File

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

View File

@ -7,7 +7,7 @@ license = "MIT"
name = "ruma-macros"
readme = "README.md"
repository = "https://github.com/ruma/ruma"
version = "0.11.2"
version = "0.11.3"
edition = "2021"
rust-version = "1.64"