Skip to content

Commit

Permalink
chore(release): prepare for 0.27.0 (#1196)
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Jun 24, 2024
1 parent 7ef2dae commit 0a18dcb
Show file tree
Hide file tree
Showing 3 changed files with 378 additions and 4 deletions.
7 changes: 4 additions & 3 deletions BREAKING-CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ GitHub with a [breaking change] label.

This is a quick summary of the sections below:

- [Unreleased](#unreleased)
- [v0.27.0](#v0270)
- List no clamps the selected index to list
- Prelude items added / removed
- 'termion' updated to 4.0
- `Rect::inner` takes `Margin` directly instead of reference
- `Buffer::filled` takes `Cell` directly instead of reference
Expand Down Expand Up @@ -54,7 +56,7 @@ This is a quick summary of the sections below:
- MSRV is now 1.63.0
- `List` no longer ignores empty strings

## Unreleased
## [v0.27.0](https://github.com/ratatui-org/ratatui/releases/tag/v0.27.0)

### List no clamps the selected index to list ([#1159])

Expand Down Expand Up @@ -111,7 +113,6 @@ To update your app:
+ let position: some_crate::Position = ...;
```


### Termion is updated to 4.0 [#1106]

Changelog: <https://gitlab.redox-os.org/redox-os/termion/-/blob/master/CHANGELOG.md>
Expand Down
Loading

0 comments on commit 0a18dcb

Please sign in to comment.