Skip to content

Commit

Permalink
1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Feb 4, 2011
1 parent c181644 commit e19b83e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions HISTORY.md
@@ -1,3 +1,12 @@
## 1.12.0 (2011-02-03)

* Added pidfile writing from `rake resque:work`
* Added Worker#pid method
* Added configurable location for `rake install`
* Bugfix: Errors in failure backend are rescue'd
* Bugfix: Non-working workers no longer counted in "working" count
* Bugfix: Don't think resque-web is a worker

## 1.11.0 (2010-08-23) ## 1.11.0 (2010-08-23)


* Web UI: Group /workers page by hostnames * Web UI: Group /workers page by hostnames
Expand Down
2 changes: 1 addition & 1 deletion lib/resque/version.rb
@@ -1,3 +1,3 @@
module Resque module Resque
Version = VERSION = '1.11.0' Version = VERSION = '1.12.0'
end end

0 comments on commit e19b83e

Please sign in to comment.