Skip to content

Commit

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

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

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

**Fixed bugs:**

- Fix `GoodJob.cleanup_preserved_jobs` to add missing guard for unmigrated discrete executions [\#938](https://github.com/bensheldon/good_job/pull/938) ([bensheldon](https://github.com/bensheldon))

**Closed issues:**

- Update to 3.15.4 breaks cleanup\_preserved\_jobs [\#937](https://github.com/bensheldon/good_job/issues/937)

## [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)
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.4)
good_job (3.15.5)
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.5.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
93917cde9e6f3c559e5b75f8f51b888370f4094e0995f5a805efe05f2140cb95
1 change: 1 addition & 0 deletions checksums/good_job-3.15.5.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4fd8b0a1f0fa3171ad3190605712d2a34489c3e391d9f119926e0fdf156e7b4de9dd40007f4d668cd9829be1046eaefb80fb87b121ece9c99618a1d12ce04ba2
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.4'
VERSION = '3.15.5'
end

0 comments on commit 5592334

Please sign in to comment.