I dub thee v0.0.6

dev
Andy Meneely 2014-12-08 00:08:34 -05:00
parent cd0681a00a
commit 321ccb5d24
2 changed files with 2 additions and 1 deletions

View File

@ -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.

View File

@ -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