Skip to content

Commit

Permalink
Prepare release v2.0.1 (sidekiq-cron#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
markets authored Nov 14, 2024
1 parent df5b8cf commit efee668
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file.

## 2.0.1

- Fix usage of ActiveJob::Base.queue_name (https://github.com/sidekiq-cron/sidekiq-cron/pull/517)
- Fix: Add quotes to Japanese translations containing multi-byte symbols (https://github.com/sidekiq-cron/sidekiq-cron/pull/515)

## 2.0.0

Sidekiq-Cron v2 is here! In this release we refactored some internals, plus:
Expand Down
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ gemspec

# To test different Sidekiq versions
gem "sidekiq", ENV.fetch("SIDEKIQ_VERSION", ">= 6")

# To test different Active Job versions
gem "activejob", ENV.fetch("ACTIVE_JOB_VERSION", "~> 7")
2 changes: 1 addition & 1 deletion lib/sidekiq/cron/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Sidekiq
module Cron
VERSION = "2.0.0"
VERSION = "2.0.1"
end
end
2 changes: 1 addition & 1 deletion test/integration/performance_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

describe 'Performance Poller' do
JOBS_NUMBER = 10_000
MAX_SECONDS = 40
MAX_SECONDS = 30

before do
Sidekiq.redis(&:flushdb)
Expand Down

0 comments on commit efee668

Please sign in to comment.