Skip to content

Commit a8f8fe5

Browse files
committed
1.13.0
1 parent c2cbcc1 commit a8f8fe5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.13.0 (2011-02-07)
2+
3+
* Depend on redis-namespace >= 0.10
4+
* README tweaks
5+
* Use thread_safe option when setting redis url
6+
* Bugfix: worker pruning
7+
18
## 1.12.0 (2011-02-03)
29

310
* Added pidfile writing from `rake resque:work`

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

0 commit comments

Comments
 (0)