File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,11 @@ This is a fork which i try to maintain and maybe even improve where needed.
99
1010## Updates
1111
12+ ** 2025-08-13 (v2.4.0):**
13+ - Should be backwards compatible with previous versions
14+ - Added croner as an alternative cron parser (thanks to @DenuxPlays )
15+ - Added pre-commit and GitHub workflow checks
16+
1217** 2025-08-13 (v2.3.0):**
1318 - Should be backwards compatible with previous versions
1419 - Set MSRV to v1.83.0 which supports const ` Option::<T> `
@@ -69,7 +74,7 @@ job_scheduler_ng = "*"
6974```
7075
7176Creating a Cron for a job is done using the ` FromStr ` impl for the
72- ` CronSchedule ` type.
77+ ` CronSchedule ` type.
7378By default, the ` Schedule ` struct from the [ cron] ( https://github.com/zslayton/cron ) library is used,
7479but the ` Cron ` struct from [ croner] ( https://github.com/Hexagon/croner-rust ) is also supported as an alternative.
7580
You can’t perform that action at this time.
0 commit comments