Release ruma-identity-service-api 0.1.0

This commit is contained in:
Jonas Platte 2021-05-17 01:13:37 +02:00
parent 51b638d7a9
commit a135f25a04
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
3 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
# [unreleased]
# 0.1.0
* Add more endpoints:
```rust
association::{

View File

@ -1,6 +1,6 @@
[package]
name = "ruma-identity-service-api"
version = "0.1.0-alpha.1"
version = "0.1.0"
authors = ["Jonas Platte <jplatte@posteo.de>"]
description = "Types for the endpoints in the Matrix identity service API."
homepage = "https://www.ruma.io/"

View File

@ -32,7 +32,7 @@ ruma-api = { version = "0.17.0", path = "../ruma-api", optional = true }
ruma-appservice-api = { version = "0.2.0", path = "../ruma-appservice-api", optional = true }
ruma-client-api = { version = "0.10.0", path = "../ruma-client-api", optional = true }
ruma-federation-api = { version = "0.1.0", path = "../ruma-federation-api", optional = true }
ruma-identity-service-api = { version = "=0.1.0-alpha.1", path = "../ruma-identity-service-api", optional = true }
ruma-identity-service-api = { version = "0.1.0", path = "../ruma-identity-service-api", optional = true }
ruma-push-gateway-api = { version = "=0.1.0-alpha.1", path = "../ruma-push-gateway-api", optional = true }
[dev-dependencies]