Bump version to 0.11.0

This commit is contained in:
Alexandre Bury 2019-03-11 00:04:45 -07:00
parent 91a78f402b
commit 0ec1a77849
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## Next version (0.11.0)
## 0.11.0
### Breaking changes

View File

@ -9,7 +9,7 @@ license = "MIT"
name = "cursive"
readme = "Readme.md"
repository = "https://github.com/gyscos/Cursive"
version = "0.10.1-alpha.0"
version = "0.11.0"
edition = "2018"
[badges.travis-ci]

View File

@ -17,7 +17,7 @@ It is designed to be safe and easy to use:
```toml
[dependencies]
cursive = "0.10"
cursive = "0.11"
```
Or to use the latest git version: