Releases 6

For tarballs and release assets from this project, see releases.pagure.org/golist.

If the developers have uploaded one or more tarball(s), you will be able to find them in the release folder.

The CHECKSUMS file contains the checksums (SHA256 and SHA512) of the files uploaded to pagure.

To use this file, simply download it next to the tarball you downloaded and run sha512sum -c CHECKSUMS

Getting source for a release

Clone the repository, then use git archive to create a tarball for any tag:

git clone https://pagure.io/golist.git
cd golist
git archive --format=tar.gz --prefix=golist-<TAG>/ -o golist-<TAG>.tar.gz <TAG>

Replace <TAG> with the tag name (e.g. v1.0.0). For a zip archive use --format=zip and .zip as the output extension.

v0.10.4
Version 0.10.4
4cc80c6d4217b705cc30838809e6144e50c1c7f3
Version 0.10.4 This release removes the inclusion of Markdown files by default and adds a flag --include-md to force their inclusion.
v0.10.3
Version 0.10.3
b6df5522e647aadad82a5906760f1b47561e2610
Version 0.10.3 This release reverts the inclusion of `testdata`, which causes breakage when those files contain broken Go code intended for testing (but not build) only.
v0.10.2
Version 0.10.2
2d8918dc86330af79b509c48eb928647a48d5ce5
Version 0.10.2 This release handles test files outside packages correctly.
v0.10.1
Version 0.10.1.
ef28a7345167ee86483ee72b338e883c63de553f
v0.10.0
Version 0.10.0.
970ef0ab96efacb07495aadfb14fd273befe93a6
0.9.0
Initial release after pagure rehosting
14b6f5fa7cd9368b6fda19db5d19382ffc65ff46