diff --git a/CHANGELOG.md b/CHANGELOG.md index 110b1ce..2b452f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 70c0c38..cc540e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"