From fcb40894f4019b1f30bf2a3418e0993a9ae3465e Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Thu, 26 Aug 2021 12:34:40 +0200 Subject: [PATCH] Release ruma 0.4.0 --- crates/ruma/CHANGELOG.md | 7 +++++++ crates/ruma/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/crates/ruma/CHANGELOG.md b/crates/ruma/CHANGELOG.md index 08a7dfd1..c5ded04a 100644 --- a/crates/ruma/CHANGELOG.md +++ b/crates/ruma/CHANGELOG.md @@ -1,5 +1,12 @@ # [unreleased] +# 0.4.0 + +Breaking changes: + +* Upgrade ruma-state-res to 0.4.0 + * If you are not using state-res, there is no need to upgrade + # 0.3.0 Breaking changes: diff --git a/crates/ruma/Cargo.toml b/crates/ruma/Cargo.toml index 69790b3a..33518654 100644 --- a/crates/ruma/Cargo.toml +++ b/crates/ruma/Cargo.toml @@ -8,7 +8,7 @@ homepage = "https://www.ruma.io/" repository = "https://github.com/ruma/ruma" readme = "README.md" license = "MIT" -version = "0.3.0" +version = "0.4.0" edition = "2018" [package.metadata.docs.rs]