Skip to content

Commit 02e6217

Browse files
committed
feat(version): bump to v1.0.18
1 parent cd21e84 commit 02e6217

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

History.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11

2+
## v1.0.18 / 2017-12-22
3+
4+
* Merge pull request #216 from Bynder/master
5+
* Merge pull request #208 from mikestead/feature/webp-lossless
6+
* Remove go-debug usage
7+
* refactor(docs): remove codesponsor :(
8+
* fix(options): use float64 type in Options.Threshold
9+
* Merge pull request #206 from tstm/add-trim-options
10+
* Add lossless option for saving webp
11+
* Set the test file to write its own file
12+
* Add the option to use background and threshold options on trim
13+
214
## v1.0.17 / 2017-11-14
315

416
* refactor(resizer): remove fmt statement

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package bimg
22

33
// Version represents the current package semantic version.
4-
const Version = "1.0.17"
4+
const Version = "1.0.18"

0 commit comments

Comments
 (0)