Update change log, bump versions
This commit is contained in:
parent
cbdbc0c38f
commit
28d836ec50
10
CHANGELOG.md
10
CHANGELOG.md
@ -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:
|
||||
|
@ -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]
|
||||
|
@ -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
|
||||
|
||||
|
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user