Skip to content

Commit

Permalink
chore(main): release 1.7.0 (#207)
Browse files Browse the repository at this point in the history
[1.7.0](v1.6.0...v1.7.0) (2024-05-03)

Features

* Shoryuken adapter support ([#204](#204)) ([1dc6e00](1dc6e00))

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Carlos Antonio da Silva <[email protected]>
  • Loading branch information
1 parent a525e92 commit c570ca6
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 10 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
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.7.0](https://github.com/judoscale/judoscale-ruby/compare/v1.6.0...v1.7.0) (2024-05-03)


### Features

* Shoryuken adapter support ([#204](https://github.com/judoscale/judoscale-ruby/issues/204)) ([1dc6e00](https://github.com/judoscale/judoscale-ruby/commit/1dc6e003729c32178d38d9ae3aabc08f4b7c7e4b))

## [1.6.0](https://github.com/judoscale/judoscale-ruby/compare/v1.5.4...v1.6.0) (2024-04-26)


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.6.0"
VERSION = "1.7.0"
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.6.0"
VERSION = "1.7.0"
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.6.0"
VERSION = "1.7.0"
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.6.0"
VERSION = "1.7.0"
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.6.0"
VERSION = "1.7.0"
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.6.0"
VERSION = "1.7.0"
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.6.0"
VERSION = "1.7.0"
end
2 changes: 1 addition & 1 deletion judoscale-shoryuken/lib/judoscale/shoryuken/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module Shoryuken
VERSION = "1.6.0"
VERSION = "1.7.0"
end
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.6.0"
VERSION = "1.7.0"
end
end
2 changes: 1 addition & 1 deletion judoscale-solid_queue/lib/judoscale/solid_queue/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module SolidQueue
VERSION = "1.6.0"
VERSION = "1.7.0"
end
end

0 comments on commit c570ca6

Please sign in to comment.