Release ruma-common 0.12.0

This commit is contained in:
Jonas Platte 2023-10-05 11:21:46 +02:00
parent 7f7d6ee533
commit 7cee1787a2
No known key found for this signature in database
GPG Key ID: AAA7A61F696C3E0C
4 changed files with 6 additions and 4 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.8.1", path = "crates/ruma-appservice-api" }
ruma-common = { version = "0.11.3", path = "crates/ruma-common" }
ruma-common = { version = "0.12.0", path = "crates/ruma-common" }
ruma-client = { version = "0.11.0", path = "crates/ruma-client" }
ruma-client-api = { version = "0.16.2", path = "crates/ruma-client-api" }
ruma-events = { version = "0.26.0", path = "crates/ruma-events" }
@ -25,7 +25,7 @@ ruma-federation-api = { version = "0.7.1", path = "crates/ruma-federation-api" }
ruma-html = { version = "0.1.0", path = "crates/ruma-html" }
ruma-identifiers-validation = { version = "0.9.2", path = "crates/ruma-identifiers-validation" }
ruma-identity-service-api = { version = "0.7.1", path = "crates/ruma-identity-service-api" }
ruma-macros = { version = "=0.11.3", path = "crates/ruma-macros" }
ruma-macros = { version = "=0.12.0", path = "crates/ruma-macros" }
ruma-push-gateway-api = { version = "0.7.1", path = "crates/ruma-push-gateway-api" }
ruma-signatures = { version = "0.13.1", path = "crates/ruma-signatures" }
ruma-server-util = { version = "0.1.1", path = "crates/ruma-server-util" }

View File

@ -1,5 +1,7 @@
# [unreleased]
# 0.12.0
Bug fixes:
- Set the predefined server-default `.m.rule.tombstone` push rule as enabled by default, as defined

View File

@ -1,6 +1,6 @@
[package]
name = "ruma-common"
version = "0.11.3"
version = "0.12.0"
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.3"
version = "0.12.0"
edition = "2021"
rust-version = { workspace = true }