Update changelogs, bump versions

This commit is contained in:
Jonas Platte 2019-11-21 11:53:37 +01:00
parent 4c44a6a5b9
commit 924cd4c36c
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
4 changed files with 19 additions and 3 deletions

View File

@ -1,5 +1,11 @@
# [unreleased]
# 0.11.2
Improvements:
* Update ruma-api-macros to 0.8.2
# 0.11.1
Improvements:

View File

@ -9,7 +9,7 @@ license = "MIT"
name = "ruma-api"
readme = "README.md"
repository = "https://github.com/ruma/ruma-api"
version = "0.11.1"
version = "0.11.2"
edition = "2018"
[dependencies]

View File

@ -1,11 +1,19 @@
# [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
Improvements:
* 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
* For details see the documentation of `ruma_api!`
* Add more sanity checks
@ -14,6 +22,8 @@ Improvements:
* No (newtype) body fields in GET endpoints
* Lots of refactoring of the internals
[#30]: https://github.com/ruma/ruma-api/pull/30
# 0.7.1
Bug fixes:

View File

@ -9,7 +9,7 @@ license = "MIT"
name = "ruma-api-macros"
readme = "README.md"
repository = "https://github.com/ruma/ruma-api"
version = "0.8.1"
version = "0.8.2"
edition = "2018"
[dependencies]