From c2253c300cd34deb60d241ed8a3fc27d8ad057b4 Mon Sep 17 00:00:00 2001 From: Cooper Jax Reiff Date: Tue, 15 Oct 2024 16:14:09 -0700 Subject: [PATCH] chore: release v0.5.9 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05c7817..4b62776 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.9](https://github.com/cxreiff/bevy_ratatui_render/compare/v0.5.8...v0.5.9) - 2024-10-15 + +### Other + +- added linux_dependencies to check workflow +- update secret name in workflows + ## [0.5.8](https://github.com/cxreiff/bevy_ratatui_render/compare/v0.5.7...v0.5.8) - 2024-10-11 ### Other diff --git a/Cargo.lock b/Cargo.lock index 489b21c..7a9fd8b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -876,7 +876,7 @@ dependencies = [ [[package]] name = "bevy_ratatui_render" -version = "0.5.8" +version = "0.5.9" dependencies = [ "bevy", "bevy_ratatui", diff --git a/Cargo.toml b/Cargo.toml index c12cb72..efbc5f9 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.8" +version = "0.5.9" edition = "2021" authors = ["cxreiff "] license = "MIT OR Apache-2.0"