I dub thee v0.0.6
parent
cd0681a00a
commit
321ccb5d24
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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…
Reference in New Issue