Release ruma-appservice-api 0.10.0

This commit is contained in:
Kévin Commaille 2024-05-09 12:50:40 +02:00
parent 3799aef382
commit 84c174da49
No known key found for this signature in database
GPG Key ID: 0C971D9DBC9D678D
3 changed files with 5 additions and 2 deletions

View File

@ -16,7 +16,7 @@ criterion = "0.5.0"
http = "1.1.0" http = "1.1.0"
js_int = "0.2.2" js_int = "0.2.2"
maplit = "1.0.2" maplit = "1.0.2"
ruma-appservice-api = { version = "0.9.0", path = "crates/ruma-appservice-api" } ruma-appservice-api = { version = "0.10.0", path = "crates/ruma-appservice-api" }
ruma-common = { version = "0.13.0", path = "crates/ruma-common" } ruma-common = { version = "0.13.0", path = "crates/ruma-common" }
ruma-client = { version = "0.12.0", path = "crates/ruma-client" } ruma-client = { version = "0.12.0", path = "crates/ruma-client" }
ruma-client-api = { version = "0.17.4", path = "crates/ruma-client-api" } ruma-client-api = { version = "0.17.4", path = "crates/ruma-client-api" }

View File

@ -1,9 +1,12 @@
# [unreleased] # [unreleased]
# 0.10.0
Breaking changes: Breaking changes:
* The `url` field of `Registration` is now an `Option<String>`. This should have * The `url` field of `Registration` is now an `Option<String>`. This should have
always been the case. always been the case.
- The http crate had a major version bump to version 1.1
# 0.9.0 # 0.9.0

View File

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