Release ruma-common 0.11.1

This commit is contained in:
Jonas Platte 2023-02-02 13:02:45 +01:00
parent 1249dda583
commit 093c231792
No known key found for this signature in database
GPG Key ID: AAA7A61F696C3E0C
4 changed files with 11 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.0", path = "crates/ruma-common" }
ruma-common = { version = "0.11.1", 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.0", path = "crates/ruma-macros" }
ruma-macros = { version = "=0.11.1", 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,12 @@
# [unreleased]
# 0.11.1
Improvements:
- Make alternate Debug representation of `MilliSecondsSinceUnixEpoch` and
`SecondsSinceUnixEpoch` more compact (remove newlines)
# 0.11.0
Bug fixes:

View File

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