Skip to content

Commit 2f6ec23

Browse files
committed
v1.7.1
1 parent 0337b6b commit 2f6ec23

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.7.1 (2010-04-02)
2+
3+
* Bugfix: Make job hook execution order consistent
4+
* Bugfix: stdout buffering in child process
5+
16
## 1.7.0 (2010-03-31)
27

38
* Job hooks API. See docs/HOOKS.md.

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 = '1.7.0'
2+
Version = '1.7.1'
33
end

0 commit comments

Comments
 (0)