I dub thee v0.0.6
parent
cd0681a00a
commit
321ccb5d24
|
|
@ -1,5 +1,6 @@
|
||||||
# Squib CHANGELOG
|
# 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.
|
# 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.
|
# 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.
|
# 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.
|
# 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
|
# e.g. v0.0.5a is on its way to becoming v0.0.5
|
||||||
#
|
#
|
||||||
VERSION = '0.0.6a'
|
VERSION = '0.0.6'
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue