Skip to content

Commit

Permalink
Release good_job v3.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Aug 6, 2023
1 parent 14c0a7b commit dab0a12
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [v3.17.0](https://github.com/bensheldon/good_job/tree/v3.17.0) (2023-08-06)

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

**Implemented enhancements:**

- Add Dark Mode color theme for Dashboard [\#1031](https://github.com/bensheldon/good_job/pull/1031) ([bensheldon](https://github.com/bensheldon))
- Automatically send status notifications to systemd [\#1029](https://github.com/bensheldon/good_job/pull/1029) ([Mr0grog](https://github.com/Mr0grog))

**Closed issues:**

- Add systemd/sd\_notify support to CLI [\#1027](https://github.com/bensheldon/good_job/issues/1027)
- Cron job by default runs on the web server even when "async" execution mode is not specified [\#1026](https://github.com/bensheldon/good_job/issues/1026)
- Replace webrick with a small/simple custom rack-compatible http server [\#1017](https://github.com/bensheldon/good_job/issues/1017)
- Dark mode for the dashboard ? [\#974](https://github.com/bensheldon/good_job/issues/974)

**Merged pull requests:**

- Replace Webrick with custom simple http server [\#1030](https://github.com/bensheldon/good_job/pull/1030) ([dixpac](https://github.com/dixpac))
- Bump appraisal from `b200e63` to `feb78bc` [\#1025](https://github.com/bensheldon/good_job/pull/1025) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump net-imap from 0.3.6 to 0.3.7 [\#1024](https://github.com/bensheldon/good_job/pull/1024) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump rack from 2.2.7 to 2.2.8 [\#1023](https://github.com/bensheldon/good_job/pull/1023) ([dependabot[bot]](https://github.com/apps/dependabot))

## [v3.16.4](https://github.com/bensheldon/good_job/tree/v3.16.4) (2023-07-30)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.16.3...v3.16.4)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: .
specs:
good_job (3.16.4)
good_job (3.17.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.17.0.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
01b6bf22a9deee092cbdb98c13e86097924be96d6a0dc5340e503034b001d734
1 change: 1 addition & 0 deletions checksums/good_job-3.17.0.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2c39cbd79407499dc5038841292a98973e6920825a38f562aa79b34c6468a250d9f8405ab0cfacc2054913f3ce20b75eda346431b3ec2c0557e66ff80ee722ee
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.16.4'
VERSION = '3.17.0'

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

0 comments on commit dab0a12

Please sign in to comment.