Skip to content

Commit

Permalink
Release good_job v3.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Jul 18, 2023
1 parent e39e234 commit 58a49ea
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [v3.16.3](https://github.com/bensheldon/good_job/tree/v3.16.3) (2023-07-18)

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

**Fixed bugs:**

- Fix bulk enqueue for unmigrated 'error\_event'; add `GoodJob.migrated?` check method; use custom enum implementation [\#1011](https://github.com/bensheldon/good_job/pull/1011) ([bensheldon](https://github.com/bensheldon))

**Closed issues:**

- GoodJob::Bulk.enqueue not handling missing migrations [\#1010](https://github.com/bensheldon/good_job/issues/1010)

**Merged pull requests:**

- Move shared `BaseExecution` concerns into the base class. [\#1009](https://github.com/bensheldon/good_job/pull/1009) ([dixpac](https://github.com/dixpac))

## [v3.16.2](https://github.com/bensheldon/good_job/tree/v3.16.2) (2023-07-13)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.16.1...v3.16.2)
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.16.2)
good_job (3.16.3)
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.16.3.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
119e7963c284f1db0ee707a59b4791b826f984ec63dad1ac9efb71d72f96d4af
1 change: 1 addition & 0 deletions checksums/good_job-3.16.3.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a7c14e6f21d19d744ca5d32e0717d157df631aaf56c3d84b2407bc73545e2c1ceed1d75bf25288bf19130d6a0bf85b19823a0623b76f15db2b39fa892af32049
2 changes: 1 addition & 1 deletion lib/good_job/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module GoodJob
# GoodJob gem version.
VERSION = '3.16.2'
VERSION = '3.16.3'

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

0 comments on commit 58a49ea

Please sign in to comment.