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 2222350 commit a13dc6dCopy full SHA for a13dc6d
HISTORY.md
@@ -1,3 +1,10 @@
1
+## 1.9.7 (2010-07-09)
2
+
3
+* Improved memory usage in Job.destroy
4
+* redis-namespace 0.7.0 now required
5
+* Bugfix: Reverted $0 changes
6
+* Web Bugfix: Payload-less failures in the web ui work
7
8
## 1.9.6 (2010-06-22)
9
10
* Bugfix: Rakefile logging works the same as all the other logging
lib/resque/version.rb
@@ -1,3 +1,3 @@
module Resque
- Version = VERSION = '1.9.6'
+ Version = VERSION = '1.9.7'
end
0 commit comments