We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76aab08 commit f0d863aCopy full SHA for f0d863a
3 files changed
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## master (unreleased)
2
3
+## 0.4.1 (2026-02-26)
4
+
5
- Fix processing the same item twice for interrupted jobs
6
7
## 0.4.0 (2024-05-10)
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- sidekiq-iteration (0.4.0)
+ sidekiq-iteration (0.4.1)
sidekiq (>= 6.0)
GEM
lib/sidekiq_iteration/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module SidekiqIteration
- VERSION = "0.4.0"
+ VERSION = "0.4.1"
end
0 commit comments