Update changelog, release 0.14.1
This commit is contained in:
parent
f21f4b4733
commit
88fcdb6f9b
@ -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)
|
||||
|
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user