From ebdbd05c52c394feb6bbb90d4665a1284ddc73a5 Mon Sep 17 00:00:00 2001 From: palerdot Date: Sat, 16 Mar 2024 12:46:29 +0530 Subject: [PATCH] v0.3.0 --- CHANGELOG.md | 3 +++ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a59a312..c247a41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +### v0.3.0 +- Fix: White color text. Previously terminal theme's text color is used for text color. + ### v0.2.0 - Fix: Handle edge case in guess letter check when the match already happened initially. Fixes - https://github.com/palerdot/wordl-rs/issues/2 diff --git a/Cargo.toml b/Cargo.toml index ba896c6..43da726 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wordl" -version = "0.2.0" +version = "0.3.0" edition = "2021" description = "Terminal Wordle game. Web like with keyboard hints and slow reveal animations." license = "GPL-3.0"