From fcdb84809c1c7fb4079b6841043aed03aea56bdb Mon Sep 17 00:00:00 2001 From: Cooper Reiff Date: Sun, 7 Jun 2026 06:31:28 -0700 Subject: [PATCH] chore: release v0.11.2 --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51b9078..20ba7b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. ## [unreleased] +## [0.11.2](https://github.com/ratatui/bevy_ratatui/compare/v0.11.1...v0.11.2) - 2026-06-07 + +### Other + +- Small typo +- Delay modifier release by at least 1 tick +- Bump rand from 0.9.2 to 0.9.3 ([#94](https://github.com/ratatui/bevy_ratatui/pull/94)) + ## [0.11.1](https://github.com/ratatui/bevy_ratatui/compare/v0.11.0...v0.11.1) - 2026-02-18 ### Other diff --git a/Cargo.lock b/Cargo.lock index 0530339..a835f1e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1183,7 +1183,7 @@ checksum = "4f98cbc6d34bbdb58240b72ed1731931b4991a893b3a3238bb7c42ae054aa676" [[package]] name = "bevy_ratatui" -version = "0.11.1" +version = "0.11.2" dependencies = [ "bevy", "bitflags 2.10.0", diff --git a/Cargo.toml b/Cargo.toml index fd229f4..66701cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bevy_ratatui" description = "A Bevy plugin for building terminal user interfaces with Ratatui" -version = "0.11.1" +version = "0.11.2" edition = "2024" license = "MIT OR Apache-2.0" repository = "https://github.com/ratatui/bevy_ratatui"