v0.5.0 - DO NOT USE
Pre-release
Pre-release
❗ A bug was discovered and patched in v0.5.1
Added
- func to remove a particular job reference from the scheduler after the last execution of the job (#90) - thanks @dlaweb
Changed
Fixed
- ran go test -race and cleans up all the race conditions (#92) @JohnRoesler
- add mutex to scheduler location (#93) @JohnRoesler
Removed
- removed the deprecated StartImmediately() func (#92) @JohnRoesler
Chores
- added a makefile to enable easy fmt checks, lint, vet, test -race (#92) @JohnRoesler
- Add a contributing md (#94) @JohnRoesler