Skip to content

Commit

Permalink
Release good_job v4.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Oct 18, 2024
1 parent 581c7ae commit 956e872
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

## [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)
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.4.1)
good_job (4.4.2)
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.4.2.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f8af99773f918df0a79b470c12dec091b182c8fd1af6e72d18718c75ca12569e
1 change: 1 addition & 0 deletions checksums/good_job-4.4.2.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7328c550aa3e133fffaaed5c0c4738b757e62a5477abcca895a9c2b1c2cbc8da05a73124f844e35427d665a552c0ab94bc017bd3518e5ae604d8227025c520e5
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.4.1'
VERSION = '4.4.2'

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

0 comments on commit 956e872

Please sign in to comment.