From f470afcb2ad509c847fffc4a9ca57cd103734c01 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 7 Aug 2020 18:35:01 +0200 Subject: [PATCH] Release ruma-identifiers 0.17.2 --- ruma-identifiers-macros/Cargo.toml | 2 +- ruma-identifiers/CHANGELOG.md | 8 ++++++++ ruma-identifiers/Cargo.toml | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/ruma-identifiers-macros/Cargo.toml b/ruma-identifiers-macros/Cargo.toml index bf95aa94..3df4c873 100644 --- a/ruma-identifiers-macros/Cargo.toml +++ b/ruma-identifiers-macros/Cargo.toml @@ -6,7 +6,7 @@ keywords = ["matrix", "chat", "messaging", "ruma"] license = "MIT" name = "ruma-identifiers-macros" repository = "https://github.com/ruma/ruma" -version = "0.17.1" +version = "0.17.2" edition = "2018" [dependencies] diff --git a/ruma-identifiers/CHANGELOG.md b/ruma-identifiers/CHANGELOG.md index e9b52cf4..0daaf7d7 100644 --- a/ruma-identifiers/CHANGELOG.md +++ b/ruma-identifiers/CHANGELOG.md @@ -1,5 +1,13 @@ # [unreleased] +# 0.17.2 + +Bug fixes: + +* Fix `RoomVersionId::is_version_6` actually checking for version 5 +* Fix `TryFrom` implementations for `RoomVersionId`, which previously returned + `RoomVersionId::Custom` for the input `6` + # 0.17.1 Improvements: diff --git a/ruma-identifiers/Cargo.toml b/ruma-identifiers/Cargo.toml index bece95c4..634e6ff3 100644 --- a/ruma-identifiers/Cargo.toml +++ b/ruma-identifiers/Cargo.toml @@ -12,7 +12,7 @@ license = "MIT" name = "ruma-identifiers" readme = "README.md" repository = "https://github.com/ruma/ruma" -version = "0.17.1" +version = "0.17.2" edition = "2018" [package.metadata.docs.rs] @@ -25,7 +25,7 @@ default = ["serde"] [dependencies] either = { version = "1.5.3", optional = true } rand = { version = "0.7.3", optional = true } -ruma-identifiers-macros = { version = "=0.17.1", path = "../ruma-identifiers-macros" } +ruma-identifiers-macros = { version = "=0.17.2", path = "../ruma-identifiers-macros" } ruma-identifiers-validation = { version = "0.1.0", path = "../ruma-identifiers-validation" } serde = { version = "1.0.114", optional = true, features = ["derive"] } strum = { version = "0.18.0", features = ["derive"] }