Skip to content

Commit

Permalink
version bump: v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rpwatkins committed Aug 3, 2019
1 parent 012c901 commit ff5c5c3
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 8 deletions.
16 changes: 9 additions & 7 deletions SHOULDERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ github.com/rpwatkins/socrates does not try to reinvent the wheel! Instead, it us
Thank you to the following **GIANTS**:


* [github.com/fatih/color](https://godoc.org/github.com/fatih/color)

* [github.com/fatih/structs](https://godoc.org/github.com/fatih/structs)

* [github.com/gobuffalo/helpers](https://godoc.org/github.com/gobuffalo/helpers)
Expand All @@ -23,10 +25,16 @@ Thank you to the following **GIANTS**:

* [github.com/golang/protobuf](https://godoc.org/github.com/golang/protobuf)

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

* [github.com/onsi/ginkgo](https://godoc.org/github.com/onsi/ginkgo)

* [github.com/onsi/gomega](https://godoc.org/github.com/onsi/gomega)

* [github.com/plouc/gosnap](https://godoc.org/github.com/plouc/gosnap)

* [github.com/plouc/textree](https://godoc.org/github.com/plouc/textree)

* [github.com/serenize/snaker](https://godoc.org/github.com/serenize/snaker)

* [github.com/sirupsen/logrus](https://godoc.org/github.com/sirupsen/logrus)
Expand All @@ -37,10 +45,4 @@ Thank you to the following **GIANTS**:

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

* [golang.org/x/crypto](https://godoc.org/golang.org/x/crypto)

* [golang.org/x/net](https://godoc.org/golang.org/x/net)

* [golang.org/x/sys](https://godoc.org/golang.org/x/sys)

* [golang.org/x/text](https://godoc.org/golang.org/x/text)
* [gopkg.in/src-d/go-git.v4](https://godoc.org/gopkg.in/src-d/go-git.v4)
8 changes: 8 additions & 0 deletions cmd/cmd-packr.go

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

60 changes: 60 additions & 0 deletions packrd/packed-packr.go

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

2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main

// Version of main
const Version = "v0.4.0"
const Version = "v0.5.0"

0 comments on commit ff5c5c3

Please sign in to comment.