From 792daca9ab3b9e5f6ce94d61f74d34e97a1c5e55 Mon Sep 17 00:00:00 2001 From: Cooper Jax Reiff Date: Thu, 15 Aug 2024 18:42:56 -0700 Subject: [PATCH] chore: release --- 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 310345f..535b3aa 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.2.0](https://github.com/cxreiff/ttysvr/compare/v0.1.4...v0.2.0) - 2024-08-16 + +### Other +- updated README for logo and homebrew +- added dvd and tty logo savers +- corrected homebrew tap name + ## [0.1.4](https://github.com/cxreiff/ttysvr/compare/v0.1.3...v0.1.4) - 2024-08-15 ### Other diff --git a/Cargo.lock b/Cargo.lock index cb3daba..0ec9ae5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4651,7 +4651,7 @@ checksum = "5be21190ff5d38e8b4a2d3b6a3ae57f612cc39c96e83cedeaf7abc338a8bac4a" [[package]] name = "ttysvr" -version = "0.1.4" +version = "0.2.0" dependencies = [ "avian2d", "bevy", diff --git a/Cargo.toml b/Cargo.toml index 802f0d8..3156751 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ttysvr" description = "Screensavers for your terminal." -version = "0.1.4" +version = "0.2.0" edition = "2021" license = "MIT OR Apache-2.0" authors = ["cxreiff "]