Releases: uber-go/sally
Releases · uber-go/sally
v1.6.0
v1.5.0
v1.4.0
Added
- Publish a Docker image to GitHub Container Registry.
Import it from ghcr.io/uber-go/sally.
Removed
- Remove
go-source
tag from generated pages.
This tag is not necessary for https://pkg.go.dev. - Remove
branch
field underpackages
.
This was only necessary for the droppedgo-source
tag.
v1.3.0
v1.2.0
Added
- Packages now support specifying branches for target repositories with the
branch
field. - Packages can now override the
url
on a per-package basis with theurl
field.
Changed
- Use documentation badges from https://pkg.go.dev.
Thanks to @lucianonooijen, @jpbede, and @sullivtr for their contributions to
this release.
v1.1.1
v1.1.0
Added
- Support configuring the godoc server used for documentation links.
Changed
- Updated default godoc server from
https://godoc.org
tohttps://pkg.go.dev
.