Release ruma-appservice-api 0.4.0

This commit is contained in:
Jonas Platte 2021-08-11 17:53:43 +02:00
parent 6734cf3bf4
commit f8ea3d6ff8
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67
3 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
# [unreleased]
# 0.4.0
Breaking changes:
* Upgrade dependencies

View File

@ -8,7 +8,7 @@ license = "MIT"
name = "ruma-appservice-api"
readme = "README.md"
repository = "https://github.com/ruma/ruma"
version = "0.3.0"
version = "0.4.0"
edition = "2018"
[package.metadata.docs.rs]

View File

@ -129,7 +129,7 @@ ruma-signatures = { version = "0.9.0", path = "../ruma-signatures", optional = t
ruma-state-res = { version = "0.2.0", path = "../ruma-state-res", optional = true }
ruma-api = { version = "0.18.1", path = "../ruma-api", optional = true }
ruma-appservice-api = { version = "0.3.0", path = "../ruma-appservice-api", optional = true }
ruma-appservice-api = { version = "0.4.0", path = "../ruma-appservice-api", optional = true }
ruma-client-api = { version = "0.12.0", path = "../ruma-client-api", optional = true }
ruma-federation-api = { version = "0.3.0", path = "../ruma-federation-api", optional = true }
ruma-identity-service-api = { version = "0.3.0", path = "../ruma-identity-service-api", optional = true }