Update changelogs, bump versions
This commit is contained in:
parent
4c44a6a5b9
commit
924cd4c36c
@ -1,5 +1,11 @@
|
|||||||
# [unreleased]
|
# [unreleased]
|
||||||
|
|
||||||
|
# 0.11.2
|
||||||
|
|
||||||
|
Improvements:
|
||||||
|
|
||||||
|
* Update ruma-api-macros to 0.8.2
|
||||||
|
|
||||||
# 0.11.1
|
# 0.11.1
|
||||||
|
|
||||||
Improvements:
|
Improvements:
|
||||||
|
@ -9,7 +9,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.11.1"
|
version = "0.11.2"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
@ -1,11 +1,19 @@
|
|||||||
# [unreleased]
|
# [unreleased]
|
||||||
|
|
||||||
|
# 0.8.2
|
||||||
|
|
||||||
|
Bug fixes:
|
||||||
|
|
||||||
|
* Fix handling of `request` / `response` blocks containing fields with serde attributes ([#31][])
|
||||||
|
|
||||||
|
[#31]: https://github.com/ruma/ruma-api/pull/31
|
||||||
|
|
||||||
# 0.8.1
|
# 0.8.1
|
||||||
|
|
||||||
Improvements:
|
Improvements:
|
||||||
|
|
||||||
* Add spans to almost every error that can come up in `ruma_api!`
|
* Add spans to almost every error that can come up in `ruma_api!`
|
||||||
* Add a new field kind: `#[ruma_api(query_map)]`
|
* Add a new field kind: `#[ruma_api(query_map)]` ([#30][])
|
||||||
* This allows endpoints that have a dynamic set of query parameters to be implemented
|
* This allows endpoints that have a dynamic set of query parameters to be implemented
|
||||||
* For details see the documentation of `ruma_api!`
|
* For details see the documentation of `ruma_api!`
|
||||||
* Add more sanity checks
|
* Add more sanity checks
|
||||||
@ -14,6 +22,8 @@ Improvements:
|
|||||||
* No (newtype) body fields in GET endpoints
|
* No (newtype) body fields in GET endpoints
|
||||||
* Lots of refactoring of the internals
|
* Lots of refactoring of the internals
|
||||||
|
|
||||||
|
[#30]: https://github.com/ruma/ruma-api/pull/30
|
||||||
|
|
||||||
# 0.7.1
|
# 0.7.1
|
||||||
|
|
||||||
Bug fixes:
|
Bug fixes:
|
||||||
|
@ -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.8.1"
|
version = "0.8.2"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user