Bump version

This commit is contained in:
Jonas Platte 2020-04-17 14:02:35 +02:00
parent 8f9bcd3a65
commit 0ca9c4c513
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
# [unreleased]
# 0.15.0
Breaking changes:
* All identifiers now allocate at maximum one string (localpart and host are no longer stored

View File

@ -9,7 +9,7 @@ license = "MIT"
name = "ruma-identifiers"
readme = "README.md"
repository = "https://github.com/ruma/ruma-identifiers"
version = "0.14.1"
version = "0.15.0"
edition = "2018"
[package.metadata.docs.rs]