Skip to content

Commit

Permalink
Tick 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
packrat386 committed Jun 21, 2020
1 parent 8a8e0ee commit ccce13c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.md
@@ -1,3 +1,12 @@
3.1.0
---
* Add support for latest ruby and Rails 5 (coding-bunny #156)
* Support `Class#method` notation in batch callback (caalberts #155)
* Fix bug with time comparison in delayed jobs (geeosh #153 with help from col)
* remove usage of `Integer#blank?` (lanej #152)
* Add `NullBatch#description` (dsantosmerino #139)
* README updates (BenMusch #142, akihikodaki #141, wpolicarpo #160)

3.0.3
---
* Re-splat arguments for the have_enqueued_job alias (aprescott #136)
Expand Down
2 changes: 1 addition & 1 deletion lib/rspec/sidekiq/version.rb
@@ -1,5 +1,5 @@
module RSpec
module Sidekiq
VERSION = '3.0.3'
VERSION = '3.1.0'
end
end

0 comments on commit ccce13c

Please sign in to comment.