From 3aff439a78162c6774a49f470a92fe37a394daf7 Mon Sep 17 00:00:00 2001 From: Cooper Jax Reiff Date: Fri, 11 Oct 2024 16:17:38 -0700 Subject: [PATCH] chore: release --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e49bc91..05c7817 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.8](https://github.com/cxreiff/bevy_ratatui_render/compare/v0.5.7...v0.5.8) - 2024-10-11 + +### Other + +- disable LogPlugin in docs and examples + ## [0.5.7](https://github.com/cxreiff/bevy_ratatui_render/compare/v0.5.6...v0.5.7) - 2024-10-11 ### Other diff --git a/Cargo.lock b/Cargo.lock index 0e5e0b9..489b21c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -876,7 +876,7 @@ dependencies = [ [[package]] name = "bevy_ratatui_render" -version = "0.5.7" +version = "0.5.8" dependencies = [ "bevy", "bevy_ratatui", diff --git a/Cargo.toml b/Cargo.toml index 8b2ab6e..c12cb72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bevy_ratatui_render" description = "A bevy plugin for rendering your bevy app to the terminal using ratatui." -version = "0.5.7" +version = "0.5.8" edition = "2021" authors = ["cxreiff "] license = "MIT OR Apache-2.0"