Release ruma-events 0.27.11

This commit is contained in:
Jonas Platte 2023-11-27 16:17:39 +01:00
parent ef9f790928
commit 23c2b9546d
No known key found for this signature in database
GPG key ID: AAA7A61F696C3E0C
3 changed files with 4 additions and 2 deletions

View file

@ -20,7 +20,7 @@ ruma-appservice-api = { version = "0.9.0", path = "crates/ruma-appservice-api" }
ruma-common = { version = "0.12.1", path = "crates/ruma-common" }
ruma-client = { version = "0.12.0", path = "crates/ruma-client" }
ruma-client-api = { version = "0.17.4", path = "crates/ruma-client-api" }
ruma-events = { version = "0.27.10", path = "crates/ruma-events" }
ruma-events = { version = "0.27.11", path = "crates/ruma-events" }
ruma-federation-api = { version = "0.8.0", path = "crates/ruma-federation-api" }
ruma-html = { version = "0.1.0", path = "crates/ruma-html" }
ruma-identifiers-validation = { version = "0.9.3", path = "crates/ruma-identifiers-validation" }

View file

@ -1,5 +1,7 @@
# [unreleased]
# 0.27.11
- Add unstable support for `m.call.notify` events
(unstable type `org.matrix.msc4075.call.notify`)

View file

@ -1,6 +1,6 @@
[package]
name = "ruma-events"
version = "0.27.10"
version = "0.27.11"
description = "Serializable types for the events in the Matrix specification."
homepage = "https://ruma.io/"
keywords = ["matrix", "chat", "messaging", "ruma"]