Skip to content

Commit 37b96ab

Browse files
authored
Merge pull request #540 from Shopify/mangara-release-1-9-0
Release job-iteration v1.9.0
2 parents df74ba9 + da148de commit 37b96ab

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ nil
1212

1313
nil
1414

15+
## v1.9.0 (Feb 3, 2024)
16+
17+
### Features
18+
19+
- [533](https://github.com/Shopify/job-iteration/pull/533) Added a custom compiler for [Tapioca](https://github.com/Shopify/tapioca) that generates Sorbet types for `MyJob.perform_later` if `MyJob` includes `JobIteration::Iteration` and has defined a type for `build_enumerator`.
20+
1521
## v1.8.0 (Dec 10, 2024)
1622

1723
### Changes

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GIT
88
PATH
99
remote: .
1010
specs:
11-
job-iteration (1.8.0)
11+
job-iteration (1.9.0)
1212
activejob (>= 5.2)
1313

1414
GEM

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.8.0"
4+
VERSION = "1.9.0"
55
end

0 commit comments

Comments
 (0)