Skip to content

Commit

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

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

**Fixed bugs:**

- Fix Performance table formatting, change url from `performances` to singular `performance` [\#1393](https://github.com/bensheldon/good_job/pull/1393) ([bensheldon](https://github.com/bensheldon))
- Add a version check for Rails whether to use pg interval or calculate float [\#1389](https://github.com/bensheldon/good_job/pull/1389) ([bensheldon](https://github.com/bensheldon))

**Merged pull requests:**

- Add missing newline after frozen string literal for migrations [\#1392](https://github.com/bensheldon/good_job/pull/1392) ([Earlopain](https://github.com/Earlopain))
- Temporarily remove JRuby builds [\#1391](https://github.com/bensheldon/good_job/pull/1391) ([bensheldon](https://github.com/bensheldon))
- Add initial Performance panel to dashboard [\#1388](https://github.com/bensheldon/good_job/pull/1388) ([bensheldon](https://github.com/bensheldon))
- Move job execution logic from Execution to BaseExecution to simplify v4 changes [\#1357](https://github.com/bensheldon/good_job/pull/1357) ([bensheldon](https://github.com/bensheldon))

## [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)
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.30.0)
good_job (3.30.1)
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.1.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
27e55a43b43a5e61f863467a3e330a6b3730fb5ab0082ddde7310dc5c3ff699a
1 change: 1 addition & 0 deletions checksums/good_job-3.30.1.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
63e28672ba61d1c12c2cd2347c041c87b7f7a7c31b11d68a05022eb554755440848516d5741524c0372c49b569a7877597f08bb3a030ac2f5f0211a58af49a39
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.30.0'
VERSION = '3.30.1'

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

0 comments on commit bdee855

Please sign in to comment.