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]
|
# [unreleased]
|
||||||
|
|
||||||
|
# 0.16.0
|
||||||
|
|
||||||
|
Breaking changes:
|
||||||
|
|
||||||
|
* Update ruma-identifiers to 0.15.1
|
||||||
|
|
||||||
|
Improvements:
|
||||||
|
|
||||||
|
* Remove dependency on the `url` crate
|
||||||
|
|
||||||
# 0.15.1
|
# 0.15.1
|
||||||
|
|
||||||
Bug fixes:
|
Bug fixes:
|
||||||
|
@ -12,7 +12,7 @@ license = "MIT"
|
|||||||
name = "ruma-api"
|
name = "ruma-api"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/ruma/ruma-api"
|
repository = "https://github.com/ruma/ruma-api"
|
||||||
version = "0.15.1"
|
version = "0.16.0-rc.1"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
@ -1,12 +1,6 @@
|
|||||||
# [unreleased]
|
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
|
||||||
# 0.15.1
|
its own version. Instead, refer to ruma-api's change log for changes in versions 0.15.1 and above.
|
||||||
|
|
||||||
*ruma-api-macros is now versioned in lockstep with ruma-api*
|
|
||||||
|
|
||||||
Bug fixes:
|
|
||||||
|
|
||||||
* Write `{}` to the body of responses without body fields
|
|
||||||
|
|
||||||
# 0.12.0
|
# 0.12.0
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ license = "MIT"
|
|||||||
name = "ruma-api-macros"
|
name = "ruma-api-macros"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/ruma/ruma-api"
|
repository = "https://github.com/ruma/ruma-api"
|
||||||
version = "0.15.1"
|
version = "0.16.0-rc.1"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user