Bump version

This commit is contained in:
Jonas Platte 2020-02-19 00:29:50 +01:00
parent dc45a39c44
commit 096b40c579
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.16.0
Breaking changes:
* `TryFromRaw::try_from_raw`'s signature has been simplified. The previous signature was a relict that was no longer sensible.

View File

@ -9,7 +9,7 @@ license = "MIT"
name = "ruma-events"
readme = "README.md"
repository = "https://github.com/ruma/ruma-events"
version = "0.15.1"
version = "0.16.0"
edition = "2018"
[dependencies]