Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.26](https://github.com/ratatui/crates-tui/compare/v0.1.25...v0.1.26) - 2025-11-02

### Other

- Fix clippy lints ([#161](https://github.com/ratatui/crates-tui/pull/161))
- bump all deps ([#147](https://github.com/ratatui/crates-tui/pull/147))
- Upgrade to ratatui 0.30 ([#142](https://github.com/ratatui/crates-tui/pull/142))
- split jobs so they run in parallel ([#146](https://github.com/ratatui/crates-tui/pull/146))
- update edition to 2024 ([#143](https://github.com/ratatui/crates-tui/pull/143))

## [0.1.25](https://github.com/ratatui/crates-tui/compare/v0.1.24...v0.1.25) - 2025-02-05

### Other
Expand Down
Loading