Skip to content

Next version

Compare
Choose a tag to compare
@Liborsaf Liborsaf released this 02 Dec 11:49
· 14 commits to master since this release
724c9d5

News

  • Support for execution of all task one by one, using AdventOfCode::execute_all() (7877cd5)
  • Support for execution of last task, using AdventOfCode::execute_last() (724c9d5)
  • Added example usage in examples/main.py (f2318b8)
  • Added some tests to ensure working behivour on new versions (9d7ce05, 7877cd5)
  • Added workflow related things (49d858d, 2853c82, 3516cd7, b9c96af)

Changes

  • Task variable input changed to task_input to suppress 'already in scope' warning (724c9d5)
  • Removed some debug messages (724c9d5)
  • Fix some typos (9d7ce05)