Skip to content

Commit

Permalink
Release good_job v3.15.10
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed May 22, 2023
1 parent 4ba26e4 commit 63384b5
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.10](https://github.com/bensheldon/good_job/tree/v3.15.10) (2023-05-22)

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

**Fixed bugs:**

- Ensure migration warning for `DiscreteExecution` constant is in explicit `GoodJob::` namespace [\#963](https://github.com/bensheldon/good_job/pull/963) ([bensheldon](https://github.com/bensheldon))

**Closed issues:**

- uninitialized constant DiscreteExecution [\#962](https://github.com/bensheldon/good_job/issues/962)

## [v3.15.9](https://github.com/bensheldon/good_job/tree/v3.15.9) (2023-05-21)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.15.8...v3.15.9)
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.9)
good_job (3.15.10)
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.10.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4abed2a385c8be294005dee842b992e3d9ddb4dada4a63e616e3ffe38abc9694
1 change: 1 addition & 0 deletions checksums/good_job-3.15.10.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8127ab4f40fb2141723a9922086c730e098701eff81cb63029487e09c957494acd593112126ce61114cca8ebc93eee5fda7db444ad32e30efed5235c68c7dcd1
2 changes: 1 addition & 1 deletion lib/good_job/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true
module GoodJob
# GoodJob gem version.
VERSION = '3.15.9'
VERSION = '3.15.10'

# GoodJob version as Gem::Version object
GEM_VERSION = Gem::Version.new(VERSION)
Expand Down

0 comments on commit 63384b5

Please sign in to comment.