diff --git a/crates/ruma-federation-api/CHANGELOG.md b/crates/ruma-federation-api/CHANGELOG.md index 65da9f35..27ab9638 100644 --- a/crates/ruma-federation-api/CHANGELOG.md +++ b/crates/ruma-federation-api/CHANGELOG.md @@ -1,4 +1,6 @@ -# 0.1.0 (unreleased) +# [unreleased] + +# 0.1.0 Breaking Changes: diff --git a/crates/ruma-federation-api/Cargo.toml b/crates/ruma-federation-api/Cargo.toml index cafe16ba..732e690f 100644 --- a/crates/ruma-federation-api/Cargo.toml +++ b/crates/ruma-federation-api/Cargo.toml @@ -12,7 +12,7 @@ license = "MIT" name = "ruma-federation-api" readme = "README.md" repository = "https://github.com/ruma/ruma" -version = "0.1.0-alpha.2" +version = "0.1.0" [dependencies] js_int = { version = "0.2.0", features = ["serde"] } diff --git a/crates/ruma/Cargo.toml b/crates/ruma/Cargo.toml index 1cd02473..4cca4109 100644 --- a/crates/ruma/Cargo.toml +++ b/crates/ruma/Cargo.toml @@ -31,7 +31,7 @@ ruma-state-res = { version = "0.1.0", path = "../ruma-state-res", optional = tru ruma-api = { version = "0.17.0", path = "../ruma-api", optional = true } ruma-appservice-api = { version = "=0.2.0-alpha.3", 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-alpha.2", path = "../ruma-federation-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-push-gateway-api = { version = "=0.1.0-alpha.1", path = "../ruma-push-gateway-api", optional = true }