Skip to content

Releases: RileyEv/CircuitFlow

0.3.0.1

30 Aug 16:16
Compare
Choose a tag to compare

Removes the unnecessary Show contraint from the Task smart constructor

0.3.0.0

30 Aug 15:41
8590c49
Compare
Choose a tag to compare

Breaking Changes to most types.

This updates removes the applied parameters to the circuit type - reducing the type parameters down to 5.

0.2.0.0

30 Aug 13:52
Compare
Choose a tag to compare

Breaking Changes to DataStore

  • VariableStore has moved to Var and now uses a MVar under-the-hood.
  • UUIDs have been restructured, with them assigned for each task and job.
  • All file storage methods have lost the choice of the file name they
    are saved to.

0.1.0.0

07 Jul 17:54
70cdf43
Compare
Choose a tag to compare

First release