Release ruma-federation-api 0.6.0
This commit is contained in:
parent
f64a4bfc48
commit
c7631de520
@ -1,5 +1,11 @@
|
|||||||
# [unreleased]
|
# [unreleased]
|
||||||
|
|
||||||
|
# 0.6.0
|
||||||
|
|
||||||
|
Breaking changes:
|
||||||
|
|
||||||
|
* Upgrade dependencies
|
||||||
|
|
||||||
# 0.5.0
|
# 0.5.0
|
||||||
|
|
||||||
Improvements:
|
Improvements:
|
||||||
|
@ -7,7 +7,7 @@ license = "MIT"
|
|||||||
name = "ruma-federation-api"
|
name = "ruma-federation-api"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/ruma/ruma"
|
repository = "https://github.com/ruma/ruma"
|
||||||
version = "0.5.0"
|
version = "0.6.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.60"
|
rust-version = "1.60"
|
||||||
|
|
||||||
|
@ -215,7 +215,7 @@ ruma-state-res = { version = "0.7.0", path = "../ruma-state-res", optional = tru
|
|||||||
|
|
||||||
ruma-appservice-api = { version = "0.6.0", path = "../ruma-appservice-api", optional = true }
|
ruma-appservice-api = { version = "0.6.0", path = "../ruma-appservice-api", optional = true }
|
||||||
ruma-client-api = { version = "0.15.0", path = "../ruma-client-api", optional = true }
|
ruma-client-api = { version = "0.15.0", path = "../ruma-client-api", optional = true }
|
||||||
ruma-federation-api = { version = "0.5.0", path = "../ruma-federation-api", optional = true }
|
ruma-federation-api = { version = "0.6.0", path = "../ruma-federation-api", optional = true }
|
||||||
ruma-identity-service-api = { version = "0.5.0", path = "../ruma-identity-service-api", optional = true }
|
ruma-identity-service-api = { version = "0.5.0", path = "../ruma-identity-service-api", optional = true }
|
||||||
ruma-push-gateway-api = { version = "0.5.0", path = "../ruma-push-gateway-api", optional = true }
|
ruma-push-gateway-api = { version = "0.5.0", path = "../ruma-push-gateway-api", optional = true }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user