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"