Bump versions, update change logs
This commit is contained in:
parent
ce1adb2827
commit
dc77869de0
@ -1,5 +1,11 @@
|
||||
# [unreleased]
|
||||
|
||||
# 0.15.1
|
||||
|
||||
Bug fixes:
|
||||
|
||||
* Write `{}` to the body of responses without body fields (fix from ruma-api-macros)
|
||||
|
||||
# 0.15.0
|
||||
|
||||
Breaking changes:
|
||||
|
@ -12,13 +12,13 @@ license = "MIT"
|
||||
name = "ruma-api"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/ruma/ruma-api"
|
||||
version = "0.15.0"
|
||||
version = "0.15.1"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
http = "0.2.1"
|
||||
percent-encoding = { version = "2.1.0", optional = true }
|
||||
ruma-api-macros = { version = "=0.12.0", path = "ruma-api-macros", optional = true }
|
||||
ruma-api-macros = { version = "=0.15.1", path = "ruma-api-macros", optional = true }
|
||||
ruma-identifiers = { version = "0.14.1", optional = true }
|
||||
serde = { version = "1.0.106", features = ["derive"], optional = true }
|
||||
serde_json = "1.0.51"
|
||||
|
@ -1,5 +1,13 @@
|
||||
# [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
|
||||
|
||||
# 0.12.0
|
||||
|
||||
Breaking changes:
|
||||
|
@ -12,7 +12,7 @@ license = "MIT"
|
||||
name = "ruma-api-macros"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/ruma/ruma-api"
|
||||
version = "0.12.0"
|
||||
version = "0.15.1"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
|
Loading…
x
Reference in New Issue
Block a user