Bump versions

This commit is contained in:
Jonas Platte 2020-05-04 18:16:53 +02:00
parent 4211eb4497
commit d560ed76ca
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
3 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
Breaking changes:
* Update ruma-identifiers to 0.15.1
* Update ruma-identifiers to 0.16.1
Improvements:

View File

@ -12,13 +12,13 @@ license = "MIT"
name = "ruma-api"
readme = "README.md"
repository = "https://github.com/ruma/ruma-api"
version = "0.16.0-rc.3"
version = "0.16.0"
edition = "2018"
[dependencies]
http = "0.2.1"
percent-encoding = "2.1.0"
ruma-api-macros = { version = "=0.16.0-rc.3", path = "ruma-api-macros" }
ruma-api-macros = { version = "=0.16.0", path = "ruma-api-macros" }
ruma-identifiers = "0.16.1"
ruma-serde = "0.1.3"
serde = { version = "1.0.106", features = ["derive"] }

View File

@ -12,7 +12,7 @@ license = "MIT"
name = "ruma-api-macros"
readme = "README.md"
repository = "https://github.com/ruma/ruma-api"
version = "0.16.0-rc.3"
version = "0.16.0"
edition = "2018"
[dependencies]