Skip to content

Commit

Permalink
chore: release v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cxreiff authored Nov 27, 2024
1 parent 231ab8d commit c31747a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
Expand Down

0 comments on commit c31747a

Please sign in to comment.