diff --git a/CHANGELOG.md b/CHANGELOG.md index 517c66fc..eadee266 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/Cargo.toml b/Cargo.toml index 0ded5316..cbe8cba3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] } diff --git a/ruma-events-macros/Cargo.toml b/ruma-events-macros/Cargo.toml index d384f48f..70c1d0ff 100644 --- a/ruma-events-macros/Cargo.toml +++ b/ruma-events-macros/Cargo.toml @@ -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"] }