Skip to content

Commit

Permalink
Release good_job v3.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Jul 5, 2024
1 parent c7837c4 commit d8b6344
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.30.0](https://github.com/bensheldon/good_job/tree/v3.30.0) (2024-07-05)

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

**Implemented enhancements:**

- Added GoodJob::DiscreteExecution\#duration column [\#1374](https://github.com/bensheldon/good_job/pull/1374) ([SebouChu](https://github.com/SebouChu))

**Closed issues:**

- Job retried infinitely [\#1384](https://github.com/bensheldon/good_job/issues/1384)

**Merged pull requests:**

- Use newer syntax in documentation for `wait` config on `retry` [\#1380](https://github.com/bensheldon/good_job/pull/1380) ([benoittgt](https://github.com/benoittgt))

## [v3.29.5](https://github.com/bensheldon/good_job/tree/v3.29.5) (2024-06-24)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.29.4...v3.29.5)
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 (3.29.5)
good_job (3.30.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.30.0.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bb8f94c48b6632751b46bc20bbdd546d82509ff65a6639c297bfe2f8f06b3da1
1 change: 1 addition & 0 deletions checksums/good_job-3.30.0.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1c56effef60e294a68693c31339458807e7daf86328b047f4756f5d1d561117f281978ef5d7294c997e2414c7f3fe6d282eec94c04453a85e37fb4a52af911c6
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.29.5'
VERSION = '3.30.0'

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

0 comments on commit d8b6344

Please sign in to comment.