diff --git a/CHANGELOG.md b/CHANGELOG.md index 9689bcb..af3d12e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.4](https://github.com/cxreiff/ttysvr/compare/v0.3.3...v0.3.4) - 2024-11-27 + +### Added + +- version bump for ratatui, bevy_ratatui, bevy_ratatui_render + +### Other + +- custom background color option +- tweaks to workflows +- added DEDICATED_TOKEN in workflows + ## [0.3.3](https://github.com/cxreiff/ttysvr/compare/v0.3.2...v0.3.3) - 2024-10-12 ### Other diff --git a/Cargo.lock b/Cargo.lock index aee4b70..74726bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4652,7 +4652,7 @@ checksum = "5be21190ff5d38e8b4a2d3b6a3ae57f612cc39c96e83cedeaf7abc338a8bac4a" [[package]] name = "ttysvr" -version = "0.3.3" +version = "0.3.4" dependencies = [ "avian2d", "bevy", diff --git a/Cargo.toml b/Cargo.toml index 95f1abb..256f832 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ttysvr" description = "Screensavers for your terminal" -version = "0.3.3" +version = "0.3.4" edition = "2021" license = "MIT OR Apache-2.0" authors = ["cxreiff "]