File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed
Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1- ### Main (unreleased)
1+ ## Main (unreleased)
22
33### Breaking Changes
44
1010
1111### Features
1212
13+ nil
14+
15+ ### Bug fixes
16+
17+ nil
18+
19+ ## v1.12.0 (Jan 16, 2026)
20+
21+ ### Features
22+
1323- [ 650] ( https://github.com/Shopify/job-iteration/pull/650 ) Add support for batch enumeration over models with composite primary keys.
1424
1525### Bug fixes
Original file line number Diff line number Diff line change 88PATH
99 remote: .
1010 specs:
11- job-iteration (1.11 .0 )
11+ job-iteration (1.12 .0 )
1212 activejob (>= 6.1 )
1313
1414GEM
@@ -280,4 +280,4 @@ DEPENDENCIES
280280 yard
281281
282282BUNDLED WITH
283- 4.0.4
283+ 4.0.4
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module JobIteration
4- VERSION = "1.11 .0"
4+ VERSION = "1.12 .0"
55end
You can’t perform that action at this time.
0 commit comments