Skip to content

Commit

Permalink
Release good_job v3.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Apr 22, 2023
1 parent 1a98e1b commit 1b5a16e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [v3.15.3](https://github.com/bensheldon/good_job/tree/v3.15.3) (2023-04-22)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.15.2...v3.15.3)

**Merged pull requests:**

- Eagerly autoload `ActiveJob::Base`; clean up framework deferred-loading logic to use nested `on_load` blocks [\#931](https://github.com/bensheldon/good_job/pull/931) ([bensheldon](https://github.com/bensheldon))

## [v3.15.2](https://github.com/bensheldon/good_job/tree/v3.15.2) (2023-04-19)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.15.1...v3.15.2)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: .
specs:
good_job (3.15.2)
good_job (3.15.3)
activejob (>= 6.0.0)
activerecord (>= 6.0.0)
concurrent-ruby (>= 1.0.2)
Expand Down
1 change: 1 addition & 0 deletions checksums/good_job-3.15.3.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2fe5db91e611dafc44c235f07359a7913666d94c0778c8eb72ac8d39ef971d6c
1 change: 1 addition & 0 deletions checksums/good_job-3.15.3.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4fe983f163a750df755baa663f60e687b076dd9e3ef857db18fa29eacbfc056bcd9a1286e1d22dd2dca72274049c6e89f6a4811decd25f3495789c45a95ef2ba
2 changes: 1 addition & 1 deletion lib/good_job/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module GoodJob
# GoodJob gem version.
VERSION = '3.15.2'
VERSION = '3.15.3'
end

0 comments on commit 1b5a16e

Please sign in to comment.