Skip to content

Commit 43375e4

Browse files
authored
Merge pull request #1216 from collectiveidea/release-4.1.12.rc1
Prepare 4.1.12.rc1 release
2 parents d0994cf + 062acf0 commit 43375e4

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
4.1.12.rc1 - 2024-08-13
2+
=======================
3+
* Validating trusted publishing release
4+
* Add missing require for extract_options
5+
* Fix rails 7.2 ActiveSupport::ProxyObject deprecation
6+
* Multiple contributors on current and legacy test suite improvements
7+
18
4.1.11 - 2022-09-28
29
===================
310
* Fix missing require for Rails 7.0.3+

README.md

+1-1
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.11).](https://github.com/collectiveidea/delayed_job/tree/v4.1.11)**
4+
(4.1.12.rc1).](https://github.com/collectiveidea/delayed_job/tree/v4.1.12.rc1)**
55

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

delayed_job.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
1313
spec.require_paths = ['lib']
1414
spec.summary = 'Database-backed asynchronous priority queue system -- Extracted from Shopify'
1515
spec.test_files = Dir.glob('spec/**/*')
16-
spec.version = '4.1.11'
16+
spec.version = '4.1.12.rc1'
1717
spec.metadata = {
1818
'changelog_uri' => 'https://github.com/collectiveidea/delayed_job/blob/master/CHANGELOG.md',
1919
'bug_tracker_uri' => 'https://github.com/collectiveidea/delayed_job/issues',

0 commit comments

Comments
 (0)