From f8ea3d6ff81cc4066ffa0b98c0da792ef780f0e0 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 11 Aug 2021 17:53:43 +0200 Subject: [PATCH] Release ruma-appservice-api 0.4.0 --- crates/ruma-appservice-api/CHANGELOG.md | 2 ++ crates/ruma-appservice-api/Cargo.toml | 2 +- crates/ruma/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/crates/ruma-appservice-api/CHANGELOG.md b/crates/ruma-appservice-api/CHANGELOG.md index 3b39a184..4f2f303e 100644 --- a/crates/ruma-appservice-api/CHANGELOG.md +++ b/crates/ruma-appservice-api/CHANGELOG.md @@ -1,5 +1,7 @@ # [unreleased] +# 0.4.0 + Breaking changes: * Upgrade dependencies diff --git a/crates/ruma-appservice-api/Cargo.toml b/crates/ruma-appservice-api/Cargo.toml index 7d5f632b..fade6c83 100644 --- a/crates/ruma-appservice-api/Cargo.toml +++ b/crates/ruma-appservice-api/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "ruma-appservice-api" readme = "README.md" repository = "https://github.com/ruma/ruma" -version = "0.3.0" +version = "0.4.0" edition = "2018" [package.metadata.docs.rs] diff --git a/crates/ruma/Cargo.toml b/crates/ruma/Cargo.toml index d46d8bb7..4ee94e4d 100644 --- a/crates/ruma/Cargo.toml +++ b/crates/ruma/Cargo.toml @@ -129,7 +129,7 @@ ruma-signatures = { version = "0.9.0", path = "../ruma-signatures", optional = t ruma-state-res = { version = "0.2.0", path = "../ruma-state-res", optional = true } ruma-api = { version = "0.18.1", path = "../ruma-api", optional = true } -ruma-appservice-api = { version = "0.3.0", path = "../ruma-appservice-api", optional = true } +ruma-appservice-api = { version = "0.4.0", path = "../ruma-appservice-api", optional = true } ruma-client-api = { version = "0.12.0", path = "../ruma-client-api", optional = true } ruma-federation-api = { version = "0.3.0", path = "../ruma-federation-api", optional = true } ruma-identity-service-api = { version = "0.3.0", path = "../ruma-identity-service-api", optional = true }