Bump 0.8.0

This commit is contained in:
Dzmitry Plashchynski
2015-03-15 09:57:18 +02:00
parent 95a237aeb5
commit f57d440424
3 changed files with 24 additions and 13 deletions

View File

@@ -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.5.2
-----------
- Fix: Scheduled time now related to the last performing time.
0.6.1 0.6.1
----------- -----------
- Persist job state to your database. - Persist job state to your database.
0.7.0
0.5.2
----------- -----------
- Added simple Web UI - Fix: Scheduled time now related to the last performing time.
0.5.1
-----------
- Added -e/--environment ENV option to set the daemon rails environment.
0.5.0
-----------
- Initial release!

View File

@@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
crono (0.7.0) crono (0.8.0)
activejob (~> 4.0) activejob (~> 4.0)
activerecord (~> 4.0) activerecord (~> 4.0)
activesupport (~> 4.0) activesupport (~> 4.0)
@@ -66,7 +66,7 @@ GEM
tilt (~> 1.3, >= 1.3.4) tilt (~> 1.3, >= 1.3.4)
slop (3.6.0) slop (3.6.0)
sqlite3 (1.3.10) sqlite3 (1.3.10)
thread_safe (0.3.4) thread_safe (0.3.5)
tilt (1.4.1) tilt (1.4.1)
timecop (0.7.3) timecop (0.7.3)
tzinfo (1.2.2) tzinfo (1.2.2)

View File

@@ -1,3 +1,3 @@
module Crono module Crono
VERSION = '0.7.0' VERSION = '0.8.0'
end end