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 d834b90 commit f144aadCopy full SHA for f144aad
HISTORY.md
@@ -1,3 +1,9 @@
1
+## 1.9.9 (2010-07-26)
2
+
3
+* Depend on redis-namespace 0.8.0
4
+* Depend on json_pure instead of json (for JRuby compat)
5
+* Bugfix: rails_env display in stats view
6
7
## 1.9.8 (2010-07-20)
8
9
* Bugfix: Worker.all should never return nil
lib/resque/version.rb
@@ -1,3 +1,3 @@
module Resque
- Version = VERSION = '1.9.8'
+ Version = VERSION = '1.9.9'
end
0 commit comments