From d6e385822d0c8df9824d5bd173cad0576c45a6de Mon Sep 17 00:00:00 2001 From: Mark Bates Date: Wed, 17 Apr 2019 12:15:46 -0400 Subject: [PATCH] version bump: v2.1.0 --- shoulders.md | 16 +++++++++------- version.go | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/shoulders.md b/shoulders.md index f1c56cc..3cced41 100644 --- a/shoulders.md +++ b/shoulders.md @@ -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) diff --git a/version.go b/version.go index a1d7b09..d96745c 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ package tags //Version holds current source version number -const Version = "v2.0.13" +const Version = "v2.1.0"