From 0cbcec64488a8fd850ba48d7f67992b2b72884ca Mon Sep 17 00:00:00 2001 From: Cooper Jax Reiff Date: Sun, 22 Dec 2024 22:29:28 -0800 Subject: [PATCH] chore: release v0.8.0 (#16) --- 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 ae3375e..0f61e9c 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.8.0](https://github.com/cxreiff/bevy_ratatui_camera/compare/v0.7.0...v0.8.0) - 2024-12-23 + +### Other + +- added edge_detection example + ## [0.7.0](https://github.com/cxreiff/bevy_ratatui_camera/compare/v0.6.0...v0.7.0) - 2024-12-05 ### Added diff --git a/Cargo.lock b/Cargo.lock index 79199f1..3bf6391 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -997,7 +997,7 @@ dependencies = [ [[package]] name = "bevy_ratatui_camera" -version = "0.7.0" +version = "0.8.0" dependencies = [ "bevy", "bevy_mod_debugdump", diff --git a/Cargo.toml b/Cargo.toml index b4bf3e2..95aaecf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bevy_ratatui_camera" description = "A bevy plugin for rendering your bevy app to the terminal using ratatui." -version = "0.7.0" +version = "0.8.0" edition = "2021" authors = ["cxreiff "] license = "MIT OR Apache-2.0"