diff --git a/crates/ruma-api-macros/Cargo.toml b/crates/ruma-api-macros/Cargo.toml index 6b08baff..472c08d8 100644 --- a/crates/ruma-api-macros/Cargo.toml +++ b/crates/ruma-api-macros/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT" name = "ruma-api-macros" readme = "README.md" repository = "https://github.com/ruma/ruma" -version = "0.17.0-alpha.4" +version = "0.17.0" edition = "2018" [dependencies] diff --git a/crates/ruma-api/CHANGELOG.md b/crates/ruma-api/CHANGELOG.md index b598b4e8..abd970ec 100644 --- a/crates/ruma-api/CHANGELOG.md +++ b/crates/ruma-api/CHANGELOG.md @@ -1,4 +1,6 @@ -# 0.17.0 (unreleased) +# [unreleased] + +# 0.17.0 Breaking changes: @@ -23,7 +25,7 @@ Improvements: Bug fixes: -* Prevent panic when building requests with an invalid URI +* Prevent panic when building requests with an invalid URI # 0.16.1 diff --git a/crates/ruma-api/Cargo.toml b/crates/ruma-api/Cargo.toml index 2dbd5bd5..b4fae775 100644 --- a/crates/ruma-api/Cargo.toml +++ b/crates/ruma-api/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT" name = "ruma-api" readme = "README.md" repository = "https://github.com/ruma/ruma" -version = "0.17.0-alpha.4" +version = "0.17.0" edition = "2018" [package.metadata.docs.rs] @@ -22,7 +22,7 @@ rustdoc-args = ["--cfg", "docsrs"] bytes = "1.0.1" http = "0.2.2" percent-encoding = "2.1.0" -ruma-api-macros = { version = "=0.17.0-alpha.4", path = "../ruma-api-macros" } +ruma-api-macros = { version = "=0.17.0", path = "../ruma-api-macros" } ruma-identifiers = { version = "0.19.1", path = "../ruma-identifiers" } ruma-serde = { version = "0.4.0", path = "../ruma-serde" } serde = { version = "1.0.118", features = ["derive"] } diff --git a/crates/ruma-appservice-api/Cargo.toml b/crates/ruma-appservice-api/Cargo.toml index fce4caf9..a3249273 100644 --- a/crates/ruma-appservice-api/Cargo.toml +++ b/crates/ruma-appservice-api/Cargo.toml @@ -12,7 +12,7 @@ version = "0.2.0-alpha.3" edition = "2018" [dependencies] -ruma-api = { version = "=0.17.0-alpha.4", path = "../ruma-api" } +ruma-api = { version = "0.17.0", path = "../ruma-api" } ruma-client-api = { version = "=0.10.0-alpha.3", path = "../ruma-client-api", features = ["client"], optional = true } ruma-common = { version = "0.5.1", path = "../ruma-common" } ruma-events = { version = "0.22.0", path = "../ruma-events" } diff --git a/crates/ruma-client-api/Cargo.toml b/crates/ruma-client-api/Cargo.toml index 7435f9f1..b831dbdc 100644 --- a/crates/ruma-client-api/Cargo.toml +++ b/crates/ruma-client-api/Cargo.toml @@ -22,7 +22,7 @@ http = "0.2.2" js_int = { version = "0.2.0", features = ["serde"] } maplit = "1.0.2" percent-encoding = "2.1.0" -ruma-api = { version = "=0.17.0-alpha.4", path = "../ruma-api" } +ruma-api = { version = "0.17.0", path = "../ruma-api" } ruma-common = { version = "0.5.1", path = "../ruma-common" } ruma-events = { version = "0.22.0", path = "../ruma-events" } ruma-identifiers = { version = "0.19.1", path = "../ruma-identifiers" } diff --git a/crates/ruma-client/Cargo.toml b/crates/ruma-client/Cargo.toml index ff82cdcc..51a612c3 100644 --- a/crates/ruma-client/Cargo.toml +++ b/crates/ruma-client/Cargo.toml @@ -40,7 +40,7 @@ hyper-rustls-crate = { package = "hyper-rustls", version = "0.22.1", optional = hyper-tls = { version = "0.5.0", optional = true } isahc-crate = { package = "isahc", version = "1.3.1", optional = true } reqwest = { version = "0.11.3", optional = true, default-features = false } -ruma-api = { version = "=0.17.0-alpha.4", path = "../ruma-api" } +ruma-api = { version = "0.17.0", path = "../ruma-api" } ruma-client-api = { version = "=0.10.0-alpha.3", path = "../ruma-client-api", optional = true, features = ["client"] } ruma-common = { version = "0.5.1", path = "../ruma-common" } ruma-events = { version = "0.22.0", path = "../ruma-events" } diff --git a/crates/ruma-federation-api/Cargo.toml b/crates/ruma-federation-api/Cargo.toml index 42c07bb5..cafe16ba 100644 --- a/crates/ruma-federation-api/Cargo.toml +++ b/crates/ruma-federation-api/Cargo.toml @@ -16,7 +16,7 @@ version = "0.1.0-alpha.2" [dependencies] js_int = { version = "0.2.0", features = ["serde"] } -ruma-api = { version = "=0.17.0-alpha.4", path = "../ruma-api" } +ruma-api = { version = "0.17.0", path = "../ruma-api" } ruma-common = { version = "0.5.1", path = "../ruma-common" } ruma-events = { version = "0.22.0", path = "../ruma-events" } ruma-identifiers = { version = "0.19.1", path = "../ruma-identifiers" } diff --git a/crates/ruma-identity-service-api/Cargo.toml b/crates/ruma-identity-service-api/Cargo.toml index 6c6cefaa..8201861d 100644 --- a/crates/ruma-identity-service-api/Cargo.toml +++ b/crates/ruma-identity-service-api/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" [dependencies] js_int = { version = "0.2.0", features = ["serde"] } -ruma-api = { version = "=0.17.0-alpha.4", path = "../ruma-api" } +ruma-api = { version = "0.17.0", path = "../ruma-api" } ruma-common = { version = "0.5.1", path = "../ruma-common" } ruma-identifiers = { version = "0.19.1", path = "../ruma-identifiers" } ruma-serde = { version = "0.4.0", path = "../ruma-serde" } diff --git a/crates/ruma-push-gateway-api/Cargo.toml b/crates/ruma-push-gateway-api/Cargo.toml index e2b41b88..188b0897 100644 --- a/crates/ruma-push-gateway-api/Cargo.toml +++ b/crates/ruma-push-gateway-api/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" [dependencies] js_int = { version = "0.2.0", features = ["serde"] } -ruma-api = { version = "=0.17.0-alpha.4", path = "../ruma-api" } +ruma-api = { version = "0.17.0", path = "../ruma-api" } ruma-common = { version = "0.5.1", path = "../ruma-common" } ruma-events = { version = "0.22.0", path = "../ruma-events" } ruma-identifiers = { version = "0.19.1", path = "../ruma-identifiers" } diff --git a/crates/ruma/Cargo.toml b/crates/ruma/Cargo.toml index 3c6accfe..8b49b50d 100644 --- a/crates/ruma/Cargo.toml +++ b/crates/ruma/Cargo.toml @@ -28,7 +28,7 @@ ruma-events = { version = "0.22.0", path = "../ruma-events", optional = true } ruma-signatures = { version = "0.7.1", path = "../ruma-signatures", optional = true } ruma-state-res = { version = "0.1.0", path = "../ruma-state-res", optional = true } -ruma-api = { version = "=0.17.0-alpha.4", path = "../ruma-api", optional = true } +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-alpha.3", path = "../ruma-client-api", optional = true } ruma-federation-api = { version = "=0.1.0-alpha.2", path = "../ruma-federation-api", optional = true }