Release 0.10.1
This is a bugfix release to address an issue which creates an infinite loop during schedule generation.
The bug could be triggered by having the time_range
end close enough to the end of a calendar day that adding next interval caused the clock to roll over past 23:59:59. This means the next time generated is still "before" the end of the time range, and the stream would generate forever.