Release ruma-appservice-api 0.8.0

This commit is contained in:
Jonas Platte 2023-02-01 14:01:40 +01:00
parent 9bbe06aa3f
commit 0a9a6c5f33
No known key found for this signature in database
GPG Key ID: AAA7A61F696C3E0C
3 changed files with 4 additions and 2 deletions

View File

@ -12,7 +12,7 @@ criterion = "0.4.0"
http = "0.2.8"
js_int = "0.2.2"
maplit = "1.0.2"
ruma-appservice-api = { version = "0.7.0", path = "crates/ruma-appservice-api" }
ruma-appservice-api = { version = "0.8.0", path = "crates/ruma-appservice-api" }
ruma-common = { version = "0.11.0", path = "crates/ruma-common" }
ruma-client = { version = "0.10.0", path = "crates/ruma-client" }
ruma-client-api = { version = "0.15.3", path = "crates/ruma-client-api" }

View File

@ -1,5 +1,7 @@
# [unreleased]
# 0.8.0
Improvements:
* Add support for using the Authorization header (MSC2832 / Matrix 1.4)

View File

@ -7,7 +7,7 @@ license = "MIT"
name = "ruma-appservice-api"
readme = "README.md"
repository = "https://github.com/ruma/ruma"
version = "0.7.0"
version = "0.8.0"
edition = "2021"
rust-version = "1.64"