mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
4.0.1
This commit is contained in:
parent
708db81a6e
commit
8577284fa3
2 changed files with 8 additions and 2 deletions
|
@ -1,6 +1,12 @@
|
|||
# Sidekiq Changes
|
||||
|
||||
4.0.0.pre1
|
||||
4.0.1
|
||||
-----------
|
||||
|
||||
- Yank new queue-based testing API [#2663]
|
||||
- Fix invalid constant reference in heartbeat
|
||||
|
||||
4.0.0
|
||||
-----------
|
||||
|
||||
- Sidekiq's internals have been completely overhauled for performance
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Sidekiq
|
||||
VERSION = "4.0.0"
|
||||
VERSION = "4.0.1"
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue