Skip to content

Commit

Permalink
Release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Jan 7, 2012
1 parent 40f5283 commit 80a9a25
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions ChangeLog
@@ -1,8 +1,14 @@
unreleased
0.1.4 - 2012-01-07

Enhancements:

* Added `poll_frequency` config for mongo backend
* Add `poll_frequency` config for mongo backend
* Add qu-airbrake failure backend
* Add immediate backend for performing jobs immediately

require 'qu-immediate'

https://github.com/bkeepers/qu/compare/v0.1.3...v0.1.4

0.1.3 - 2011-10-10

Expand All @@ -20,12 +26,15 @@ unreleased
c.backend.retry_frequency = 5 # default: 1
end

https://github.com/bkeepers/qu/compare/v0.1.2..v0.1.3

0.1.2 - 2011-10-05

Bug Fixes:

* Build gem with Ruby 1.8 to avoid YAML errors (http://blog.rubygems.org/2011/08/31/shaving-the-yaml-yacc.html)

https://github.com/bkeepers/qu/compare/v0.1.1...v0.1.2

0.1.1 - 2011-10-02

Expand Down
2 changes: 1 addition & 1 deletion lib/qu/version.rb
@@ -1,3 +1,3 @@
module Qu
VERSION = "0.1.3"
VERSION = "0.1.4"
end

0 comments on commit 80a9a25

Please sign in to comment.