From 4c16930b1f50db826df9d1f55a334af2d8bc84d1 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Sat, 12 Dec 2015 00:05:59 -0500 Subject: [PATCH] Bump to beta test Starting with this version, I'm gonna kick this out to my beta testers to look for regressions or issues. --- CHANGELOG.md | 1 + lib/squib/version.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca35c18..b564375 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) * 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) +* `save_png` now supports `trim` and `trim_radius`, which means you can now render your cards indivudally and bleedlessly! (#122) Chores: * Ripped out a lot of old constants used from the old way we handled arguments. Yay negative churn! diff --git a/lib/squib/version.rb b/lib/squib/version.rb index 98762f1..e902b46 100644 --- a/lib/squib/version.rb +++ b/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.9.0a' + VERSION = '0.9.0b' end