Release ruma-appservice-api 0.9.0

This commit is contained in:
Jonas Platte 2023-10-05 17:12:48 +02:00
parent fd58a7b8d0
commit 7e888c4b04
No known key found for this signature in database
GPG Key ID: AAA7A61F696C3E0C
3 changed files with 4 additions and 2 deletions

View File

@ -16,7 +16,7 @@ criterion = "0.5.0"
http = "0.2.8"
js_int = "0.2.2"
maplit = "1.0.2"
ruma-appservice-api = { version = "0.8.1", path = "crates/ruma-appservice-api" }
ruma-appservice-api = { version = "0.9.0", 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" }

View File

@ -1,5 +1,7 @@
# [unreleased]
# 0.9.0
Improvements:
- Add support for the appservice ping mechanism (MSC 2659 / Matrix 1.7)

View File

@ -7,7 +7,7 @@ license = "MIT"
name = "ruma-appservice-api"
readme = "README.md"
repository = "https://github.com/ruma/ruma"
version = "0.8.1"
version = "0.9.0"
edition = "2021"
rust-version = { workspace = true }