Skip to content

Commit 7f58848

Browse files
authored
chore(release): prepare for 0.25.0 (#699)
1 parent a15c3b2 commit 7f58848

File tree

3 files changed

+489
-5
lines changed

3 files changed

+489
-5
lines changed

BREAKING-CHANGES.md

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

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

13-
- Unreleased (0.24.1)
13+
- [v0.25.0](#v0250)
1414
- Removed `Axis::title_style` and `Buffer::set_background`
1515
- `List::new()` now accepts `IntoIterator<Item = Into<ListItem<'a>>>`
1616
- `Table::new()` now requires specifying the widths
1717
- `Table::widths()` now accepts `IntoIterator<Item = AsRef<Constraint>>`
1818
- Layout::new() now accepts direction and constraint parameters
1919
- The default `Tabs::highlight_style` is now `Style::new().reversed()`
20-
2120
- [v0.24.0](#v0240)
2221
- MSRV is now 1.70.0
2322
- `ScrollbarState`: `position`, `content_length`, and `viewport_content_length` are now `usize`
@@ -40,7 +39,7 @@ This is a quick summary of the sections below:
4039
- MSRV is now 1.63.0
4140
- `List` no longer ignores empty strings
4241

43-
## Unreleased (v0.24.1)
42+
## [v0.25.0](https://github.com/ratatui-org/ratatui/releases/tag/v0.25.0)
4443

4544
### Removed `Axis::title_style` and `Buffer::set_background`
4645

0 commit comments

Comments
 (0)