Skip to content

Commit

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

### v0.1.4
- Fix: keyboard hints when multiple letters are present in the guess
- Show version string in the UI
- moved wordle data files to directory

### `v0.1.3`
- Fix: Inlining wordle files with rust crate.

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.3"
version = "0.1.4"
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 89f3ff5

Please # to comment.