From 96099d2f676407e6fa79abc8dc03b2c82b1b2a73 Mon Sep 17 00:00:00 2001 From: Cooper Jax Reiff Date: Mon, 7 Oct 2024 21:38:27 -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 c64d309..cd3f256 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.3.1](https://github.com/cxreiff/ttysvr/compare/v0.3.0...v0.3.1) - 2024-10-08 + +### Other + +- updated README with linux note, added wayland +- add instructions for arch linux + ## [0.3.0](https://github.com/cxreiff/ttysvr/compare/v0.2.1...v0.3.0) - 2024-10-03 ### Added diff --git a/Cargo.lock b/Cargo.lock index c036392..3b1c358 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4756,7 +4756,7 @@ checksum = "5be21190ff5d38e8b4a2d3b6a3ae57f612cc39c96e83cedeaf7abc338a8bac4a" [[package]] name = "ttysvr" -version = "0.3.0" +version = "0.3.1" dependencies = [ "avian2d", "bevy", diff --git a/Cargo.toml b/Cargo.toml index cb1aa6e..72a648d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ttysvr" description = "Screensavers for your terminal" -version = "0.3.0" +version = "0.3.1" edition = "2021" license = "MIT OR Apache-2.0" authors = ["cxreiff "]