Update change log, bump versions

This commit is contained in:
Jonas Platte 2020-05-26 18:45:12 +02:00
parent 655e73dcf6
commit d083127297
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
3 changed files with 9 additions and 3 deletions

View File

@ -1,5 +1,11 @@
# [unreleased]
# 0.21.3
Bug fixes:
* Fix `m.room.message` event serialization
Improvements:
* Skip serialization of `federate` field in `room::create::CreateEventContent`

View File

@ -9,13 +9,13 @@ license = "MIT"
name = "ruma-events"
readme = "README.md"
repository = "https://github.com/ruma/ruma-events"
version = "0.21.2"
version = "0.21.3"
edition = "2018"
[dependencies]
js_int = { version = "0.1.5", features = ["serde"] }
ruma-common = "0.1.1"
ruma-events-macros = { path = "ruma-events-macros", version = "=0.21.2" }
ruma-events-macros = { path = "ruma-events-macros", version = "=0.21.3" }
ruma-identifiers = "0.16.1"
ruma-serde = "0.2.1"
serde = { version = "1.0.110", 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.21.2"
version = "0.21.3"
[dependencies]
syn = { version = "1.0.25", features = ["full"] }