Skip to content

Commit

Permalink
chore(main): release 1.5.3 (#186)
Browse files Browse the repository at this point in the history
* chore(main): release 1.5.3

* Sync gem versions

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Adam McCrea <[email protected]>
  • Loading branch information
github-actions[bot] and adamlogic committed Jan 25, 2024
1 parent 03e64c7 commit ab9dbe0
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 8 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.5.3](https://github.com/judoscale/judoscale-ruby/compare/v1.5.2...v1.5.3) (2024-01-25)


### Bug Fixes

* Don't include "enabled" metadata with adapters ([#193](https://github.com/judoscale/judoscale-ruby/issues/193)) ([ff6a560](https://github.com/judoscale/judoscale-ruby/commit/ff6a560ff6479f0eba8c2907bec60383bcaed2de))
* Fix console detection and improve rake detection ([#192](https://github.com/judoscale/judoscale-ruby/issues/192)) ([d6ae321](https://github.com/judoscale/judoscale-ruby/commit/d6ae32109b0793d5f36b31be07d471f1029a4a9a))
* Gracefully fail when JUDOSCALE_URL is a blank string ([ca565d3](https://github.com/judoscale/judoscale-ruby/commit/ca565d377f6aed430a57a89862262e7bf254e8d1))
* Use the configured log level even if the logger has already been initialized ([#190](https://github.com/judoscale/judoscale-ruby/issues/190)) ([7908eb2](https://github.com/judoscale/judoscale-ruby/commit/7908eb25914019b07328ee994f3763b60d4bde5b))


### Performance Improvements

* Skip reporting if there are no metrics ([#191](https://github.com/judoscale/judoscale-ruby/issues/191)) ([0835f53](https://github.com/judoscale/judoscale-ruby/commit/0835f53e615350f432be9d7e759c7ec8327cf829))

## [1.5.2](https://github.com/judoscale/judoscale-ruby/compare/v1.5.1...v1.5.2) (2023-08-10)


Expand Down
2 changes: 1 addition & 1 deletion judoscale-delayed_job/lib/judoscale/delayed_job/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module DelayedJob
VERSION = "1.5.2"
VERSION = "1.5.3"
end
end
2 changes: 1 addition & 1 deletion judoscale-good_job/lib/judoscale/good_job/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module GoodJob
VERSION = "1.5.2"
VERSION = "1.5.3"
end
end
2 changes: 1 addition & 1 deletion judoscale-que/lib/judoscale/que/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module Que
VERSION = "1.5.2"
VERSION = "1.5.3"
end
end
2 changes: 1 addition & 1 deletion judoscale-rack/lib/judoscale/rack/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module Rack
VERSION = "1.5.2"
VERSION = "1.5.3"
end
end
2 changes: 1 addition & 1 deletion judoscale-rails/lib/judoscale/rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module Rails
VERSION = "1.5.2"
VERSION = "1.5.3"
end
end
2 changes: 1 addition & 1 deletion judoscale-resque/lib/judoscale/resque/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module Resque
VERSION = "1.5.2"
VERSION = "1.5.3"
end
end
2 changes: 1 addition & 1 deletion judoscale-ruby/lib/judoscale/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Judoscale
VERSION = "1.5.2"
VERSION = "1.5.3"
end
2 changes: 1 addition & 1 deletion judoscale-sidekiq/lib/judoscale/sidekiq/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module Sidekiq
VERSION = "1.5.2"
VERSION = "1.5.3"
end
end

0 comments on commit ab9dbe0

Please sign in to comment.