Release ruma-appservice-api 0.9.0
This commit is contained in:
parent
fd58a7b8d0
commit
7e888c4b04
@ -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" }
|
||||
|
@ -1,5 +1,7 @@
|
||||
# [unreleased]
|
||||
|
||||
# 0.9.0
|
||||
|
||||
Improvements:
|
||||
|
||||
- Add support for the appservice ping mechanism (MSC 2659 / Matrix 1.7)
|
||||
|
@ -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 }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user