From 0ec1a77849b34dc886575d76c7b20e5dec7397df Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Mon, 11 Mar 2019 00:04:45 -0700 Subject: [PATCH] Bump version to 0.11.0 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- Readme.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38aeae1..2c6812f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Next version (0.11.0) +## 0.11.0 ### Breaking changes diff --git a/Cargo.toml b/Cargo.toml index bc874b4..af3d7e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] diff --git a/Readme.md b/Readme.md index b2d1d84..28684ad 100644 --- a/Readme.md +++ b/Readme.md @@ -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: