Skip to content

Commit c46b3b8

Browse files
committed
1.14.0
1 parent 06b3936 commit c46b3b8

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

HISTORY.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 1.14.0 (2011-03-17)
2+
3+
* Sleep interval can now be a float
4+
* Added Resque.inline to allow in-process performing of jobs (for testing)
5+
* Fixed tests for Ruby 1.9.2
6+
* Added Resque.validate(klass) to validate a Job
7+
* Decode errors are no longer ignored to help debugging
8+
* Web: Sinatra 1.2 compatibility
9+
* Fixed after_enqueue hook to actually run in `Resque.enqueue`
10+
* Fixed very_verbose timestamps to use 24 hour time (AM/PM wasn't included)
11+
* Fixed monit example
12+
* Fixed Worker#pid
13+
114
## 1.13.0 (2011-02-07)
215

316
* Depend on redis-namespace >= 0.10

lib/resque/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Resque
2-
Version = VERSION = '1.13.0'
2+
Version = VERSION = '1.14.0'
33
end

0 commit comments

Comments
 (0)