From a54a28bfe1a1b8e953e2ef5e56f96783412ff1f4 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Mon, 21 Jun 2021 18:12:35 +0200 Subject: [PATCH] Release ruma 0.2.0 --- crates/ruma/CHANGELOG.md | 14 ++++++++++++++ crates/ruma/Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/crates/ruma/CHANGELOG.md b/crates/ruma/CHANGELOG.md index 0f04201e..13031d44 100644 --- a/crates/ruma/CHANGELOG.md +++ b/crates/ruma/CHANGELOG.md @@ -1,5 +1,19 @@ # [unreleased] +# 0.2.0 + +Breaking changes: + +* Upgrade sub-crates. The relevant breaking changes can be found in the changelogs of + * ruma-events 0.23.0 + * ruma-appservice-api 0.3.0 + * ruma-client-api 0.11.0 + * ruma-federation-api 0.2.0 + * ruma-identity-service-api 0.2.0 + * ruma-push-gateway-api 0.2.0 + * ruma-signatures 0.8.0 + * ruma-state-res 0.2.0 + # 0.1.2 Improvements: diff --git a/crates/ruma/Cargo.toml b/crates/ruma/Cargo.toml index 67a75f62..bef597db 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.1.2" +version = "0.2.0" edition = "2018" [package.metadata.docs.rs]