Update version in Readme

This commit is contained in:
Alexandre Bury 2018-12-01 10:02:32 -08:00
parent 196c4072ce
commit 0ff96c5ea9
2 changed files with 9 additions and 3 deletions

View File

@ -1,13 +1,19 @@
# Changelog # Changelog
## Next version (0.10.0) ## 0.10.0
### New features ### New features
- Add `EventTrigger` and update `OnEventView` to use it. - Add `EventTrigger` and update `OnEventView` to use it.
- Breaking change: "inner" callbacks for OnEventView now take the event as - Breaking change: "inner" callbacks for OnEventView now take the event as
extra argument. extra argument.
- Add `Printer::enabled` and `EnableableView` to disable whole subtrees - Add `Printer::enabled` and `EnableableView` to disable whole subtrees.
- Add `RadioGroup::on_change` to set a callback on selection change.
- `SelectView` now uses `StyledString` to display colored text.
- Add `PaddedView` to add padding to any view.
- Update dependencies
- Breaking change: crossbeam-channel was updated, and using `send()` now
returns a `Result`.
### Bugfixes ### Bugfixes

View File

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