Release ruma-events 0.28.1
This commit is contained in:
parent
0f38daacef
commit
4ec2d68fc0
@ -20,7 +20,7 @@ ruma-appservice-api = { version = "0.10.0", path = "crates/ruma-appservice-api"
|
||||
ruma-common = { version = "0.13.0", path = "crates/ruma-common" }
|
||||
ruma-client = { version = "0.13.0", path = "crates/ruma-client" }
|
||||
ruma-client-api = { version = "0.18.0", path = "crates/ruma-client-api" }
|
||||
ruma-events = { version = "0.28.0", path = "crates/ruma-events" }
|
||||
ruma-events = { version = "0.28.1", path = "crates/ruma-events" }
|
||||
ruma-federation-api = { version = "0.9.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" }
|
||||
|
@ -1,5 +1,7 @@
|
||||
# [unreleased]
|
||||
|
||||
# 0.28.1
|
||||
|
||||
Improvements:
|
||||
|
||||
- Implement `make_for_thread` and `make_replacement` for
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "ruma-events"
|
||||
version = "0.28.0"
|
||||
version = "0.28.1"
|
||||
description = "Serializable types for the events in the Matrix specification."
|
||||
homepage = "https://ruma.dev/"
|
||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user