Skip to content

Commit c049791

Browse files
committed
Release synapse-admin-api 0.9.0
1 parent f21bac8 commit c049791

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# [unreleased]
22

3+
# 0.9.0
4+
35
Breaking changes:
46

5-
- Upgrade Ruma to 0.14.0
7+
- Upgrade Ruma to 0.14.1
68
- All endpoints use `SinglePath` rather than `VersionHistory` as `PathBuilder`.
79
- Bump MSRV to 1.88.
810

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "synapse-admin-api"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
categories = ["api-bindings", "web-programming"]
55
description = "Types for the endpoints in the synapse admin API."
66
homepage = "https://ruma.dev/"
@@ -19,7 +19,7 @@ shared-secret-registration-mac = ["dep:hex", "dep:hmac", "dep:sha1"]
1919
[dependencies]
2020
hex = { version = "0.4.3", optional = true }
2121
hmac = { version = "0.12.1", optional = true }
22-
ruma = { version = "0.14.0", features = ["api", "events"] }
22+
ruma = { version = "0.14.1", features = ["api", "events"] }
2323
serde = { version = "1.0.118", features = ["derive"] }
2424
sha1 = { version = "0.10.1", optional = true }
2525

0 commit comments

Comments
 (0)