Bump versions, update change log
This commit is contained in:
parent
c82605c485
commit
eaf26fdb0b
@ -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:
|
||||
|
@ -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"] }
|
||||
|
@ -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"] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user