summaryrefslogtreecommitdiffstats
path: root/CLI/ruby
diff options
context:
space:
mode:
Diffstat (limited to 'CLI/ruby')
-rw-r--r--CLI/ruby/CHANGELOG.md2
-rw-r--r--CLI/ruby/Gemfile.lock2
-rw-r--r--CLI/ruby/lib/game_of_life/version.rb2
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