Skip to content

Commit

Permalink
v3.0.0 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenaniah authored Feb 10, 2023
1 parent 77092e1 commit b2330a4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
**Version 3.0.0**
* Drops support for Sidekiq 5.x
* Adds support for Sidekiq 7.x
* Migrates from Travis CI to GitHub Actions
- Drops support for Sidekiq 5.x
- Adds support for Sidekiq 7.x
- Migrates from Travis CI to GitHub Actions

**Version 2.1.3**
* Fixes redis deprecation warnings (https://github.com/kenaniah/sidekiq-status/issues/11)
- Fixes redis deprecation warnings (https://github.com/kenaniah/sidekiq-status/issues/11)

**Version 2.1.2**
* Casts values to strings when HTML-encoding
- Casts values to strings when HTML-encoding

**Version 2.1.1**
* Ensures parameter outputs are properly HTML-encoded
- Ensures parameter outputs are properly HTML-encoded

**Version 2.1.0**
* Adds support for Sidekiq 6.2.2+ (https://github.com/mperham/sidekiq/issues/4955)
- Adds support for Sidekiq 6.2.2+ (https://github.com/mperham/sidekiq/issues/4955)

**Version 2.0.2**
* Fixes for dark mode theme
- Fixes for dark mode theme

**Version 2.0.1**
* Adds support for dark mode to the job status page
- Adds support for dark mode to the job status page

**Version 2.0.0**
* Adds support for Ruby 2.7, 3.0
* Adds support for Sidekiq 6.x
* Removes support for Ruby 2.3, 2.4, 2.5
* Removes support for Sidekiq 3.x, 4.x
- Adds support for Ruby 2.7, 3.0
- Adds support for Sidekiq 6.x
- Removes support for Ruby 2.3, 2.4, 2.5
- Removes support for Sidekiq 3.x, 4.x

**Versions 1.1.4 and prior**

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Sidekiq-status is an extension to [Sidekiq](https://github.com/mperham/sidekiq) that tracks information about your Sidekiq and provides a UI to that purpose. It was inspired by [resque-status](https://github.com/quirkey/resque-status).

Requires Ruby 2.6+ and Sidekiq 5.0+ or newer.
Requires Ruby 2.6+ and Sidekiq 6.0+ or newer.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion lib/sidekiq-status/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Sidekiq
module Status
VERSION = '2.1.3'
VERSION = '3.0.0'
end
end

0 comments on commit b2330a4

Please sign in to comment.