Release ruma-events 0.27.0

This commit is contained in:
Jonas Platte 2023-10-05 17:09:02 +02:00
parent b0143702a7
commit 1227db0f08
No known key found for this signature in database
GPG Key ID: AAA7A61F696C3E0C
3 changed files with 5 additions and 3 deletions

View File

@ -20,7 +20,7 @@ ruma-appservice-api = { version = "0.8.1", path = "crates/ruma-appservice-api" }
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" }
ruma-events = { version = "0.27.0", path = "crates/ruma-events" }
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" }

View File

@ -1,6 +1,8 @@
# [unreleased]
The crate was split out of `ruma-common` again after the 0.11.3 release.
# 0.27.0
The crate was split out of `ruma-common` again after `ruma-common 0.11.3`.
Bug fixes:

View File

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