Skip to content

Commit

Permalink
feat(version): bump to v1.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Nov 14, 2017
1 parent 0885d7e commit 8aff78e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@

## v1.0.17 / 2017-11-14

* refactor(resizer): remove fmt statement
* fix(type_test): use string formatting
* Merge pull request #207 from traum-ferienwohnungen/nearest-neighbour
* Add nearest-neighbour interpolation
* Merge pull request #203 from traum-ferienwohnungen/fix_icc_memory_leak
* Fix memory leak on icc_transform

## v1.0.16 / 2017-10-30

* fix(travis): use install directive
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.16"
const Version = "1.0.17"

0 comments on commit 8aff78e

Please sign in to comment.