Skip to content

Commit

Permalink
version bump: v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Apr 17, 2019
1 parent 57ffdb2 commit d6e3858
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
16 changes: 9 additions & 7 deletions shoulders.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
# `github.com/gobuffalo/tags` Stands on the Shoulders of Giants
# github.com/gobuffalo/tags Stands on the Shoulders of Giants

`github.com/gobuffalo/tags` does not try to reinvent the wheel! Instead, it uses the already great wheels developed by the Go community and puts them all together in the best way possible. Without these giants this project would not be possible. Please make sure to check them out and thank them for all of their hard work.
github.com/gobuffalo/tags does not try to reinvent the wheel! Instead, it uses the already great wheels developed by the Go community and puts them all together in the best way possible. Without these giants, this project would not be possible. Please make sure to check them out and thank them for all of their hard work.

Thank you to the following **GIANTS**:


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

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

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

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

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

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

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

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

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

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

* [github.com/stretchr/testify](https://godoc.org/github.com/stretchr/testify)
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package tags

//Version holds current source version number
const Version = "v2.0.13"
const Version = "v2.1.0"

0 comments on commit d6e3858

Please sign in to comment.