Browse Source

I dub thee v0.0.6

dev
Andy Meneely 11 years ago
parent
commit
321ccb5d24
  1. 1
      CHANGELOG.md
  2. 2
      lib/squib/version.rb

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

2
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

Loading…
Cancel
Save