Skip to content

Commit f0d863a

Browse files
committed
Release 0.4.1
1 parent 76aab08 commit f0d863a

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## master (unreleased)
22

3+
## 0.4.1 (2026-02-26)
4+
35
- Fix processing the same item twice for interrupted jobs
46

57
## 0.4.0 (2024-05-10)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
sidekiq-iteration (0.4.0)
4+
sidekiq-iteration (0.4.1)
55
sidekiq (>= 6.0)
66

77
GEM

lib/sidekiq_iteration/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module SidekiqIteration
4-
VERSION = "0.4.0"
4+
VERSION = "0.4.1"
55
end

0 commit comments

Comments
 (0)