Skip to content

Commit

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

* Update all versions

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Adam McCrea <adam@adamlogic.com>
  • Loading branch information
github-actions[bot] and adamlogic committed Feb 9, 2023
1 parent d9cef02 commit c6e885f
Show file tree
Hide file tree
Showing 17 changed files with 42 additions and 30 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,18 @@
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.3.0](https://github.com/judoscale/judoscale-ruby/compare/v1.2.3...v1.3.0) (2023-02-09)


### Features

* Add GoodJob adapter ([#116](https://github.com/judoscale/judoscale-ruby/issues/116)) ([97de556](https://github.com/judoscale/judoscale-ruby/commit/97de556ccf6996adf27cc0dc05b84828cc0c7ffb))


### Bug Fixes

* Correctly interpret x-request-start header when measured in nanoseconds ([#64](https://github.com/judoscale/judoscale-ruby/issues/64)) ([38276ce](https://github.com/judoscale/judoscale-ruby/commit/38276cec321a00371d2deba0642596752c6735ab))

## [1.2.3](https://github.com/judoscale/judoscale-ruby/compare/v1.2.2...v1.2.3) (2022-11-26)


Expand Down
6 changes: 3 additions & 3 deletions judoscale-delayed_job/Gemfile.lock
@@ -1,14 +1,14 @@
PATH
remote: ../judoscale-ruby
specs:
judoscale-ruby (1.2.3)
judoscale-ruby (1.3.0)

PATH
remote: .
specs:
judoscale-delayed_job (1.2.3)
judoscale-delayed_job (1.3.0)
delayed_job_active_record (>= 4.0)
judoscale-ruby (= 1.2.3)
judoscale-ruby (= 1.3.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion judoscale-delayed_job/lib/judoscale/delayed_job/version.rb
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module DelayedJob
VERSION = "1.2.3"
VERSION = "1.3.0"
end
end
6 changes: 3 additions & 3 deletions judoscale-good_job/Gemfile.lock
@@ -1,14 +1,14 @@
PATH
remote: ../judoscale-ruby
specs:
judoscale-ruby (1.2.3)
judoscale-ruby (1.3.0)

PATH
remote: .
specs:
judoscale-good_job (1.2.3)
judoscale-good_job (1.3.0)
good_job (>= 3.0)
judoscale-ruby (= 1.2.3)
judoscale-ruby (= 1.3.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion judoscale-good_job/lib/judoscale/good_job/version.rb
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module GoodJob
VERSION = "1.2.3"
VERSION = "1.3.0"
end
end
6 changes: 3 additions & 3 deletions judoscale-que/Gemfile.lock
@@ -1,13 +1,13 @@
PATH
remote: ../judoscale-ruby
specs:
judoscale-ruby (1.2.3)
judoscale-ruby (1.3.0)

PATH
remote: .
specs:
judoscale-que (1.2.3)
judoscale-ruby (= 1.2.3)
judoscale-que (1.3.0)
judoscale-ruby (= 1.3.0)
que (>= 1.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion judoscale-que/lib/judoscale/que/version.rb
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module Que
VERSION = "1.2.3"
VERSION = "1.3.0"
end
end
6 changes: 3 additions & 3 deletions judoscale-rack/Gemfile.lock
@@ -1,13 +1,13 @@
PATH
remote: ../judoscale-ruby
specs:
judoscale-ruby (1.2.3)
judoscale-ruby (1.3.0)

PATH
remote: .
specs:
judoscale-rack (1.2.3)
judoscale-ruby (= 1.2.3)
judoscale-rack (1.3.0)
judoscale-ruby (= 1.3.0)
rack

GEM
Expand Down
2 changes: 1 addition & 1 deletion judoscale-rack/lib/judoscale/rack/version.rb
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module Rack
VERSION = "1.2.3"
VERSION = "1.3.0"
end
end
6 changes: 3 additions & 3 deletions judoscale-rails/Gemfile.lock
@@ -1,13 +1,13 @@
PATH
remote: ../judoscale-ruby
specs:
judoscale-ruby (1.2.3)
judoscale-ruby (1.3.0)

PATH
remote: .
specs:
judoscale-rails (1.2.3)
judoscale-ruby (= 1.2.3)
judoscale-rails (1.3.0)
judoscale-ruby (= 1.3.0)
railties

GEM
Expand Down
2 changes: 1 addition & 1 deletion judoscale-rails/lib/judoscale/rails/version.rb
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module Rails
VERSION = "1.2.3"
VERSION = "1.3.0"
end
end
6 changes: 3 additions & 3 deletions judoscale-resque/Gemfile.lock
@@ -1,13 +1,13 @@
PATH
remote: ../judoscale-ruby
specs:
judoscale-ruby (1.2.3)
judoscale-ruby (1.3.0)

PATH
remote: .
specs:
judoscale-resque (1.2.3)
judoscale-ruby (= 1.2.3)
judoscale-resque (1.3.0)
judoscale-ruby (= 1.3.0)
resque (>= 2.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion judoscale-resque/lib/judoscale/resque/version.rb
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module Resque
VERSION = "1.2.3"
VERSION = "1.3.0"
end
end
2 changes: 1 addition & 1 deletion judoscale-ruby/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
judoscale-ruby (1.2.3)
judoscale-ruby (1.3.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion judoscale-ruby/lib/judoscale/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Judoscale
VERSION = "1.2.3"
VERSION = "1.3.0"
end
6 changes: 3 additions & 3 deletions judoscale-sidekiq/Gemfile.lock
@@ -1,13 +1,13 @@
PATH
remote: ../judoscale-ruby
specs:
judoscale-ruby (1.2.3)
judoscale-ruby (1.3.0)

PATH
remote: .
specs:
judoscale-sidekiq (1.2.3)
judoscale-ruby (= 1.2.3)
judoscale-sidekiq (1.3.0)
judoscale-ruby (= 1.3.0)
sidekiq (>= 5.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion judoscale-sidekiq/lib/judoscale/sidekiq/version.rb
Expand Up @@ -2,6 +2,6 @@

module Judoscale
module Sidekiq
VERSION = "1.2.3"
VERSION = "1.3.0"
end
end

0 comments on commit c6e885f

Please sign in to comment.