Skip to content

Commit

Permalink
version bump: v3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislas-m committed May 25, 2019
1 parent 8852b97 commit 28e5bfa
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 9 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@ TAGS ?= "sqlite"
GO_BIN ?= go

install:
packr
packr2
$(GO_BIN) install -v ./plush

deps:
$(GO_BIN) get github.com/gobuffalo/release
$(GO_BIN) get github.com/gobuffalo/packr/packr
$(GO_BIN) get github.com/gobuffalo/packr/v2/packr2
$(GO_BIN) get -tags ${TAGS} -t ./...
ifeq ($(GO111MODULE),on)
$(GO_BIN) mod tidy
endif

build:
packr
packr2
$(GO_BIN) build -v .

test:
packr
packr2
$(GO_BIN) test -cover -tags ${TAGS} ./...

ci-test:
Expand All @@ -32,7 +32,7 @@ update:
ifeq ($(GO111MODULE),on)
$(GO_BIN) mod tidy
endif
packr
packr2
make test
make install
ifeq ($(GO111MODULE),on)
Expand Down
92 changes: 92 additions & 0 deletions SHOULDERS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
# github.com/gobuffalo/plush Stands on the Shoulders of Giants

github.com/gobuffalo/plush 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/flect/name](https://godoc.org/github.com/gobuffalo/flect/name)

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

* [github.com/gobuffalo/github_flavored_markdown/internal/russross/blackfriday](https://godoc.org/github.com/gobuffalo/github_flavored_markdown/internal/russross/blackfriday)

* [github.com/gobuffalo/github_flavored_markdown/internal/shurcooL/highlight_diff](https://godoc.org/github.com/gobuffalo/github_flavored_markdown/internal/shurcooL/highlight_diff)

* [github.com/gobuffalo/github_flavored_markdown/internal/shurcooL/highlight_go](https://godoc.org/github.com/gobuffalo/github_flavored_markdown/internal/shurcooL/highlight_go)

* [github.com/gobuffalo/github_flavored_markdown/internal/shurcooL/octicon](https://godoc.org/github.com/gobuffalo/github_flavored_markdown/internal/shurcooL/octicon)

* [github.com/gobuffalo/github_flavored_markdown/internal/shurcooL/sanitized_anchor_name](https://godoc.org/github.com/gobuffalo/github_flavored_markdown/internal/shurcooL/sanitized_anchor_name)

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

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

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

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

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

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

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

* [github.com/gobuffalo/helpers/forms/bootstrap](https://godoc.org/github.com/gobuffalo/helpers/forms/bootstrap)

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

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

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

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

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

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

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

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

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

* [github.com/gobuffalo/tags/form/bootstrap](https://godoc.org/github.com/gobuffalo/tags/form/bootstrap)

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

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

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

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

* [github.com/microcosm-cc/bluemonday](https://godoc.org/github.com/microcosm-cc/bluemonday)

* [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/serenize/snaker](https://godoc.org/github.com/serenize/snaker)

* [github.com/sergi/go-diff/diffmatchpatch](https://godoc.org/github.com/sergi/go-diff/diffmatchpatch)

* [github.com/sourcegraph/annotate](https://godoc.org/github.com/sourcegraph/annotate)

* [github.com/sourcegraph/syntaxhighlight](https://godoc.org/github.com/sourcegraph/syntaxhighlight)

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

* [golang.org/x/net/html/atom](https://godoc.org/golang.org/x/net/html/atom)
6 changes: 3 additions & 3 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,3 +1,3 @@
package plush

const Version = "v3.8.0"
const Version = "v3.8.1"

0 comments on commit 28e5bfa

Please sign in to comment.