Release ruma-common 0.11.2

This commit is contained in:
Jonas Platte 2023-02-07 21:04:39 +01:00
parent 3013ca0dc1
commit 94c01077c5
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.8.0", path = "crates/ruma-appservice-api" }
ruma-common = { version = "0.11.1", path = "crates/ruma-common" }
ruma-common = { version = "0.11.2", 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.0", path = "crates/ruma-identifiers-validation" }
ruma-identity-service-api = { version = "0.7.0", path = "crates/ruma-identity-service-api" }
ruma-macros = { version = "=0.11.1", path = "crates/ruma-macros" }
ruma-macros = { version = "=0.11.2", 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.2
Bug fixes:
- Don't accept colons in the localpart given to `UserId::parse_with_servername`

View File

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