File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
### Main (unreleased)
2
2
3
+ Nil
4
+
5
+ ## v1.6.0 (Sep 24, 2024)
6
+
7
+ ### Features
8
+
3
9
- [ 464] ( https://github.com/Shopify/job-iteration/pull/464 ) - Add interruption adapter for [ GoodJob] ( https://github.com/bensheldon/good_job ) .
4
10
- [ 505] ( https://github.com/Shopify/job-iteration/pull/505 ) - Add interruption adapter for [ Solid Queue] ( https://github.com/rails/solid_queue ) .
5
11
Original file line number Diff line number Diff line change 8
8
PATH
9
9
remote: .
10
10
specs:
11
- job-iteration (1.5.1 )
11
+ job-iteration (1.6.0 )
12
12
activejob (>= 5.2 )
13
13
14
14
GEM
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module JobIteration
4
- VERSION = "1.5.1 "
4
+ VERSION = "1.6.0 "
5
5
end
You can’t perform that action at this time.
0 commit comments