diff --git a/CHANGELOG.md b/CHANGELOG.md index 18468b5..110b1ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/Cargo.toml b/Cargo.toml index e546f2d..570ec37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"