Skip to content

Commit

Permalink
Tick to 3.0.3
Browse files Browse the repository at this point in the history
Also includes changes from CHANGES.md for 3.0.2, which were forgotten
  • Loading branch information
packrat386 committed Jun 23, 2017
1 parent 8843be9 commit 5fdfd54
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
3.0.3
---
* Re-splat arguments for the have_enqueued_job alias (aprescott #136)

3.0.2
---
* README updates (nilsding #110, packrat386 #122)
* Ruby 2.4 support (packrat386 #119)
* Fixes for Sidekiq 5 deprecations (packrat #130 with help from trev)

3.0.1
---
* Remove implicit runtime dependency on ActiveSupport [aprescott#109]
Expand Down
2 changes: 1 addition & 1 deletion lib/rspec/sidekiq/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module RSpec
module Sidekiq
VERSION = '3.0.2'
VERSION = '3.0.3'
end
end

0 comments on commit 5fdfd54

Please sign in to comment.