Releases 8

For tarballs and release assets from this project, see releases.pagure.org/shellfu-bash-state.

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/shellfu-bash-state.git
cd shellfu-bash-state
git archive --format=tar.gz --prefix=shellfu-bash-state-<TAG>/ -o shellfu-bash-state-<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.0.7
state v0.0.7 -
5ea9512ccd7196d85482c40fbdfa1362f6de11ed
state v0.0.7 - Overview of changes: * Fixed typo in __state__diff() call
v0.0.6
state v0.0.6 -
43ccf989e1b6af25836535d1272aca7ae1d02f2d
state v0.0.6 - Overview of changes: * Labels will be shown in state diff if provided
v0.0.5
state v0.0.5 -
79a33a4709d41f08fd65f6191caffd3aa50ab947
state v0.0.5 - Overview of changes: * Minor logging fixes
v0.0.4
state v0.0.4 -
bf39f98c5f583ba1e600f96a54e31bfad7b86283
state v0.0.4 - Overview of changes: * Improved info message readability a bit
v0.0.3
state v0.0.3 -
46c0c4e8fb4b108129a923a0f6e675b5009aa05a
state v0.0.3 - Overview of changes: * Fix missing module diag reported as error
v0.0.2
state v0.0.2 -
3c24e5c0e1d47bae718eb44b60b6e2d995ec2782
state v0.0.2 - Overview of changes: * Fixed typo from porting * Adjusted diff reporting to post-beakerlib style
v0.0.1
state v0.0.1 -
a30038b74aada5dfc18aecec30fdfde8155dc363
state v0.0.1 - Overview of changes: * Updated state module enumerator for post-beakerlib naming scheme
v0.0.0
60f227ea0d2c483c66744d3b9ad2fafec239dba2