Skip to content

Commit c597b87

Browse files
authored
chore(release): prepare for 0.24.0 (#588)
1 parent 82a0d01 commit c597b87

File tree

5 files changed

+677
-4
lines changed

5 files changed

+677
-4
lines changed

BREAKING-CHANGES.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ github with a [breaking change] label.
1010

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

13-
- [Unreleased (v0.24.0)](#unreleased-0240)
13+
- [v0.24.0](#v0240)
1414
- `ScrollbarState`: `position`, `content_length`, and `viewport_content_length` are now `usize`
1515
- `BorderType`: `line_symbols` is now `border_symbols` and returns `symbols::border::set`
1616
- `Frame<'a, B: Backend>` is now `Frame<'a>`
@@ -31,7 +31,7 @@ This is a quick summary of the sections below:
3131
- MSRV is now 1.63.0
3232
- `List` no longer ignores empty strings
3333

34-
## Unreleased (0.24.0)
34+
## [v0.24.0](https://github.com/ratatui-org/ratatui/releases/tag/v0.24.0)
3535

3636
### ScrollbarState field type changed from `u16` to `usize` ([#456])
3737

0 commit comments

Comments
 (0)