Skip to content

Commit 3c7bd9e

Browse files
committed
v1.10.0
1 parent 4d7dcc5 commit 3c7bd9e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

HISTORY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 1.10.0 (2010-08-23)
2+
3+
* Support redis:// string format in `Resque.redis=`
4+
* Using new cross-platform JSON gem.
5+
* Added `after_enqueue` plugin hook.
6+
* Added `shutdown?` method which can be overridden.
7+
* Added support for the "leftright" gem when running tests.
8+
* Grammarfix: In the README
9+
110
## 1.9.10 (2010-08-06)
211

312
* Bugfix: before_fork should get passed the job

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.9.10'
2+
Version = VERSION = '1.10.0'
33
end

0 commit comments

Comments
 (0)