Release ruma-federation-api 0.0.3

This commit is contained in:
Jonas Platte 2020-07-29 17:14:10 +02:00
parent dbdbc148ea
commit 97888f18ae
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67
3 changed files with 7 additions and 5 deletions

View File

@ -1,5 +1,7 @@
# [unreleased]
# 0.0.3
Breaking Changes:
* Replace `RoomV3Pdu` with `ruma_events::pdu::{Pdu, PduStub}`.

View File

@ -13,17 +13,17 @@ license = "MIT"
name = "ruma-federation-api"
readme = "README.md"
repository = "https://github.com/ruma/ruma"
version = "0.0.2"
version = "0.0.3"
[dependencies]
js_int = "0.1.7"
js_int = "0.1.9"
ruma-api = { version = "=0.17.0-alpha.1", path = "../ruma-api" }
ruma-common = { version = "0.2.0", path = "../ruma-common" }
ruma-events = { version = "=0.22.0-alpha.1", path = "../ruma-events" }
ruma-identifiers = { version = "0.17.1", path = "../ruma-identifiers" }
ruma-serde = { version = "0.2.3", path = "../ruma-serde" }
serde = { version = "1.0.113", features = ["derive"] }
serde_json = "1.0.55"
serde = { version = "1.0.114", features = ["derive"] }
serde_json = "1.0.57"
[dev-dependencies]
matches = "0.1.8"

View File

@ -33,7 +33,7 @@ ruma-signatures = { version = "0.6.0-dev.1", path = "../ruma-signatures", option
ruma-api = { version = "=0.17.0-alpha.1", path = "../ruma-api", optional = true }
ruma-appservice-api = { version = "0.1.0", path = "../ruma-appservice-api", optional = true }
ruma-client-api = { version = "0.9.0", path = "../ruma-client-api", optional = true }
ruma-federation-api = { version = "0.0.2", path = "../ruma-federation-api", optional = true }
ruma-federation-api = { version = "0.0.3", path = "../ruma-federation-api", optional = true }
[dev-dependencies]
trybuild = "1.0.30"