Skip to content

Commit 81d824a

Browse files
committed
Release good_job v4.5.1
1 parent ee33626 commit 81d824a

File tree

5 files changed

+24
-2
lines changed

5 files changed

+24
-2
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [v4.5.1](https://github.com/bensheldon/good_job/tree/v4.5.1) (2024-11-29)
4+
5+
[Full Changelog](https://github.com/bensheldon/good_job/compare/v4.5.0...v4.5.1)
6+
7+
**Implemented enhancements:**
8+
9+
- GoodJob.cleanup\_preserved\_jobs: add :include\_discarded option [\#1550](https://github.com/bensheldon/good_job/pull/1550) ([jonleighton](https://github.com/jonleighton))
10+
11+
**Fixed bugs:**
12+
13+
- Fix compatibility with `rails-head` when duplicated advisory lockable column [\#1553](https://github.com/bensheldon/good_job/pull/1553) ([Earlopain](https://github.com/Earlopain))
14+
15+
**Closed issues:**
16+
17+
- `PG::AmbiguousColumn` after upgrade to 4.5.0 [\#1551](https://github.com/bensheldon/good_job/issues/1551)
18+
19+
**Merged pull requests:**
20+
21+
- Remove usage of COALESCE from dashboard chart [\#1306](https://github.com/bensheldon/good_job/pull/1306) ([bananatron](https://github.com/bananatron))
22+
323
## [v4.5.0](https://github.com/bensheldon/good_job/tree/v4.5.0) (2024-11-22)
424

525
[Full Changelog](https://github.com/bensheldon/good_job/compare/v4.4.2...v4.5.0)

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
good_job (4.5.0)
4+
good_job (4.5.1)
55
activejob (>= 6.1.0)
66
activerecord (>= 6.1.0)
77
concurrent-ruby (>= 1.3.1)

checksums/good_job-4.5.1.gem.sha256

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
a4dc9e4e5fe5d268bd8954f5a1aee7834c44ecb015feae96806f43b4c29b4352

checksums/good_job-4.5.1.gem.sha512

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
62a83147f6c38d35059e6dd9194c9472f7a44ab107491501a6489fb48799c32691e6bd1794bbfc2c9573a66e24d3b975775c4ac5cdfce68cd3faf29495653878

lib/good_job/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module GoodJob
44
# GoodJob gem version.
5-
VERSION = '4.5.0'
5+
VERSION = '4.5.1'
66

77
# GoodJob version as Gem::Version object
88
GEM_VERSION = Gem::Version.new(VERSION)

0 commit comments

Comments
 (0)