From 62cd10d568df5c7ef32ccb1b3d37300f8622f634 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Tue, 1 Jun 2021 22:05:29 +0200 Subject: [PATCH] Release ruma 0.1.2 --- crates/ruma/CHANGELOG.md | 11 +++++++++++ crates/ruma/Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/crates/ruma/CHANGELOG.md b/crates/ruma/CHANGELOG.md index a5ccaac1..0f04201e 100644 --- a/crates/ruma/CHANGELOG.md +++ b/crates/ruma/CHANGELOG.md @@ -1,5 +1,16 @@ # [unreleased] +# 0.1.2 + +Improvements: + +* Bump version of `ruma-common` and `ruma-client-api`, switching the canonical + location of `ThirdPartyIdentifier` + (now `ruma::thirdparty::ThirdPartyIdentifier`) + + For backwards compatibility, it is still available at the old path in + `ruma::client::api::r0::contact::get_contacts` + # 0.1.1 Improvements: diff --git a/crates/ruma/Cargo.toml b/crates/ruma/Cargo.toml index 0588b550..c95fde47 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.1" +version = "0.1.2" edition = "2018" [package.metadata.docs.rs]