Skip to content

Commit d33d62b

Browse files
authored
Merge pull request #17 from cxreiff/release-plz-2024-10-03T18-45-42Z
chore: release v0.3.0
2 parents 36d841b + 52b05fb commit d33d62b

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.3.0](https://github.com/cxreiff/ttysvr/compare/v0.2.1...v0.3.0) - 2024-10-03
10+
11+
### Added
12+
13+
- hedge variant for maze
14+
15+
### Other
16+
17+
- corrections to README alt tags
18+
- example gifs
19+
- working maze screensaver
20+
- maze movement system
21+
- added maze generation
22+
- updated cargo-dist after homebrew contrib
23+
924
## [0.2.1](https://github.com/cxreiff/ttysvr/compare/v0.2.0...v0.2.1) - 2024-08-17
1025

1126
### Other

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ttysvr"
33
description = "Screensavers for your terminal."
4-
version = "0.2.1"
4+
version = "0.3.0"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
authors = ["cxreiff <[email protected]>"]

0 commit comments

Comments
 (0)