mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
notes
This commit is contained in:
parent
d8bd483e63
commit
5fd622e666
2 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,12 @@
|
|||
# Sidekiq Changes
|
||||
|
||||
4.2.0
|
||||
-----------
|
||||
|
||||
- Enable development-mode code reloading. With Rails 5.0+, you don't need
|
||||
to restart Sidekiq to pick up your Sidekiq::Worker changes anymore! [#2457]
|
||||
|
||||
|
||||
4.1.4
|
||||
-----------
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# frozen_string_literal: true
|
||||
module Sidekiq
|
||||
VERSION = "4.1.4"
|
||||
VERSION = "4.2.0"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue