Skip to content

Commit 1a5477a

Browse files
committed
feat(version): bump to v1.0.16
1 parent affd0a4 commit 1a5477a

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

History.md

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

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+
211
## v1.0.15 / 2017-10-05
312

413
* Merge pull request #198 from greut/webpload

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.15"
4+
const Version = "1.0.16"

0 commit comments

Comments
 (0)