Bump versions

This commit is contained in:
Jonas Platte 2020-03-29 17:07:56 +02:00
parent 23655d9cad
commit 8effddb5ec
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
4 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,7 @@
# [unreleased]
# 0.18.0
Breaking changes:
* Update unsigned field's type from `Option<Value>` to `Map<String, Value>`

View File

@ -9,12 +9,12 @@ license = "MIT"
name = "ruma-events"
readme = "README.md"
repository = "https://github.com/ruma/ruma-events"
version = "0.17.0"
version = "0.18.0"
edition = "2018"
[dependencies]
ruma-identifiers = "0.14.1"
ruma-events-macros = { path = "ruma-events-macros", version = "=0.2.0" }
ruma-events-macros = { path = "ruma-events-macros", version = "=0.3.0" }
serde_json = "1.0.50"
[dependencies.js_int]

View File

@ -1,5 +1,7 @@
# [unreleased]
# 0.3.0
Breaking changes:
* Update `event_type` in `ruma_events!` to refer to the serialized form of the

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.2.0"
version = "0.3.0"
[dependencies]
syn = { version = "1.0.17", features = ["full"] }