Skip to content

Commit

Permalink
Release good_job v3.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Apr 19, 2023
1 parent 99252b3 commit 547881f
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [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)

**Closed issues:**

- Cleaning up preserved jobs giving me timeout [\#933](https://github.com/bensheldon/good_job/issues/933)
- uninitialized constant GoodJob::ActiveJobJob \(NameError\) [\#932](https://github.com/bensheldon/good_job/issues/932)

**Merged pull requests:**

- Use batched queries in `GoodJob::self.cleanup_preserved_jobs` [\#934](https://github.com/bensheldon/good_job/pull/934) ([bensheldon](https://github.com/bensheldon))
- Bump nokogiri from 1.14.2 to 1.14.3 [\#926](https://github.com/bensheldon/good_job/pull/926) ([dependabot[bot]](https://github.com/apps/dependabot))

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

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.15.0...v3.15.1)
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.1)
good_job (3.15.2)
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.2.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6c8e2b2d97495e9d43e6ecb0346ab5555c74be8f8df34c4bd1346687d40c0400
1 change: 1 addition & 0 deletions checksums/good_job-3.15.2.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dd6f6a7e472c9c4d0c33b42019c1e38036529b1465386b2fd4d1f48b8dec53ee75487aee3a80b46863d665941ec619d24480305f22221ebf23986e4797242507
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.1'
VERSION = '3.15.2'
end

0 comments on commit 547881f

Please sign in to comment.