Bump the version to 0.17.0

This commit is contained in:
Jonas Platte 2020-03-12 21:12:33 +01:00
parent 53b27de6cd
commit 94d9fc0a86
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] # [unreleased]
# 0.17.0
Breaking changes: Breaking changes:
* `collections::only` no longer exports a `raw` submodule. It was never meant ot be exported in the first place. * `collections::only` no longer exports a `raw` submodule. It was never meant ot be exported in the first place.

View File

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