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 e7c9a3f commit ee5784cCopy full SHA for ee5784c
HISTORY.md
@@ -1,3 +1,11 @@
1
+## 1.17.0 (2011-05-26)
2
+
3
+* Workers exit with `exit` instead of `exit!`. This means you
4
+ can now use `at_exit` hooks inside workers.
5
+* More monit typo fixes.
6
+* Fixed bug in Hoptoad backend.
7
+* Web UI: Wrap preformatted arguments.
8
9
## 1.16.1 (2011-05-17)
10
11
* Bugfix: Resque::Failure::Hoptoad.configure works again
lib/resque/version.rb
@@ -1,3 +1,3 @@
module Resque
- Version = VERSION = '1.16.1'
+ Version = VERSION = '1.17.0'
end
0 commit comments