From fc33ce0e823334b18336940ed6c4c796ebd9368b Mon Sep 17 00:00:00 2001 From: Tomas Aparicio Date: Fri, 13 Jan 2017 19:30:06 +0000 Subject: [PATCH] feat(version): bump to v1.0.7 --- History.md | 4 ++++ version.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index e6367ce..2433d88 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,7 @@ +## 1.0.7 / 13-01-2017 + +- fix(#128): crop image calculation for missing width or height axis. + ## 1.0.6 / 12-11-2016 - feat(#118): handle 16-bit PNGs. diff --git a/version.go b/version.go index d198893..98c2900 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ package bimg // Version represents the current package semantic version. -const Version = "1.0.6" +const Version = "1.0.7"