Skip to content

Commit

Permalink
Release good_job v3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Feb 7, 2023
1 parent a44a464 commit 92a8505
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.12.0](https://github.com/bensheldon/good_job/tree/v3.12.0) (2023-02-07)

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

**Merged pull requests:**

- Create `InterruptErrors` extension to raise an exception when an interrupted job is retried [\#830](https://github.com/bensheldon/good_job/pull/830) ([bensheldon](https://github.com/bensheldon))

## [v3.11.1](https://github.com/bensheldon/good_job/tree/v3.11.1) (2023-02-06)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.11.0...v3.11.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.11.1)
good_job (3.12.0)
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.12.0.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
82a6e9011b2b541dd60afd6c02967e96165021c57485249e4cf3473cc19c2ca1
1 change: 1 addition & 0 deletions checksums/good_job-3.12.0.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
60cb595ba50a9fac0079d1bd22e9b7daccf310f973d6b6a3b7a62ef9643989b0baa064b246d691684a3f7d879a8f783d80718f893ee5a9183eea538dcf325275
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.11.1'
VERSION = '3.12.0'
end

0 comments on commit 92a8505

Please sign in to comment.