Release ruma-common 0.11.0

This commit is contained in:
Jonas Platte 2023-02-01 13:26:09 +01:00
parent 706bbf1753
commit 9bbe06aa3f
No known key found for this signature in database
GPG Key ID: AAA7A61F696C3E0C
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.7.0", path = "crates/ruma-appservice-api" }
ruma-common = { version = "0.10.5", path = "crates/ruma-common" }
ruma-common = { version = "0.11.0", path = "crates/ruma-common" }
ruma-client = { version = "0.10.0", path = "crates/ruma-client" }
ruma-client-api = { version = "0.15.3", path = "crates/ruma-client-api" }
ruma-federation-api = { version = "0.6.0", path = "crates/ruma-federation-api" }
ruma-identifiers-validation = { version = "0.9.0", path = "crates/ruma-identifiers-validation" }
ruma-identity-service-api = { version = "0.6.0", path = "crates/ruma-identity-service-api" }
ruma-macros = { version = "0.10.5", path = "crates/ruma-macros" }
ruma-macros = { version = "=0.11.0", path = "crates/ruma-macros" }
ruma-push-gateway-api = { version = "0.6.0", path = "crates/ruma-push-gateway-api" }
ruma-signatures = { version = "0.12.0", path = "crates/ruma-signatures" }
ruma-state-res = { version = "0.8.0", path = "crates/ruma-state-res" }

View File

@ -1,5 +1,7 @@
# [unreleased]
# 0.11.0
Bug fixes:
* HTML-relevant characters (`<`, `>`, etc) in plaintext replies are now escaped

View File

@ -1,6 +1,6 @@
[package]
name = "ruma-common"
version = "0.10.5"
version = "0.11.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.10.5"
version = "0.11.0"
edition = "2021"
rust-version = "1.64"