From 88fcdb6f9bf76b527b2f1ea2c9ecc27e84f60687 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Sat, 14 Dec 2019 18:19:30 +0100 Subject: [PATCH] Update changelog, release 0.14.1 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2de86b6..492b632f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # [unreleased] +# 0.14.1 + Breaking changes: * Our Minimum Supported Rust Version is now 1.36.0 + * This is done in a patch version because it is only a documentation change. Practially, a new + project using even ruma-identifiers 0.14 won't build out of the box on older versions of Rust + because of an MSRV bump in a minor release of an indirect dependency. Using ruma-identifiers + with older versions of Rust will potentially continue to work with some crates pinned to older + versions, but won't be tested in CI. Improvements: +* Remove the dependency on `lazy_static` and `regex` * We now support [historical user IDs](https://matrix.org/docs/spec/appendices#historical-user-ids) diff --git a/Cargo.toml b/Cargo.toml index 6d448013..3842f5d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "ruma-identifiers" readme = "README.md" repository = "https://github.com/ruma/ruma-identifiers" -version = "0.14.0" +version = "0.14.1" edition = "2018" [dependencies]