From 2a45659224ba16c6763d111143946101c94ed6d0 Mon Sep 17 00:00:00 2001 From: toshi0607 Date: Sat, 9 Jun 2018 14:01:01 +0900 Subject: [PATCH] Checking in changes prior to tagging of version v0.1.5 --- CHANGELOG.md | 7 +++++++ gig.json | 6 +++--- version.go | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5edc073..228ef16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [v0.1.5](https://github.com/toshi0607/gig/compare/v0.1.4...v0.1.5) (2018-06-09) + +* :up: go 1.10.3 [#17](https://github.com/toshi0607/gig/pull/17) ([toshi0607](https://github.com/toshi0607)) +* :green_heart: tweet latest release [#16](https://github.com/toshi0607/gig/pull/16) ([toshi0607](https://github.com/toshi0607)) +* :green_heart: add task for errcheck [#15](https://github.com/toshi0607/gig/pull/15) ([toshi0607](https://github.com/toshi0607)) +* :bug: fix scoop script [#14](https://github.com/toshi0607/gig/pull/14) ([toshi0607](https://github.com/toshi0607)) + ## [v0.1.4](https://github.com/toshi0607/gig/compare/v0.1.3...v0.1.4) (2018-05-16) diff --git a/gig.json b/gig.json index 8c08c1a..792b379 100644 --- a/gig.json +++ b/gig.json @@ -1,13 +1,13 @@ { - "version": "0.1.4", + "version": "0.1.5", "architecture": { "64bit": { - "url": "https://github.com/toshi0607/gig/releases/download/v0.1.4/gig_windows_amd64.zip", + "url": "https://github.com/toshi0607/gig/releases/download/v0.1.5/gig_windows_amd64.zip", "bin": "gig.exe", "extract_dir": "gig_windows_amd64" }, "32bit": { - "url": "https://github.com/toshi0607/gig/releases/download/v0.1.4/gig_windows_386.zip", + "url": "https://github.com/toshi0607/gig/releases/download/v0.1.5/gig_windows_386.zip", "bin": "gig.exe", "extract_dir": "gig_windows_386" } diff --git a/version.go b/version.go index a514b72..e9e3b6c 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package main -const version = "0.1.4" +const version = "0.1.5"