The Sigsum team is happy to announce a new version of the Sigsum tools, v0.13.1. The source code for the release can be checked out using
git clone -b v0.13.1 https://git.glasklar.is/sigsum/core/sigsum-go.git
or installed using
go install sigsum.org/sigsum-go/cmd/...@v0.13.1
See the NEWS file https://git.glasklar.is/sigsum/core/sigsum-go/-/blob/v0.13.1/NEWS or the excerpt below for the changes since v0.13.0.
For further documentation and project information, see: https://www.sigsum.org/
/The Sigsum team
NEWS for Sigsum tools, v0.13.1
This is a bug fix release.
Bug fixes:
* Fix go.mod and go.sum files as needed after versions of x/net and x/text dependencies were changed.