summaryrefslogtreecommitdiffstats
path: root/CLI/ruby/CHANGELOG.md
diff options
context:
space:
mode:
authora14m <[email protected]>2021-01-30 16:24:38 +0100
committera14m <[email protected]>2021-01-30 16:24:38 +0100
commit9ba51d3f6b2920291deb0793413661b29322b75a (patch)
tree2e70bd8d324dc6d6399c125e2e1f462d3ed4586d /CLI/ruby/CHANGELOG.md
parent602d200b9fd0ebde60a2391ffd6bb2408689f3a5 (diff)
Prepare 1.0.3 release
Diffstat (limited to 'CLI/ruby/CHANGELOG.md')
-rw-r--r--CLI/ruby/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CLI/ruby/CHANGELOG.md b/CLI/ruby/CHANGELOG.md
index aef96b7..f4bd743 100644
--- a/CLI/ruby/CHANGELOG.md
+++ b/CLI/ruby/CHANGELOG.md
@@ -2,6 +2,11 @@
## Unreleased
+## 1.0.3
+- Fix `game-of-life --live-cell XX` can run (when it should not) #1
+- Fix `game-of-life --dead-cell XX` can run (when it should not) #1
+- Fix `game-of-life --live-cell X --dead-cell X` can run (when it should not) #1
+
## 1.0.2
- Remove CodeCov.io integration
- Deploy the gem from the new source host (sr.ht)