Skip to content

Commit

Permalink
version bump: v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Nov 11, 2019
1 parent d7ffafc commit 34a4f94
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ release-test:
make tidy

release:
$(GO_BIN) get github.com/gobuffalo/release
make tidy
release -y -f version.go --skip-packr
make tidy
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

Here will get you **accurate** Go information about the directory of package requested.

### Requirements

* Go 1.13+
* Go Modules

## CLI

While you can use the tool via its API, you can also use the CLI to get a JSON version of the data.
Expand Down
18 changes: 18 additions & 0 deletions SHOULDERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,21 @@ github.com/gobuffalo/here does not try to reinvent the wheel! Instead, it uses t

Thank you to the following **GIANTS**:


* [github.com/davecgh/go-spew](https://godoc.org/github.com/davecgh/go-spew)

* [github.com/kr/pretty](https://godoc.org/github.com/kr/pretty)

* [github.com/kr/pty](https://godoc.org/github.com/kr/pty)

* [github.com/kr/text](https://godoc.org/github.com/kr/text)

* [github.com/pmezard/go-difflib](https://godoc.org/github.com/pmezard/go-difflib)

* [github.com/stretchr/objx](https://godoc.org/github.com/stretchr/objx)

* [github.com/stretchr/testify](https://godoc.org/github.com/stretchr/testify)

* [gopkg.in/check.v1](https://godoc.org/gopkg.in/check.v1)

* [gopkg.in/yaml.v2](https://godoc.org/gopkg.in/yaml.v2)
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package here

// Version of here
const Version = "v0.0.1"
const Version = "v0.4.0"

0 comments on commit 34a4f94

Please sign in to comment.