From 50f0327b0b4e4383dec8693209b373de02e42de1 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Thu, 26 Aug 2021 12:33:47 +0200 Subject: [PATCH] Release ruma-state-res 0.4.0 --- crates/ruma-state-res/CHANGELOG.md | 6 ++++++ crates/ruma-state-res/Cargo.toml | 2 +- crates/ruma/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/crates/ruma-state-res/CHANGELOG.md b/crates/ruma-state-res/CHANGELOG.md index 58c4bdf3..5bd773db 100644 --- a/crates/ruma-state-res/CHANGELOG.md +++ b/crates/ruma-state-res/CHANGELOG.md @@ -1,5 +1,11 @@ # [unreleased] +# 0.4.0 + +Breaking changes: + +* Change the way events are supplied + # 0.3.0 Breaking changes: diff --git a/crates/ruma-state-res/Cargo.toml b/crates/ruma-state-res/Cargo.toml index a356f326..f6b5da3e 100644 --- a/crates/ruma-state-res/Cargo.toml +++ b/crates/ruma-state-res/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] diff --git a/crates/ruma/Cargo.toml b/crates/ruma/Cargo.toml index 4ed419e6..69790b3a 100644 --- a/crates/ruma/Cargo.toml +++ b/crates/ruma/Cargo.toml @@ -126,7 +126,7 @@ ruma-serde = { version = "0.5.0", path = "../ruma-serde" } ruma-client = { version = "0.7.0", path = "../ruma-client", optional = true } ruma-events = { version = "0.24.5", path = "../ruma-events", optional = true } ruma-signatures = { version = "0.9.0", path = "../ruma-signatures", optional = true } -ruma-state-res = { version = "0.3.0", path = "../ruma-state-res", optional = true } +ruma-state-res = { version = "0.4.0", path = "../ruma-state-res", optional = true } ruma-api = { version = "0.18.3", path = "../ruma-api", optional = true } ruma-appservice-api = { version = "0.4.0", path = "../ruma-appservice-api", optional = true }