From 776f4896e98683a6badbbbdb9d4f785692e06caa Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Fri, 2 Dec 2016 23:51:38 -0500 Subject: [PATCH] Onward and upward. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ee18c7..7e76389 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Squib CHANGELOG Squib follows [semantic versioning](http://semver.org). -## v0.12.0 / Unreleased +## v0.12.0 / 2016-12-02 Features: * `save_pdf` now supports crop marks! These are lines drawn in the margins of a PDF file to help you cut. These can be enabled by setting `crop_marks: true` in your `save_pdf` call. Can be further customized with `crop_margin_bottom`, `crop_margin_left`, `crop_margin_right`, `crop_margin_top`, `crop_marks`, `crop_stroke_color`, `crop_stroke_dash`, and `crop_stroke_width` (#123)