Skip to content

Commit 0ec1a77

Browse files
committed
Bump version to 0.11.0
1 parent 91a78f4 commit 0ec1a77

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Next version (0.11.0)
3+
## 0.11.0
44

55
### Breaking changes
66

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
name = "cursive"
1010
readme = "Readme.md"
1111
repository = "https://github.com/gyscos/Cursive"
12-
version = "0.10.1-alpha.0"
12+
version = "0.11.0"
1313
edition = "2018"
1414

1515
[badges.travis-ci]

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ It is designed to be safe and easy to use:
1717

1818
```toml
1919
[dependencies]
20-
cursive = "0.10"
20+
cursive = "0.11"
2121
```
2222

2323
Or to use the latest git version:

0 commit comments

Comments
 (0)