We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a8e0ee commit ccce13cCopy full SHA for ccce13c
CHANGES.md
@@ -1,3 +1,12 @@
1
+3.1.0
2
+---
3
+* Add support for latest ruby and Rails 5 (coding-bunny #156)
4
+* Support `Class#method` notation in batch callback (caalberts #155)
5
+* Fix bug with time comparison in delayed jobs (geeosh #153 with help from col)
6
+* remove usage of `Integer#blank?` (lanej #152)
7
+* Add `NullBatch#description` (dsantosmerino #139)
8
+* README updates (BenMusch #142, akihikodaki #141, wpolicarpo #160)
9
+
10
3.0.3
11
---
12
* Re-splat arguments for the have_enqueued_job alias (aprescott #136)
lib/rspec/sidekiq/version.rb
@@ -1,5 +1,5 @@
module RSpec
module Sidekiq
- VERSION = '3.0.3'
+ VERSION = '3.1.0'
end
0 commit comments