Bump versions

This commit is contained in:
Jonas Platte 2019-11-20 23:36:43 +01:00
parent 65568dbf1b
commit 6f5c2833ba
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
4 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# [unreleased]
# 0.11.1
Improvements:
* Update ruma-api-macros to 0.8.1
# 0.11.0
Breaking changes:

View File

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

View File

@ -1,5 +1,7 @@
# [unreleased]
# 0.8.1
Improvements:
* Add spans to almost every error that can come up in `ruma_api!`

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.0"
version = "0.8.1"
edition = "2018"
[dependencies]