From 27f21ec57b1a21cb11e593c0bc0e898bd9998339 Mon Sep 17 00:00:00 2001 From: a14m Date: Thu, 10 Dec 2020 22:33:14 +0100 Subject: Pump to version 0.2.0 with --seed support feature --- CLI/ruby/CHANGELOG.md | 2 ++ CLI/ruby/Gemfile.lock | 2 +- 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 -- cgit v1.2.3