mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
bump, release
This commit is contained in:
parent
fdc0531851
commit
49b5d3351f
4 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
[Sidekiq Changes](https://github.com/mperham/sidekiq/blob/master/Changes.md) | [Sidekiq Pro Changes](https://github.com/mperham/sidekiq/blob/master/Pro-Changes.md) | [Sidekiq Enterprise Changes](https://github.com/mperham/sidekiq/blob/master/Ent-Changes.md)
|
||||
|
||||
HEAD
|
||||
6.1.3
|
||||
---------
|
||||
|
||||
- Warn if Redis is configured to evict data under memory pressure [#4752]
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
Please see [sidekiq.org](https://sidekiq.org) for more details and how to buy.
|
||||
|
||||
HEAD
|
||||
2.2.1
|
||||
-------------
|
||||
|
||||
- Support configurable timezones for periodic jobs [#4749]
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
Please see [sidekiq.org](https://sidekiq.org/) for more details and how to buy.
|
||||
|
||||
HEAD
|
||||
5.2.1
|
||||
---------
|
||||
|
||||
- Propagate death callbacks to parent batches [#4774]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module Sidekiq
|
||||
VERSION = "6.1.2"
|
||||
VERSION = "6.1.3"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue