Release ruma-identity-service-api 0.9.0

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

View File

@ -24,7 +24,7 @@ ruma-events = { version = "0.28.0", path = "crates/ruma-events" }
ruma-federation-api = { version = "0.8.0", path = "crates/ruma-federation-api" }
ruma-html = { version = "0.2.0", path = "crates/ruma-html" }
ruma-identifiers-validation = { version = "0.9.5", path = "crates/ruma-identifiers-validation" }
ruma-identity-service-api = { version = "0.8.0", path = "crates/ruma-identity-service-api" }
ruma-identity-service-api = { version = "0.9.0", path = "crates/ruma-identity-service-api" }
ruma-macros = { version = "=0.13.0", path = "crates/ruma-macros" }
ruma-push-gateway-api = { version = "0.8.0", path = "crates/ruma-push-gateway-api" }
ruma-signatures = { version = "0.14.0", path = "crates/ruma-signatures" }

View File

@ -1,5 +1,15 @@
# [unreleased]
# 0.9.0
Breaking changes:
- The http crate had a major version bump to version 1.1
Improvements:
- The type returned by `get_supported_versions::known_versions()` was simplified
# 0.8.0
Breaking changes:

View File

@ -1,6 +1,6 @@
[package]
name = "ruma-identity-service-api"
version = "0.8.0"
version = "0.9.0"
description = "Types for the endpoints in the Matrix identity service API."
homepage = "https://ruma.dev/"
keywords = ["matrix", "chat", "messaging", "ruma"]