Skip to content

Commit fcdb848

Browse files
authored
chore: release v0.11.2
1 parent 732f8b8 commit fcdb848

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44

55
## [unreleased]
66

7+
## [0.11.2](https://github.com/ratatui/bevy_ratatui/compare/v0.11.1...v0.11.2) - 2026-06-07
8+
9+
### Other
10+
11+
- Small typo
12+
- Delay modifier release by at least 1 tick
13+
- Bump rand from 0.9.2 to 0.9.3 ([#94](https://github.com/ratatui/bevy_ratatui/pull/94))
14+
715
## [0.11.1](https://github.com/ratatui/bevy_ratatui/compare/v0.11.0...v0.11.1) - 2026-02-18
816

917
### Other

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "bevy_ratatui"
33
description = "A Bevy plugin for building terminal user interfaces with Ratatui"
4-
version = "0.11.1"
4+
version = "0.11.2"
55
edition = "2024"
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/ratatui/bevy_ratatui"

0 commit comments

Comments
 (0)