Bump versions
This commit is contained in:
parent
23655d9cad
commit
8effddb5ec
@ -1,5 +1,7 @@
|
||||
# [unreleased]
|
||||
|
||||
# 0.18.0
|
||||
|
||||
Breaking changes:
|
||||
|
||||
* Update unsigned field's type from `Option<Value>` to `Map<String, Value>`
|
||||
|
@ -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]
|
||||
|
@ -1,5 +1,7 @@
|
||||
# [unreleased]
|
||||
|
||||
# 0.3.0
|
||||
|
||||
Breaking changes:
|
||||
|
||||
* Update `event_type` in `ruma_events!` to refer to the serialized form of the
|
||||
|
@ -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"] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user