Skip to content

Commit

Permalink
Release good_job v3.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Apr 2, 2023
1 parent 685d80b commit 7310501
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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.14.2)
good_job (3.15.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.15.0.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3dbaa7145fdf463dca533eef527e8dca8afb47e49689ed1cf3212f109685a87d
1 change: 1 addition & 0 deletions checksums/good_job-3.15.0.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e86f7c033362e9df2e2e4d763dd4994c19fb128dd38b14c67a56decfb5f6f52be9be68ecf4b8cddc736f9f6349f94eeb0f49b00c7e465feae968b0eab2a17e38
2 changes: 1 addition & 1 deletion lib/good_job/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module GoodJob
# GoodJob gem version.
VERSION = '3.14.2'
VERSION = '3.15.0'
end

0 comments on commit 7310501

Please sign in to comment.