Release ruma-events 0.28.0

This commit is contained in:
Kévin Commaille 2024-05-09 12:39:10 +02:00
parent 38369dc53b
commit cee4a3f779
No known key found for this signature in database
GPG Key ID: 0C971D9DBC9D678D
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.13.0", 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.11", path = "crates/ruma-events" }
ruma-events = { version = "0.28.0", path = "crates/ruma-events" }
ruma-federation-api = { version = "0.8.0", path = "crates/ruma-federation-api" }
ruma-html = { version = "0.2.0", path = "crates/ruma-html" }
ruma-identifiers-validation = { version = "0.9.5", path = "crates/ruma-identifiers-validation" }

View File

@ -1,5 +1,7 @@
# [unreleased]
# 0.28.0
Bug fixes:
- The `MembershipState::Invite` to `MembershipState::Knock` membership change

View File

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