mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-07 21:48:13 -08:00
feat(version): bump to v1.0.16
This commit is contained in:
parent
affd0a407e
commit
1a5477aae5
2 changed files with 10 additions and 1 deletions
|
|
@ -1,4 +1,13 @@
|
|||
|
||||
## v1.0.16 / 2017-10-30
|
||||
|
||||
* fix(travis): use install directive
|
||||
* Merge branch 'master' of https://github.com/h2non/bimg
|
||||
* feat: add Gopkg manifests, move fixtures to testdata, add vendor dependencies
|
||||
* Merge pull request #202 from openskydoor/openskydoor/fix-build-tag
|
||||
* fix build tag
|
||||
* fix(#199): presinstall.sh tarball download URL
|
||||
|
||||
## v1.0.15 / 2017-10-05
|
||||
|
||||
* Merge pull request #198 from greut/webpload
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
package bimg
|
||||
|
||||
// Version represents the current package semantic version.
|
||||
const Version = "1.0.15"
|
||||
const Version = "1.0.16"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue