We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d7dcc5 commit 3c7bd9eCopy full SHA for 3c7bd9e
HISTORY.md
@@ -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
10
## 1.9.10 (2010-08-06)
11
12
* Bugfix: before_fork should get passed the job
lib/resque/version.rb
@@ -1,3 +1,3 @@
module Resque
- Version = VERSION = '1.9.10'
+ Version = VERSION = '1.10.0'
end
0 commit comments