Bump version again...

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

View File

@ -1,5 +1,11 @@
# [unreleased]
# 0.15.1
Bug fixes:
* Fix docs.rs build
# 0.15.0
Breaking changes:

View File

@ -9,11 +9,11 @@ license = "MIT"
name = "ruma-identifiers"
readme = "README.md"
repository = "https://github.com/ruma/ruma-identifiers"
version = "0.15.0"
version = "0.15.1"
edition = "2018"
[package.metadata.docs.rs]
features = ["all"]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[features]