Skip to content

Commit

Permalink
Bump version to 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gyscos committed Mar 16, 2019
1 parent 19ad7b6 commit 57f9b05
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

# Next version (0.11.2)

_No change yet_

## 0.11.1

### API updates

- Added manual scrolling methods to `view::scroll::Core`:
- `keep_in_view`, `scroll_to`, `scroll_to_x`, `scroll_to_y`
Note: the `view::scroll` module is hidden behind an experimental
feature `unstable_scroll`.

### Improvements

- Improved printer performance (thanks to @chrisvest).

### Bugfixes

- Fixed `MenuPopup` borders near delimiters.

## 0.11.0

### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
name = "cursive"
readme = "Readme.md"
repository = "https://github.com/gyscos/Cursive"
version = "0.11.0"
version = "0.11.1"
edition = "2018"

[badges.travis-ci]
Expand Down

0 comments on commit 57f9b05

Please sign in to comment.