From 84c174da491ef9ee1587b744f54ead16eddb90d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Thu, 9 May 2024 12:50:40 +0200 Subject: [PATCH] Release ruma-appservice-api 0.10.0 --- Cargo.toml | 2 +- crates/ruma-appservice-api/CHANGELOG.md | 3 +++ crates/ruma-appservice-api/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 489970c8..175bd245 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ criterion = "0.5.0" http = "1.1.0" js_int = "0.2.2" maplit = "1.0.2" -ruma-appservice-api = { version = "0.9.0", path = "crates/ruma-appservice-api" } +ruma-appservice-api = { version = "0.10.0", path = "crates/ruma-appservice-api" } ruma-common = { version = "0.13.0", path = "crates/ruma-common" } ruma-client = { version = "0.12.0", path = "crates/ruma-client" } ruma-client-api = { version = "0.17.4", path = "crates/ruma-client-api" } diff --git a/crates/ruma-appservice-api/CHANGELOG.md b/crates/ruma-appservice-api/CHANGELOG.md index 0addc5d9..28385735 100644 --- a/crates/ruma-appservice-api/CHANGELOG.md +++ b/crates/ruma-appservice-api/CHANGELOG.md @@ -1,9 +1,12 @@ # [unreleased] +# 0.10.0 + Breaking changes: * The `url` field of `Registration` is now an `Option`. This should have always been the case. +- The http crate had a major version bump to version 1.1 # 0.9.0 diff --git a/crates/ruma-appservice-api/Cargo.toml b/crates/ruma-appservice-api/Cargo.toml index 0bc44f1c..1779c570 100644 --- a/crates/ruma-appservice-api/Cargo.toml +++ b/crates/ruma-appservice-api/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" name = "ruma-appservice-api" readme = "README.md" repository = "https://github.com/ruma/ruma" -version = "0.9.0" +version = "0.10.0" edition = "2021" rust-version = { workspace = true }