Skip to content

Commit 40dc54a

Browse files
committed
chore: bump v0.3.0
1 parent b235c14 commit 40dc54a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33

44
# cron
55

6+
a cron library for go, optimized.
7+
8+
*forked from robfig/cron@Commits on Jan 6, 2021*
9+
10+
## Merge pull request
11+
12+
- [feat: support overriding the Prev time for a new job/entry](https://github.com/robfig/cron/pull/446)
13+
- [Reduce LARGE CPU consumption by using min-heap instead of sorting all entries every time](https://github.com/robfig/cron/pull/423)
14+
- [add schedule.Prev()](https://github.com/robfig/cron/pull/361)
15+
16+
------
17+
618
Cron V3 has been released!
719

820
To download the specific tagged release, run:

0 commit comments

Comments
 (0)