Skip to content

Commit 0a18dcb

Browse files
authored
chore(release): prepare for 0.27.0 (#1196)
🧀 Highlights: ratatui/ratatui-website#644
1 parent 7ef2dae commit 0a18dcb

File tree

3 files changed

+378
-4
lines changed

3 files changed

+378
-4
lines changed

BREAKING-CHANGES.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ GitHub with a [breaking change] label.
1010

1111
This is a quick summary of the sections below:
1212

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

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

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

@@ -111,7 +113,6 @@ To update your app:
111113
+ let position: some_crate::Position = ...;
112114
```
113115

114-
115116
### Termion is updated to 4.0 [#1106]
116117

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

0 commit comments

Comments
 (0)