Skip to content

Commit

Permalink
Merge pull request #540 from Shopify/mangara-release-1-9-0
Browse files Browse the repository at this point in the history
Release job-iteration v1.9.0
  • Loading branch information
Mangara authored Feb 3, 2025
2 parents df74ba9 + da148de commit 37b96ab
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ nil

nil

## v1.9.0 (Feb 3, 2024)

### Features

- [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`.

## v1.8.0 (Dec 10, 2024)

### Changes
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GIT
PATH
remote: .
specs:
job-iteration (1.8.0)
job-iteration (1.9.0)
activejob (>= 5.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/job-iteration/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module JobIteration
VERSION = "1.8.0"
VERSION = "1.9.0"
end

0 comments on commit 37b96ab

Please sign in to comment.