diff options
| author | a14m <[email protected]> | 2020-12-10 22:33:14 +0100 |
|---|---|---|
| committer | a14m <[email protected]> | 2020-12-10 22:33:14 +0100 |
| commit | 27f21ec57b1a21cb11e593c0bc0e898bd9998339 (patch) | |
| tree | 458db6846f44383ba16e132c5e27c28eb10093b2 /CLI/ruby | |
| parent | fe3c74d73728de8c732af6982aad2d19e3f61373 (diff) | |
Pump to version 0.2.0 with --seed support feature
Diffstat (limited to 'CLI/ruby')
| -rw-r--r-- | CLI/ruby/CHANGELOG.md | 2 | ||||
| -rw-r--r-- | CLI/ruby/Gemfile.lock | 2 | ||||
| -rw-r--r-- | CLI/ruby/lib/game_of_life/version.rb | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/CLI/ruby/CHANGELOG.md b/CLI/ruby/CHANGELOG.md index fd1663c..1da2c60 100644 --- a/CLI/ruby/CHANGELOG.md +++ b/CLI/ruby/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## Unreleased + +## 0.2.0 - Support `--seed` option for populating the universe with pre-state ## 0.1.2 diff --git a/CLI/ruby/Gemfile.lock b/CLI/ruby/Gemfile.lock index ae0f584..01a353f 100644 --- a/CLI/ruby/Gemfile.lock +++ b/CLI/ruby/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - terminal_game_of_life (0.1.2) + terminal_game_of_life (0.2.0) thor (~> 1.0) GEM diff --git a/CLI/ruby/lib/game_of_life/version.rb b/CLI/ruby/lib/game_of_life/version.rb index 1c9f528..66f3225 100644 --- a/CLI/ruby/lib/game_of_life/version.rb +++ b/CLI/ruby/lib/game_of_life/version.rb @@ -2,5 +2,5 @@ module GameOfLife # Game of life version number - VERSION = "0.1.2" + VERSION = "0.2.0" end |
