Bump versions
This commit is contained in:
parent
65568dbf1b
commit
6f5c2833ba
@ -1,5 +1,11 @@
|
||||
# [unreleased]
|
||||
|
||||
# 0.11.1
|
||||
|
||||
Improvements:
|
||||
|
||||
* Update ruma-api-macros to 0.8.1
|
||||
|
||||
# 0.11.0
|
||||
|
||||
Breaking changes:
|
||||
|
@ -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]
|
||||
|
@ -1,5 +1,7 @@
|
||||
# [unreleased]
|
||||
|
||||
# 0.8.1
|
||||
|
||||
Improvements:
|
||||
|
||||
* Add spans to almost every error that can come up in `ruma_api!`
|
||||
|
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user