Bump versions, update change log

This commit is contained in:
Jonas Platte 2020-04-17 23:27:59 +02:00
parent c82605c485
commit eaf26fdb0b
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
3 changed files with 10 additions and 3 deletions

View File

@ -1,5 +1,12 @@
# [unreleased]
# 0.19.0
Breaking changes:
* Update ruma-identifiers to 0.15.1
* Change timestamps, including `origin_server_rs` from `UInt` to `SystemTime`
# 0.18.0
Breaking changes:

View File

@ -9,12 +9,12 @@ license = "MIT"
name = "ruma-events"
readme = "README.md"
repository = "https://github.com/ruma/ruma-events"
version = "0.18.0"
version = "0.19.0-rc.1"
edition = "2018"
[dependencies]
js_int = { version = "0.1.4", features = ["serde"] }
ruma-events-macros = { path = "ruma-events-macros", version = "=0.3.0" }
ruma-events-macros = { path = "ruma-events-macros", version = "=0.19.0" }
ruma-identifiers = "0.15.1"
ruma-serde = "0.1.0"
serde = { version = "1.0.106", features = ["derive"] }

View File

@ -10,7 +10,7 @@ license = "MIT"
name = "ruma-events-macros"
readme = "README.md"
repository = "https://github.com/ruma/ruma-api-macros"
version = "0.3.0"
version = "0.19.0"
[dependencies]
syn = { version = "1.0.17", features = ["full"] }