Skip to content

Commit

Permalink
feat(version): bump to v1.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Dec 22, 2017
1 parent cd21e84 commit 02e6217
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package bimg

// Version represents the current package semantic version.
const Version = "1.0.17"
const Version = "1.0.18"

0 comments on commit 02e6217

Please sign in to comment.