1 parent affd0a4 commit 1a5477aCopy full SHA for 1a5477a
2 files changed
History.md
@@ -1,4 +1,13 @@
1
2
+## v1.0.16 / 2017-10-30
3
+
4
+ * fix(travis): use install directive
5
+ * Merge branch 'master' of https://github.com/h2non/bimg
6
+ * feat: add Gopkg manifests, move fixtures to testdata, add vendor dependencies
7
+ * Merge pull request #202 from openskydoor/openskydoor/fix-build-tag
8
+ * fix build tag
9
+ * fix(#199): presinstall.sh tarball download URL
10
11
## v1.0.15 / 2017-10-05
12
13
* Merge pull request #198 from greut/webpload
version.go
@@ -1,4 +1,4 @@
package bimg
// Version represents the current package semantic version.
-const Version = "1.0.15"
+const Version = "1.0.16"
0 commit comments