Bump to beta test

Starting with this version, I'm gonna kick this out to my beta testers to look for regressions or issues.
dev
Andy Meneely 2015-12-12 00:05:59 -05:00
parent d54ceedc96
commit 4c16930b1f
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ Features:
* Flip your PNGs and SVGs! Set `flip_horizontal: true` or `flip_vertical: true` (or both!) to flip the image about it's center. (#11) * Flip your PNGs and SVGs! Set `flip_horizontal: true` or `flip_vertical: true` (or both!) to flip the image about it's center. (#11)
* Added a `grid` shape that fills the whole card with a grid of your choosing. (#68) * Added a `grid` shape that fills the whole card with a grid of your choosing. (#68)
* Added `warn_png_scale` configuration option to suppress the PNG scale warning. Also: warning only occurs on upscale, not on downscaling (#121) * Added `warn_png_scale` configuration option to suppress the PNG scale warning. Also: warning only occurs on upscale, not on downscaling (#121)
* `save_png` now supports `trim` and `trim_radius`, which means you can now render your cards indivudally and bleedlessly! (#122)
Chores: Chores:
* Ripped out a lot of old constants used from the old way we handled arguments. Yay negative churn! * Ripped out a lot of old constants used from the old way we handled arguments. Yay negative churn!

View File

@ -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.9.0a' VERSION = '0.9.0b'
end end