Update change logs, bump versions
This commit is contained in:
parent
86aa04bc59
commit
3b294baf07
@ -1,5 +1,11 @@
|
|||||||
# [unreleased]
|
# [unreleased]
|
||||||
|
|
||||||
|
# 0.12.1
|
||||||
|
|
||||||
|
Improvements:
|
||||||
|
|
||||||
|
* Update ruma-api-macros to 0.9.1 to support `#[ruma_api(raw_body)]`
|
||||||
|
|
||||||
# 0.12.0
|
# 0.12.0
|
||||||
|
|
||||||
Breaking changes:
|
Breaking changes:
|
||||||
|
@ -9,13 +9,13 @@ 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.12.0"
|
version = "0.12.1"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
http = "0.2.0"
|
http = "0.2.0"
|
||||||
percent-encoding = { version = "2.1.0", optional = true }
|
percent-encoding = { version = "2.1.0", optional = true }
|
||||||
ruma-api-macros = { version = "=0.9.0", path = "ruma-api-macros", optional = true }
|
ruma-api-macros = { version = "=0.9.1", path = "ruma-api-macros", optional = true }
|
||||||
ruma-identifiers = "0.14.0"
|
ruma-identifiers = "0.14.0"
|
||||||
serde = { version = "1.0.103", features = ["derive"], optional = true }
|
serde = { version = "1.0.103", features = ["derive"], optional = true }
|
||||||
serde_json = "1.0.42"
|
serde_json = "1.0.42"
|
||||||
|
@ -1,5 +1,13 @@
|
|||||||
# [unreleased]
|
# [unreleased]
|
||||||
|
|
||||||
|
# 0.9.1
|
||||||
|
|
||||||
|
Improvements:
|
||||||
|
|
||||||
|
* Add `#[ruma_api(raw_body)]` attribute to `ruma_api!`'s grammar
|
||||||
|
* This attribute is used to bypass (de)serialization for endpoints where the HTTP request /
|
||||||
|
response is arbitrary data rather than some JSON structure
|
||||||
|
|
||||||
# 0.9.0
|
# 0.9.0
|
||||||
|
|
||||||
Breaking changes:
|
Breaking changes:
|
||||||
|
@ -9,7 +9,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.9.0"
|
version = "0.9.1"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user