feat(version): bump to v1.0.18

This commit is contained in:
Tomas Aparicio 2017-12-22 19:58:29 +01:00
parent cd21e84c71
commit 02e621739c
2 changed files with 13 additions and 1 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
package bimg
// Version represents the current package semantic version.
const Version = "1.0.17"
const Version = "1.0.18"