Skip to content

Commit 4d15d4c

Browse files
committed
Release job-iteration v1.10.0
1 parent 2df97a2 commit 4d15d4c

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,32 @@
22

33
### Breaking Changes
44

5-
- [544](https://github.com/Shopify/job-iteration/pull/544) - Drop support for Ruby 2.6 and 2.7, and Rails 5.2 and 6.0. The minimum supported Ruby version is now 3.0, and the minimum supported Rails version is 6.1.
5+
nil
66

77
### Changes
88

99
nil
1010

1111
### Features
1212

13-
- [547](https://github.com/Shopify/job-iteration/pull/547) Add interruption adapter for [DelayedJob](https://github.com/collectiveidea/delayed_job).
13+
nil
1414

1515
### Bug fixes
1616

1717
nil
1818

19-
## v1.9.0 (Feb 3, 2024)
19+
## v1.10.0 (Mar 20, 2025)
20+
21+
### Breaking Changes
22+
23+
- [544](https://github.com/Shopify/job-iteration/pull/544) - Drop support for Ruby 2.6 and 2.7, and Rails 5.2 and 6.0. The minimum supported Ruby version is now 3.0, and the minimum supported Rails version is 6.1.
24+
25+
### Features
26+
27+
- [547](https://github.com/Shopify/job-iteration/pull/547) Add interruption adapter for [DelayedJob](https://github.com/collectiveidea/delayed_job).
28+
- [556](https://github.com/Shopify/job-iteration/pull/556) Add support for generic job classes in the Tapioca Sorbet compiler.
29+
30+
## v1.9.0 (Feb 3, 2025)
2031

2132
### Features
2233

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.9.0)
11+
job-iteration (1.10.0)
1212
activejob (>= 6.1)
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.9.0"
4+
VERSION = "1.10.0"
55
end

0 commit comments

Comments
 (0)