Skip to content

Commit 5fdfd54

Browse files
committed
Tick to 3.0.3
Also includes changes from CHANGES.md for 3.0.2, which were forgotten
1 parent 8843be9 commit 5fdfd54

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
3.0.3
2+
---
3+
* Re-splat arguments for the have_enqueued_job alias (aprescott #136)
4+
5+
3.0.2
6+
---
7+
* README updates (nilsding #110, packrat386 #122)
8+
* Ruby 2.4 support (packrat386 #119)
9+
* Fixes for Sidekiq 5 deprecations (packrat #130 with help from trev)
10+
111
3.0.1
212
---
313
* Remove implicit runtime dependency on ActiveSupport [aprescott#109]

lib/rspec/sidekiq/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module RSpec
22
module Sidekiq
3-
VERSION = '3.0.2'
3+
VERSION = '3.0.3'
44
end
55
end

0 commit comments

Comments
 (0)