We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2cbcc1 commit a8f8fe5Copy full SHA for a8f8fe5
HISTORY.md
@@ -1,3 +1,10 @@
1
+## 1.13.0 (2011-02-07)
2
+
3
+* Depend on redis-namespace >= 0.10
4
+* README tweaks
5
+* Use thread_safe option when setting redis url
6
+* Bugfix: worker pruning
7
8
## 1.12.0 (2011-02-03)
9
10
* Added pidfile writing from `rake resque:work`
lib/resque/version.rb
@@ -1,3 +1,3 @@
module Resque
- Version = VERSION = '1.12.0'
+ Version = VERSION = '1.13.0'
end
0 commit comments