From a8f8fe598e53a33704564f05d449139e26731f41 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Mon, 7 Feb 2011 13:48:23 -0800 Subject: [PATCH] 1.13.0 --- HISTORY.md | 7 +++++++ lib/resque/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index f8124f864..9de6c7cd1 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,10 @@ +## 1.13.0 (2011-02-07) + +* Depend on redis-namespace >= 0.10 +* README tweaks +* Use thread_safe option when setting redis url +* Bugfix: worker pruning + ## 1.12.0 (2011-02-03) * Added pidfile writing from `rake resque:work` diff --git a/lib/resque/version.rb b/lib/resque/version.rb index b287242fe..b1d2ceb0d 100644 --- a/lib/resque/version.rb +++ b/lib/resque/version.rb @@ -1,3 +1,3 @@ module Resque - Version = VERSION = '1.12.0' + Version = VERSION = '1.13.0' end