Skip to content

Commit

Permalink
Bump 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plashchynski committed Mar 15, 2015
1 parent 95a237a commit f57d440
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 11 deletions.
27 changes: 19 additions & 8 deletions Changes.md
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!
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
crono (0.7.0)
crono (0.8.0)
activejob (~> 4.0)
activerecord (~> 4.0)
activesupport (~> 4.0)
Expand Down Expand Up @@ -66,7 +66,7 @@ GEM
tilt (~> 1.3, >= 1.3.4)
slop (3.6.0)
sqlite3 (1.3.10)
thread_safe (0.3.4)
thread_safe (0.3.5)
tilt (1.4.1)
timecop (0.7.3)
tzinfo (1.2.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/crono/version.rb
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

0 comments on commit f57d440

Please sign in to comment.