Skip to content

Commit eaef62d

Browse files
authored
Merge pull request #1242 from collectiveidea/release-4-2-0
Prepare release 4.2.0
2 parents 80beb5e + 43b800c commit eaef62d

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
@@ -1,3 +1,9 @@
1+
4.2.0 - 2025-12-29
2+
=======================
3+
* Add dependencies for benchmark and logger which are moving out of stdlib.
4+
* Pull ActiveJob adapter from rails into DJ for future rails release.
5+
* Add Ruby 4.0 and Rails 8.1 to test matrix.
6+
17
4.1.13 - 2024-11-08
28
=======================
39
* Enable Rails 8

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
**If you're viewing this at https://github.com/collectiveidea/delayed_job,
22
you're reading the documentation for the master branch.
33
[View documentation for the latest release
4-
(4.1.13).](https://github.com/collectiveidea/delayed_job/tree/v4.1.13)**
4+
(4.2.0).](https://github.com/collectiveidea/delayed_job/tree/v4.2.0)**
55

66
Delayed::Job
77
============

delayed_job.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
1515
spec.require_paths = ['lib']
1616
spec.summary = 'Database-backed asynchronous priority queue system -- Extracted from Shopify'
1717
spec.test_files = Dir.glob('spec/**/*')
18-
spec.version = '4.1.13'
18+
spec.version = '4.2.0'
1919
spec.metadata = {
2020
'changelog_uri' => 'https://github.com/collectiveidea/delayed_job/blob/master/CHANGELOG.md',
2121
'bug_tracker_uri' => 'https://github.com/collectiveidea/delayed_job/issues',

0 commit comments

Comments
 (0)