From e19b83ebe6dfaf3199038d69c8db049a10f6f2f9 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Thu, 3 Feb 2011 16:25:31 -0800 Subject: [PATCH] 1.12.0 --- HISTORY.md | 9 +++++++++ lib/resque/version.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 15fbfa541..f8124f864 100644 --- a/HISTORY.md +++ b/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) * Web UI: Group /workers page by hostnames diff --git a/lib/resque/version.rb b/lib/resque/version.rb index 7c5357662..b287242fe 100644 --- a/lib/resque/version.rb +++ b/lib/resque/version.rb @@ -1,3 +1,3 @@ module Resque - Version = VERSION = '1.11.0' + Version = VERSION = '1.12.0' end