Update changelog, release 0.14.1

This commit is contained in:
Jonas Platte 2019-12-14 18:19:30 +01:00
parent f21f4b4733
commit 88fcdb6f9b
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
2 changed files with 9 additions and 1 deletions

View File

@ -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)

View File

@ -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]