From 1d16b40629bbe7b73226a4797584bc1ed714a13a Mon Sep 17 00:00:00 2001 From: Tomas Aparicio Date: Wed, 28 Sep 2016 00:30:19 +0100 Subject: [PATCH] feat(version): bump to 1.0.3 --- History.md | 11 +++++++++-- version.go | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/History.md b/History.md index 62a07fd..663e04b 100644 --- a/History.md +++ b/History.md @@ -1,7 +1,14 @@ +## 1.0.3 / 28-09-2016 + +- fix(#95): better image type inference and support check. +- fix(background): pass proper background RGB color for PNG image conversion. +- feat(types): validate supported image types by current `libvips` compilation. +- feat(types): consistent SVG image checking. + ## 1.0.2 / 27-09-2016 -- feat(#95): support GIF, SVG and PDF formats -- fix(#108): auto-width and height calculations now round instead of floor +- feat(#95): support GIF, SVG and PDF formats. +- fix(#108): auto-width and height calculations now round instead of floor. ## 1.0.1 / 22-06-2016 diff --git a/version.go b/version.go index b10c1e9..d03c288 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ package bimg // Version represents the current package semantic version. -const Version = "1.0.2" +const Version = "1.0.3"