Skip to content

Croupier version v0.2.2 is out

Compare
Choose a tag to compare
@ralsina ralsina released this 22 Jun 16:49
· 87 commits to main since this release
  • Tasks without inputs should be treated like always_run tasks
    (found via bug in Hacé)
  • Tasks without inputs and multiple outputs should not run twice
    (found via bug in Hacé)
  • Made TaskManager an instance of a struct, and lost all the
    class variables, simplifying code.
  • Removed some small methods from TaskManager.