Skip to content

Commit cd557b7

Browse files
committed
Checking in changes prior to tagging of version v0.0.5
## [v0.0.5](v0.0.4...v0.0.5) (2019-04-16) * fallback golang.org/LICENSE when LICENSE not found locally [#5](#5) ([Songmu](https://github.com/Songmu))
1 parent 64e159c commit cd557b7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## [v0.0.5](https://github.com/Songmu/gocredits/compare/v0.0.4...v0.0.5) (2019-04-16)
4+
5+
* fallback golang.org/LICENSE when LICENSE not found locally [#5](https://github.com/Songmu/gocredits/pull/5) ([Songmu](https://github.com/Songmu))
6+
37
## [v0.0.4](https://github.com/Songmu/gocredits/compare/v0.0.3...v0.0.4) (2019-04-16)
48

59
* use "go env" instead of using runtime.GOPATH() and build.Default.GOPATH [#4](https://github.com/Songmu/gocredits/pull/4) ([Songmu](https://github.com/Songmu))

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package gocredits
22

3-
const version = "0.0.4"
3+
const version = "0.0.5"
44

55
var revision = "HEAD"

0 commit comments

Comments
 (0)