Skip to content

Commit ee5784c

Browse files
committed
1.17.0
1 parent e7c9a3f commit ee5784c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

HISTORY.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
## 1.16.1 (2011-05-17)
210

311
* Bugfix: Resque::Failure::Hoptoad.configure works again

lib/resque/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Resque
2-
Version = VERSION = '1.16.1'
2+
Version = VERSION = '1.17.0'
33
end

0 commit comments

Comments
 (0)