Skip to content

Commit

Permalink
1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed May 26, 2011
1 parent e7c9a3f commit ee5784c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY.md
@@ -1,3 +1,11 @@
## 1.17.0 (2011-05-26)

* Workers exit with `exit` instead of `exit!`. This means you
can now use `at_exit` hooks inside workers.
* More monit typo fixes.
* Fixed bug in Hoptoad backend.
* Web UI: Wrap preformatted arguments.

## 1.16.1 (2011-05-17)

* Bugfix: Resque::Failure::Hoptoad.configure works again
Expand Down
2 changes: 1 addition & 1 deletion lib/resque/version.rb
@@ -1,3 +1,3 @@
module Resque
Version = VERSION = '1.16.1'
Version = VERSION = '1.17.0'
end

0 comments on commit ee5784c

Please sign in to comment.