Skip to content

v0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Feb 02:43
· 200 commits to master since this release

This is the first release with pre-built binaries available, thank you so much to the mean-bean-ci-template project by @XAMPPRocky for enabling that!

Here is a list of all the changes since 0.1

  • Added Haskell Stack project support, thank you @pbevin
  • Added Github actions for testing, linting, and deployment, thank you @ysndr , @XAMPPRocky
  • Added SBT project support, thank you @colindean
  • Add command line options, thank you @aszecsei
    • Support passing multiple paths to scan
    • Support outputting just a list of artifact directories, this list is usually used to pipe into another program to delete
    • Support running a command for each artifact directory
  • Add Maven project support, thank you @gzsombor