Skip to content

Commit

Permalink
Release good_job v4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Jul 10, 2024
1 parent 7b98077 commit d708263
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [v4.0.3](https://github.com/bensheldon/good_job/tree/v4.0.3) (2024-07-10)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v4.0.2...v4.0.3)

**Fixed bugs:**

- Only set duration attribute to interval on Rails 6.1 [\#1412](https://github.com/bensheldon/good_job/pull/1412) ([bdewater-thatch](https://github.com/bdewater-thatch))

**Closed issues:**

- GoodJob error: TypeError: can't cast ActiveSupport::Duration \(on v4.0.0\) [\#1413](https://github.com/bensheldon/good_job/issues/1413)
- Question: is it possible to clean a set of scheduled jobs \(by class name\) from console? [\#1410](https://github.com/bensheldon/good_job/issues/1410)
- "Couldn't find GoodJob::BatchRecord" error [\#1387](https://github.com/bensheldon/good_job/issues/1387)
- Empty alerts "\[\]"? [\#1372](https://github.com/bensheldon/good_job/issues/1372)
- Release GoodJob 4.0 [\#764](https://github.com/bensheldon/good_job/issues/764)

**Merged pull requests:**

- Add Active Support load hooks for Job and \(Discrete\)Execution; move all outside class definition bodies [\#1414](https://github.com/bensheldon/good_job/pull/1414) ([bensheldon](https://github.com/bensheldon))

## [v4.0.2](https://github.com/bensheldon/good_job/tree/v4.0.2) (2024-07-08)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v4.0.1...v4.0.2)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
good_job (4.0.2)
good_job (4.0.3)
activejob (>= 6.1.0)
activerecord (>= 6.1.0)
concurrent-ruby (>= 1.3.1)
Expand Down
1 change: 1 addition & 0 deletions checksums/good_job-4.0.3.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
51b53173d275a867e6eb833d1728629c6041659f9705dd1beeaa2323580e02f8
1 change: 1 addition & 0 deletions checksums/good_job-4.0.3.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
99e998c84ba895cd70caab70b80de47cf63fc3a08fb6753b5cd23dc6cf14b7df53df868d6cb754219ec4607f1ff2b044fa94c27e8c20e8d5a844a40382f2cd9a
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 = '4.0.2'
VERSION = '4.0.3'

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

0 comments on commit d708263

Please sign in to comment.