Skip to content

Commit e93b411

Browse files
committed
Release job-iteration v1.12.0
1 parent ca2e046 commit e93b411

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Main (unreleased)
1+
## Main (unreleased)
22

33
### Breaking Changes
44

@@ -10,6 +10,16 @@ nil
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

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GIT
88
PATH
99
remote: .
1010
specs:
11-
job-iteration (1.11.0)
11+
job-iteration (1.12.0)
1212
activejob (>= 6.1)
1313

1414
GEM
@@ -280,4 +280,4 @@ DEPENDENCIES
280280
yard
281281

282282
BUNDLED WITH
283-
4.0.4
283+
4.0.4

lib/job-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 JobIteration
4-
VERSION = "1.11.0"
4+
VERSION = "1.12.0"
55
end

0 commit comments

Comments
 (0)