Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
This releases Sally v1.2.0 with several changes and a couple community
contributions.
In updating the changelog, I moved the reference links from the bottom
to the section for each version because otherwise it's easy to forget to
add these.
|
|
|
|
|
|
pkg.go.dev does not serve a badge like godoc.org. This change switches
the image over to one provided by shields.io.
Note that this uses the style "for-the-badge" from shields.io.
|
|
* Release v1.1.0
|
|
Update our default Godoc server from `` to the shiny, new `https://pkg.go.dev/`
See https://github.com/uber-go/sally/issues/39, T4832833
|
|
|
|
|
|
This uses go-bindata/go-bindata to bundle the template in the binary.
I also realized that the handler test was now broken because we were
checking the exact contents of the index page in the test. This change
fixes that too.
|
|
|
|
This adds a changelog to the repository. Since we have no prior tagged
releases to compare against, this will be the first real release of the
tool.
|