# Changelog ## Unreleased ## 1.0.1 - Fix `game-of-life --delay -10` error with kernel sleep - Fix `game-of-life --width -10` error with generated universe width - Fix `game-of-life --height -10` error with generated universe height - Add coverage report ## 1.0.0 - Add ruby testing matrix for versions 2.5, 2.6 and 2.7 ## 0.2.1 - Minor updates to the [yard documentation](https://rubydoc.info/gems/terminal_game_of_life/) ## 0.2.0 - Support `--seed` option for populating the universe with pre-state ## 0.1.2 - Identical to v0.1.1, but fixes the gitlab release workflow ## 0.1.1 - Fix `game-of-life -i nonexistent.txt` file and show meaningful error message before `exit(-1)` - Fix `game-of-life -i https://nonexistent.com/file` URL and show meaningful error message before `exit(-1)` ## 0.1.0 - Initial implementation the Game Of Life CLI and release.