-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
95a237a
commit f57d440
Showing
3 changed files
with
22 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,35 @@ | ||
0.5.0 | ||
0.8.0 | ||
----------- | ||
|
||
- Initial release! | ||
- Added `on` (day of week) option to cronotab.rb semantic | ||
- Added job health check and job health indicator to the Web UI | ||
|
||
0.5.1 | ||
|
||
0.7.0 | ||
----------- | ||
|
||
- Added -e/--environment ENV option to set the daemon rails environment. | ||
- Added simple Web UI | ||
|
||
|
||
0.6.1 | ||
----------- | ||
|
||
- Persist job state to your database. | ||
|
||
|
||
0.5.2 | ||
----------- | ||
|
||
- Fix: Scheduled time now related to the last performing time. | ||
|
||
0.6.1 | ||
|
||
0.5.1 | ||
----------- | ||
|
||
- Persist job state to your database. | ||
- Added -e/--environment ENV option to set the daemon rails environment. | ||
|
||
0.7.0 | ||
|
||
0.5.0 | ||
----------- | ||
|
||
- Added simple Web UI | ||
- Initial release! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module Crono | ||
VERSION = '0.7.0' | ||
VERSION = '0.8.0' | ||
end |