Skip to content

Commit 9c07f8c

Browse files
committed
Updated Readme
Signed-off-by: BlackDex <black.dex@gmail.com>
1 parent 66b2d31 commit 9c07f8c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

7176
Creating a Cron for a job is done using the `FromStr` impl for the
72-
`CronSchedule` type.
77+
`CronSchedule` type.
7378
By default, the `Schedule` struct from the [cron](https://github.com/zslayton/cron) library is used,
7479
but the `Cron` struct from [croner](https://github.com/Hexagon/croner-rust) is also supported as an alternative.
7580

0 commit comments

Comments
 (0)