From abca04aab5bfd7113546677f10a502b7c752f41d Mon Sep 17 00:00:00 2001 From: Tomas Aparicio Date: Sat, 12 Nov 2016 16:00:20 +0000 Subject: [PATCH] feat(version): bump to 1.0.6 --- History.md | 6 ++++++ version.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index f553f1a..e6367ce 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,9 @@ +## 1.0.6 / 12-11-2016 + +- feat(#118): handle 16-bit PNGs. +- feat(#119): adds JPEG2000 file for the type tests. +- feat(#121): test bimg against multiple libvips versions. + ## 1.0.5 / 01-10-2016 - feat(#92): support Extend param with optional background. diff --git a/version.go b/version.go index 99bdc5b..d198893 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ package bimg // Version represents the current package semantic version. -const Version = "1.0.5" +const Version = "1.0.6"