From 02e621739c77c791d8c153f240b7a1f75b07816f Mon Sep 17 00:00:00 2001 From: Tomas Aparicio Date: Fri, 22 Dec 2017 19:58:29 +0100 Subject: [PATCH] feat(version): bump to v1.0.18 --- History.md | 12 ++++++++++++ version.go | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index c9a8fee7..427342df 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,16 @@ +## v1.0.18 / 2017-12-22 + + * Merge pull request #216 from Bynder/master + * Merge pull request #208 from mikestead/feature/webp-lossless + * Remove go-debug usage + * refactor(docs): remove codesponsor :( + * fix(options): use float64 type in Options.Threshold + * Merge pull request #206 from tstm/add-trim-options + * Add lossless option for saving webp + * Set the test file to write its own file + * Add the option to use background and threshold options on trim + ## v1.0.17 / 2017-11-14 * refactor(resizer): remove fmt statement diff --git a/version.go b/version.go index a30f9cc6..69e7efb9 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ package bimg // Version represents the current package semantic version. -const Version = "1.0.17" +const Version = "1.0.18"