Bump version
This commit is contained in:
parent
e59aeb97b4
commit
f30df65dba
@ -1,5 +1,7 @@
|
|||||||
# [unreleased]
|
# [unreleased]
|
||||||
|
|
||||||
|
# 0.21.0
|
||||||
|
|
||||||
Breaking changes:
|
Breaking changes:
|
||||||
|
|
||||||
* Replace `EventResult` with a new construct, `EventJson`
|
* Replace `EventResult` with a new construct, `EventJson`
|
||||||
|
@ -9,13 +9,13 @@ license = "MIT"
|
|||||||
name = "ruma-events"
|
name = "ruma-events"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/ruma/ruma-events"
|
repository = "https://github.com/ruma/ruma-events"
|
||||||
version = "0.21.0-beta.1"
|
version = "0.21.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
js_int = { version = "0.1.5", features = ["serde"] }
|
js_int = { version = "0.1.5", features = ["serde"] }
|
||||||
ruma-common = "0.1.1"
|
ruma-common = "0.1.1"
|
||||||
ruma-events-macros = { path = "ruma-events-macros", version = "=0.21.0-beta.1" }
|
ruma-events-macros = { path = "ruma-events-macros", version = "=0.21.0" }
|
||||||
ruma-identifiers = "0.16.1"
|
ruma-identifiers = "0.16.1"
|
||||||
ruma-serde = "0.1.3"
|
ruma-serde = "0.1.3"
|
||||||
serde = { version = "1.0.106", features = ["derive"] }
|
serde = { version = "1.0.106", features = ["derive"] }
|
||||||
|
@ -10,7 +10,7 @@ license = "MIT"
|
|||||||
name = "ruma-events-macros"
|
name = "ruma-events-macros"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/ruma/ruma-api-macros"
|
repository = "https://github.com/ruma/ruma-api-macros"
|
||||||
version = "0.21.0-beta.1"
|
version = "0.21.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
syn = { version = "1.0.18", features = ["full"] }
|
syn = { version = "1.0.18", features = ["full"] }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user