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