Update change log, bump versions

This commit is contained in:
Jonas Platte 2020-04-17 19:22:06 +02:00
parent cbdbc0c38f
commit 28d836ec50
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
4 changed files with 15 additions and 11 deletions

View File

@ -1,5 +1,15 @@
# [unreleased]
# 0.16.0
Breaking changes:
* Update ruma-identifiers to 0.15.1
Improvements:
* Remove dependency on the `url` crate
# 0.15.1
Bug fixes:

View File

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

View File

@ -1,12 +1,6 @@
# [unreleased]
# 0.15.1
*ruma-api-macros is now versioned in lockstep with ruma-api*
Bug fixes:
* Write `{}` to the body of responses without body fields
Since version 0.15.1 of ruma-api, ruma-api-macros is versioned in lockstep with ruma-api. Since
ruma-api-macros cannot be used independently anyway, it no longer maintains a separate change log or
its own version. Instead, refer to ruma-api's change log for changes in versions 0.15.1 and above.
# 0.12.0

View File

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