Skip to content

Commit

Permalink
Release good_job v3.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Apr 22, 2023
1 parent e5fbe91 commit bf112c2
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.4](https://github.com/bensheldon/good_job/tree/v3.15.4) (2023-04-22)

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

**Merged pull requests:**

- Create "discrete" `good_job_executions` table to separate Job records from Execution records and have a 1-to-1 correspondence between `good_jobs` records and Active Job jobs [\#928](https://github.com/bensheldon/good_job/pull/928) ([bensheldon](https://github.com/bensheldon))

## [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)
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.3)
good_job (3.15.4)
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.4.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a1b200594171b452a2c949d4b2912a9137a8d1e78aebb5d0d58b22554318b9d8
1 change: 1 addition & 0 deletions checksums/good_job-3.15.4.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8848a082ea57c665e5ecc5d17b6d766e0804f89ff90ef3513c0bb4a8e9c6620a5fdb306c13bcda0f2eb2d16ff93b69ee3a520a6151ac9af34e3698f10c7ec6cb
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.3'
VERSION = '3.15.4'
end

0 comments on commit bf112c2

Please sign in to comment.