Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
palerdot committed Mar 16, 2024
1 parent fff24fb commit ebdbd05
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.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

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.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"
Expand Down

0 comments on commit ebdbd05

Please # to comment.