Skip to content

Commit

Permalink
version bump: v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Jan 24, 2019
1 parent bcc1d78 commit 3da6b8a
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 6 deletions.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ require (
github.com/gobuffalo/envy v1.6.12
github.com/gobuffalo/events v1.1.9
github.com/gobuffalo/genny v0.0.0-20190112155932-f31a84fcacf5
github.com/gobuffalo/packr/v2 v2.0.0-rc.14
github.com/kr/pty v1.1.3 // indirect
github.com/markbates/deplist v1.0.5 // indirect
github.com/markbates/going v1.0.3
github.com/markbates/grift v1.0.5
github.com/mattn/go-colorable v0.0.9 // indirect
Expand Down
37 changes: 37 additions & 0 deletions packrd/packed-packr.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 9 additions & 5 deletions shoulders.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ Thank you to the following **GIANTS**:

* [github.com/gobuffalo/meta](https://godoc.org/github.com/gobuffalo/meta)

* [github.com/gobuffalo/packr](https://godoc.org/github.com/gobuffalo/packr)
* [github.com/gobuffalo/packd](https://godoc.org/github.com/gobuffalo/packd)

* [github.com/gobuffalo/syncx](https://godoc.org/github.com/gobuffalo/syncx)

* [github.com/joho/godotenv](https://godoc.org/github.com/joho/godotenv)

Expand All @@ -51,14 +53,16 @@ Thank you to the following **GIANTS**:

* [github.com/markbates/safe](https://godoc.org/github.com/markbates/safe)

* [github.com/mattn/go-colorable](https://godoc.org/github.com/mattn/go-colorable)

* [github.com/mattn/go-isatty](https://godoc.org/github.com/mattn/go-isatty)

* [github.com/mitchellh/go-homedir](https://godoc.org/github.com/mitchellh/go-homedir)

* [github.com/pkg/errors](https://godoc.org/github.com/pkg/errors)

* [github.com/rogpeppe/go-internal/modfile](https://godoc.org/github.com/rogpeppe/go-internal/modfile)

* [github.com/rogpeppe/go-internal/module](https://godoc.org/github.com/rogpeppe/go-internal/module)

* [github.com/rogpeppe/go-internal/semver](https://godoc.org/github.com/rogpeppe/go-internal/semver)

* [github.com/sirupsen/logrus](https://godoc.org/github.com/sirupsen/logrus)

* [github.com/spf13/cobra](https://godoc.org/github.com/spf13/cobra)
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package main

const Version = "v1.4.11"
const Version = "v1.5.0"

0 comments on commit 3da6b8a

Please sign in to comment.