summaryrefslogtreecommitdiffstats
path: root/CLI/ruby/CHANGELOG.md
diff options
context:
space:
mode:
authora14m <[email protected]>2020-12-09 17:20:42 +0000
committera14m <[email protected]>2020-12-09 17:20:42 +0000
commitff47ed53785e1df4503ece9a6621c88dc3ee52af (patch)
tree8ba275f1b86f91dbd09f03f56557dc134be850cd /CLI/ruby/CHANGELOG.md
parent261cd75a0a2277e05ce66e2b53a23b5151e5775a (diff)
parent4106d339f1c6b002d68952d230f48ae0172f24f6 (diff)
Merge branch 'feature/test-release-workflow' into 'master'
Pump version and update CHANGELOG for release See merge request a14m/game-of-life!5
Diffstat (limited to 'CLI/ruby/CHANGELOG.md')
-rw-r--r--CLI/ruby/CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CLI/ruby/CHANGELOG.md b/CLI/ruby/CHANGELOG.md
new file mode 100644
index 0000000..511355a
--- /dev/null
+++ b/CLI/ruby/CHANGELOG.md
@@ -0,0 +1,10 @@
+# Changelog
+
+## Unreleased
+
+## 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.