Skip to content

Commit

Permalink
v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
palerdot committed Feb 1, 2024
1 parent eff5321 commit dcf093e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

### v0.1.5
- Fix: Handle panic when terminal does not have minimum height for keyboard hints.

### v0.1.4
- Fix: keyboard hints when multiple letters are present in the guess
- Show version string in the UI
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wordl"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
description = "Terminal Wordle game. Web like with keyboard hints and slow reveal animations."
license = "GPL-3.0"
Expand Down

0 comments on commit dcf093e

Please sign in to comment.