From 6f457d828bb68b364fae5736e337c1b20274f93d Mon Sep 17 00:00:00 2001 From: Tomas Aparicio Date: Fri, 30 Sep 2016 23:19:32 +0100 Subject: [PATCH] feat(version): bump to 1.0.5 --- History.md | 6 ++++++ version.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 30df74e..f553f1a 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,9 @@ +## 1.0.5 / 01-10-2016 + +- feat(#92): support Extend param with optional background. +- fix(#106): allow image area extraction without explicit x/y axis. +- feat(api): add Extend type with `libvips` enum alias. + ## 1.0.4 / 29-09-2016 - fix(#111): safe check of magick image type support. diff --git a/version.go b/version.go index 238e4a4..99bdc5b 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ package bimg // Version represents the current package semantic version. -const Version = "1.0.4" +const Version = "1.0.5"