Skip to content

Commit

Permalink
Merge pull request #17 from cxreiff/release-plz-2024-10-03T18-45-42Z
Browse files Browse the repository at this point in the history
chore: release v0.3.0
  • Loading branch information
cxreiff authored Oct 3, 2024
2 parents 36d841b + 52b05fb commit d33d62b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0](https://github.com/cxreiff/ttysvr/compare/v0.2.1...v0.3.0) - 2024-10-03

### Added

- hedge variant for maze

### Other

- corrections to README alt tags
- example gifs
- working maze screensaver
- maze movement system
- added maze generation
- updated cargo-dist after homebrew contrib

## [0.2.1](https://github.com/cxreiff/ttysvr/compare/v0.2.0...v0.2.1) - 2024-08-17

### 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.2.1"
version = "0.3.0"
edition = "2021"
license = "MIT OR Apache-2.0"
authors = ["cxreiff <[email protected]>"]
Expand Down

0 comments on commit d33d62b

Please sign in to comment.