Skip to content

Releases: gregberns/fcheck

0.3.2

21 Jan 19:58
860b8d6
Compare
Choose a tag to compare
  • Remove debug logging

0.3.1

19 Oct 18:56
860b8d6
Compare
Choose a tag to compare

Small release, but important feature.

  • Feature: If a command fails during the Setup phase, neither the Tests or Teardown commands will run.
  • Tests: Improved existing tests, modified so other tests can be created, added new test for new feature

Release 0.3.0 - Initial Rust Release

18 Oct 21:04
Compare
Choose a tag to compare

This is the first release after the Node to Rust re-write. The application was re-written so that it could be a single binary and run easily anywhere, both in Containers and installed on a base machine.

Current limitations to be aware of:

  • It hard-codes bash as the default shell to execute commands
  • Does not have support for Dhall, yet

Notes on the included binary: The binary was built with clux/muslrust:nightly-2020-10-17 so is compatible with x86_64-unknown-linux.