From 73105011da2e04089b1d35e31d566e0f00eedaf4 Mon Sep 17 00:00:00 2001 From: "Ben Sheldon [he/him]" Date: Sat, 1 Apr 2023 22:30:53 -0700 Subject: [PATCH] Release good_job v3.15.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ Gemfile.lock | 2 +- checksums/good_job-3.15.0.gem.sha256 | 1 + checksums/good_job-3.15.0.gem.sha512 | 1 + lib/good_job/version.rb | 2 +- 5 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 checksums/good_job-3.15.0.gem.sha256 create mode 100644 checksums/good_job-3.15.0.gem.sha512 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ec235f4e..ff22ca276 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [v3.15.0](https://github.com/bensheldon/good_job/tree/v3.15.0) (2023-04-02) + +[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.14.2...v3.15.0) + +**Implemented enhancements:** + +- Extract more Dashboard strings into localization strings [\#899](https://github.com/bensheldon/good_job/pull/899) ([patriciomacadden](https://github.com/patriciomacadden)) + +**Closed issues:** + +- ActionView::Template::Error - undefined method `symbolize\_keys' [\#889](https://github.com/bensheldon/good_job/issues/889) + +**Merged pull requests:** + +- Bump benchmark-ips from 2.11.0 to 2.12.0 [\#907](https://github.com/bensheldon/good_job/pull/907) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump selenium-webdriver from 4.8.1 to 4.8.6 [\#905](https://github.com/bensheldon/good_job/pull/905) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump rails from 7.0.4.2 to 7.0.4.3 [\#904](https://github.com/bensheldon/good_job/pull/904) ([dependabot[bot]](https://github.com/apps/dependabot)) +- feat: locales for de [\#903](https://github.com/bensheldon/good_job/pull/903) ([eric-christian](https://github.com/eric-christian)) +- Update README.md [\#902](https://github.com/bensheldon/good_job/pull/902) ([ain2108](https://github.com/ain2108)) +- Extract shared methods/scopes into a BaseExecution to share between Execution and Job models [\#894](https://github.com/bensheldon/good_job/pull/894) ([bensheldon](https://github.com/bensheldon)) +- Add translate\_hash to handle missing translation keys that return hashes; only show translatable/available locales in dropdown [\#891](https://github.com/bensheldon/good_job/pull/891) ([bensheldon](https://github.com/bensheldon)) + ## [v3.14.2](https://github.com/bensheldon/good_job/tree/v3.14.2) (2023-03-16) [Full Changelog](https://github.com/bensheldon/good_job/compare/v3.14.1...v3.14.2) diff --git a/Gemfile.lock b/Gemfile.lock index 4c72d8d95..f63de8be6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - good_job (3.14.2) + good_job (3.15.0) activejob (>= 6.0.0) activerecord (>= 6.0.0) concurrent-ruby (>= 1.0.2) diff --git a/checksums/good_job-3.15.0.gem.sha256 b/checksums/good_job-3.15.0.gem.sha256 new file mode 100644 index 000000000..f0f6b13e7 --- /dev/null +++ b/checksums/good_job-3.15.0.gem.sha256 @@ -0,0 +1 @@ +3dbaa7145fdf463dca533eef527e8dca8afb47e49689ed1cf3212f109685a87d diff --git a/checksums/good_job-3.15.0.gem.sha512 b/checksums/good_job-3.15.0.gem.sha512 new file mode 100644 index 000000000..7b54e6de5 --- /dev/null +++ b/checksums/good_job-3.15.0.gem.sha512 @@ -0,0 +1 @@ +e86f7c033362e9df2e2e4d763dd4994c19fb128dd38b14c67a56decfb5f6f52be9be68ecf4b8cddc736f9f6349f94eeb0f49b00c7e465feae968b0eab2a17e38 diff --git a/lib/good_job/version.rb b/lib/good_job/version.rb index acb93ee98..88e3e34e0 100644 --- a/lib/good_job/version.rb +++ b/lib/good_job/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module GoodJob # GoodJob gem version. - VERSION = '3.14.2' + VERSION = '3.15.0' end