Sourced from github.com/go-co-op/gocron's releases.
v1.18.0
What's Changed
- fix if job chains are used improperly we can end up with jobs with nil functions by
@JohnRoesler
in go-co-op/gocron#388- Bump golangci/golangci-lint-action from 3.2.0 to 3.3.0 by
@dependabot
in go-co-op/gocron#389- Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 by
@dependabot
in go-co-op/gocron#390- fix logic to wait for executor stop by
@hiroebe
in go-co-op/gocron#392- fix typo by
@cuishuang
in go-co-op/gocron#394- Remove the code that double check last run time and current time by
@xwjdsh
in go-co-op/gocron#393New Contributors
@hiroebe
made their first contribution in go-co-op/gocron#392@cuishuang
made their first contribution in go-co-op/gocron#394Full Changelog: https://github.com/go-co-op/gocron/compare/v1.17.1...v1.18.0
9aaee3a
Remove the code that double check last run time and current time (#393)54ab19e
fix typo (#394)1db6f41
fix logic to wait for executor stop (#392)e315112
Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#390)2d374aa
Bump golangci/golangci-lint-action from 3.2.0 to 3.3.0 (#389)471bc39
if job chains are used improperly we can end up with jobs with nil
functions ...