From 321ccb5d2486e501bf9e9fcdf845401063873be1 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Mon, 8 Dec 2014 00:08:34 -0500 Subject: [PATCH] I dub thee v0.0.6 --- CHANGELOG.md | 1 + lib/squib/version.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f924d2..dd343c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Squib CHANGELOG +## v0.0.6 # Added a `csv` command that works just like `xslx`. Uses Ruby's CSV inside, with some extra checking and warnings. # Custom layouts now support loading & merging multiple Yaml files! Updated README, docs, and sample to document it. # Built-in layouts! Currently we support `hand.yml` and `playing-card.yml`. Documented in the `layouts.rb` sample. diff --git a/lib/squib/version.rb b/lib/squib/version.rb index 26d0bf1..a0b0d37 100644 --- a/lib/squib/version.rb +++ b/lib/squib/version.rb @@ -6,5 +6,5 @@ module Squib # Most of the time this is in the alpha of the next release. # e.g. v0.0.5a is on its way to becoming v0.0.5 # - VERSION = '0.0.6a' + VERSION = '0.0.6' end