From 956e872d321df21738c599aa1a86a8514e05a7ef Mon Sep 17 00:00:00 2001 From: "Ben Sheldon [he/him]" Date: Thu, 17 Oct 2024 17:38:38 -0700 Subject: [PATCH] Release good_job v4.4.2 --- CHANGELOG.md | 16 ++++++++++++++++ Gemfile.lock | 2 +- checksums/good_job-4.4.2.gem.sha256 | 1 + checksums/good_job-4.4.2.gem.sha512 | 1 + lib/good_job/version.rb | 2 +- 5 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 checksums/good_job-4.4.2.gem.sha256 create mode 100644 checksums/good_job-4.4.2.gem.sha512 diff --git a/CHANGELOG.md b/CHANGELOG.md index 49647093..883b3ad5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [v4.4.2](https://github.com/bensheldon/good_job/tree/v4.4.2) (2024-10-18) + +[Full Changelog](https://github.com/bensheldon/good_job/compare/v4.4.1...v4.4.2) + +**Merged pull requests:** + +- Bump rails from 7.1.4 to 7.1.4.1 [\#1524](https://github.com/bensheldon/good_job/pull/1524) ([Earlopain](https://github.com/Earlopain)) +- Drop compatibility code for `ForkTracker` [\#1519](https://github.com/bensheldon/good_job/pull/1519) ([Earlopain](https://github.com/Earlopain)) +- Add vertical legend to performance dashboard [\#1517](https://github.com/bensheldon/good_job/pull/1517) ([Wittiest](https://github.com/Wittiest)) +- Bump the bundler-dependencies group across 1 directory with 10 updates [\#1515](https://github.com/bensheldon/good_job/pull/1515) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Manually bump tapioca / regenerate rbi [\#1514](https://github.com/bensheldon/good_job/pull/1514) ([Earlopain](https://github.com/Earlopain)) +- Remove rack from the gemfile [\#1512](https://github.com/bensheldon/good_job/pull/1512) ([Earlopain](https://github.com/Earlopain)) +- Add regression test for searchable numeric arguments [\#1510](https://github.com/bensheldon/good_job/pull/1510) ([bensheldon](https://github.com/bensheldon)) +- Better parallelize CI jobs [\#1507](https://github.com/bensheldon/good_job/pull/1507) ([Earlopain](https://github.com/Earlopain)) +- Bump webrick from 1.8.1 to 1.8.2 [\#1503](https://github.com/bensheldon/good_job/pull/1503) ([dependabot[bot]](https://github.com/apps/dependabot)) + ## [v4.4.1](https://github.com/bensheldon/good_job/tree/v4.4.1) (2024-10-10) [Full Changelog](https://github.com/bensheldon/good_job/compare/v4.4.0...v4.4.1) diff --git a/Gemfile.lock b/Gemfile.lock index 215499a9..16533c31 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - good_job (4.4.1) + good_job (4.4.2) activejob (>= 6.1.0) activerecord (>= 6.1.0) concurrent-ruby (>= 1.3.1) diff --git a/checksums/good_job-4.4.2.gem.sha256 b/checksums/good_job-4.4.2.gem.sha256 new file mode 100644 index 00000000..fc7fb05b --- /dev/null +++ b/checksums/good_job-4.4.2.gem.sha256 @@ -0,0 +1 @@ +f8af99773f918df0a79b470c12dec091b182c8fd1af6e72d18718c75ca12569e diff --git a/checksums/good_job-4.4.2.gem.sha512 b/checksums/good_job-4.4.2.gem.sha512 new file mode 100644 index 00000000..97236082 --- /dev/null +++ b/checksums/good_job-4.4.2.gem.sha512 @@ -0,0 +1 @@ +7328c550aa3e133fffaaed5c0c4738b757e62a5477abcca895a9c2b1c2cbc8da05a73124f844e35427d665a552c0ab94bc017bd3518e5ae604d8227025c520e5 diff --git a/lib/good_job/version.rb b/lib/good_job/version.rb index 518e91cc..87bc15b2 100644 --- a/lib/good_job/version.rb +++ b/lib/good_job/version.rb @@ -2,7 +2,7 @@ module GoodJob # GoodJob gem version. - VERSION = '4.4.1' + VERSION = '4.4.2' # GoodJob version as Gem::Version object GEM_VERSION = Gem::Version.new(VERSION)