Skip to content

Commit e19b83e

Browse files
committed
1.12.0
1 parent c181644 commit e19b83e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

HISTORY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 1.12.0 (2011-02-03)
2+
3+
* Added pidfile writing from `rake resque:work`
4+
* Added Worker#pid method
5+
* Added configurable location for `rake install`
6+
* Bugfix: Errors in failure backend are rescue'd
7+
* Bugfix: Non-working workers no longer counted in "working" count
8+
* Bugfix: Don't think resque-web is a worker
9+
110
## 1.11.0 (2010-08-23)
211

312
* Web UI: Group /workers page by hostnames

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.11.0'
2+
Version = VERSION = '1.12.0'
33
end

0 commit comments

Comments
 (0)