We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0885d7e commit 8aff78eCopy full SHA for 8aff78e
History.md
@@ -1,4 +1,13 @@
1
2
+## v1.0.17 / 2017-11-14
3
+
4
+ * refactor(resizer): remove fmt statement
5
+ * fix(type_test): use string formatting
6
+ * Merge pull request #207 from traum-ferienwohnungen/nearest-neighbour
7
+ * Add nearest-neighbour interpolation
8
+ * Merge pull request #203 from traum-ferienwohnungen/fix_icc_memory_leak
9
+ * Fix memory leak on icc_transform
10
11
## v1.0.16 / 2017-10-30
12
13
* fix(travis): use install directive
version.go
@@ -1,4 +1,4 @@
package bimg
// Version represents the current package semantic version.
-const Version = "1.0.16"
+const Version = "1.0.17"
0 commit comments