Skip to content

0.6.2 Bug fix release

Compare
Choose a tag to compare
@mvniekerk mvniekerk released this 15 Apr 19:54
· 100 commits to main since this release
  1. Job::new and Job::new_async returns a Result that has the Error part being JobSchedulerError (not a Box<&dyn std:err:Err> as prior).
  2. JobScheduler::add returns the GUID of the job that is being added.