Skip to content

Commit

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

* sync 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 authored Apr 21, 2023
1 parent 81f283e commit 0ba8e32
Show file tree
Hide file tree
Showing 17 changed files with 59 additions and 51 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
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.4.0](https://github.com/judoscale/judoscale-ruby/compare/v1.3.1...v1.4.0) (2023-04-19)


### Features

* 🤖✨ Add Render platform support ([#142](https://github.com/judoscale/judoscale-ruby/issues/142)) ([81f283e](https://github.com/judoscale/judoscale-ruby/commit/81f283eef5251974641341fcd3160c10c7955a05))
* Handle request-start header in microseconds and nanoseconds ([#157](https://github.com/judoscale/judoscale-ruby/issues/157)) ([6c91e1d](https://github.com/judoscale/judoscale-ruby/commit/6c91e1d1d182caf3e7f6aeb923d255b60e17cc2f))

## [1.3.1](https://github.com/judoscale/judoscale-ruby/compare/v1.3.0...v1.3.1) (2023-03-11)


Expand Down
6 changes: 3 additions & 3 deletions judoscale-delayed_job/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PATH
remote: ../judoscale-ruby
specs:
judoscale-ruby (1.3.1)
judoscale-ruby (1.4.0)

PATH
remote: .
specs:
judoscale-delayed_job (1.3.1)
judoscale-delayed_job (1.4.0)
delayed_job_active_record (>= 4.0)
judoscale-ruby (= 1.3.1)
judoscale-ruby (= 1.4.0)

GEM
remote: https://rubygems.org/
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.3.1"
VERSION = "1.4.0"
end
end
18 changes: 9 additions & 9 deletions judoscale-good_job/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PATH
remote: ../judoscale-ruby
specs:
judoscale-ruby (1.3.1)
judoscale-ruby (1.4.0)

PATH
remote: .
specs:
judoscale-good_job (1.3.1)
judoscale-good_job (1.4.0)
good_job (>= 3.0)
judoscale-ruby (= 1.3.1)
judoscale-ruby (= 1.4.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -50,7 +50,7 @@ GEM
raabro (~> 1.4)
globalid (1.1.0)
activesupport (>= 5.0)
good_job (3.14.0)
good_job (3.15.2)
activejob (>= 6.0.0)
activerecord (>= 6.0.0)
concurrent-ruby (>= 1.0.2)
Expand All @@ -60,20 +60,20 @@ GEM
webrick (>= 1.3)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
loofah (2.19.1)
loofah (2.20.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
method_source (1.0.0)
minitest (5.17.0)
nokogiri (1.14.2-arm64-darwin)
nokogiri (1.14.3-arm64-darwin)
racc (~> 1.4)
nokogiri (1.14.2-x86_64-linux)
nokogiri (1.14.3-x86_64-linux)
racc (~> 1.4)
pg (1.4.5)
raabro (1.4.0)
racc (1.6.2)
rack (2.2.6.3)
rack-test (2.0.2)
rack (2.2.6.4)
rack-test (2.1.0)
rack (>= 1.3)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
Expand Down
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.3.1"
VERSION = "1.4.0"
end
end
6 changes: 3 additions & 3 deletions judoscale-que/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PATH
remote: ../judoscale-ruby
specs:
judoscale-ruby (1.3.1)
judoscale-ruby (1.4.0)

PATH
remote: .
specs:
judoscale-que (1.3.1)
judoscale-ruby (= 1.3.1)
judoscale-que (1.4.0)
judoscale-ruby (= 1.4.0)
que (>= 1.0)

GEM
Expand Down
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.3.1"
VERSION = "1.4.0"
end
end
6 changes: 3 additions & 3 deletions judoscale-rack/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PATH
remote: ../judoscale-ruby
specs:
judoscale-ruby (1.3.1)
judoscale-ruby (1.4.0)

PATH
remote: .
specs:
judoscale-rack (1.3.1)
judoscale-ruby (= 1.3.1)
judoscale-rack (1.4.0)
judoscale-ruby (= 1.4.0)
rack

GEM
Expand Down
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.3.1"
VERSION = "1.4.0"
end
end
36 changes: 18 additions & 18 deletions judoscale-rails/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
PATH
remote: ../judoscale-ruby
specs:
judoscale-ruby (1.3.1)
judoscale-ruby (1.4.0)

PATH
remote: .
specs:
judoscale-rails (1.3.1)
judoscale-ruby (= 1.3.1)
judoscale-rails (1.4.0)
judoscale-ruby (= 1.4.0)
railties

GEM
remote: https://rubygems.org/
specs:
actionpack (7.0.4.2)
actionview (= 7.0.4.2)
activesupport (= 7.0.4.2)
actionpack (7.0.4.3)
actionview (= 7.0.4.3)
activesupport (= 7.0.4.3)
rack (~> 2.0, >= 2.2.0)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actionview (7.0.4.2)
activesupport (= 7.0.4.2)
actionview (7.0.4.3)
activesupport (= 7.0.4.3)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activesupport (7.0.4.2)
activesupport (7.0.4.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -43,29 +43,29 @@ GEM
io-console (0.6.0)
irb (1.6.2)
reline (>= 0.3.0)
loofah (2.19.1)
loofah (2.20.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
method_source (1.0.0)
minitest (5.17.0)
nokogiri (1.14.2-arm64-darwin)
nokogiri (1.14.3-arm64-darwin)
racc (~> 1.4)
nokogiri (1.14.2-x86_64-darwin)
nokogiri (1.14.3-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.14.2-x86_64-linux)
nokogiri (1.14.3-x86_64-linux)
racc (~> 1.4)
racc (1.6.2)
rack (2.2.6.3)
rack-test (2.0.2)
rack (2.2.6.4)
rack-test (2.1.0)
rack (>= 1.3)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
railties (7.0.4.2)
actionpack (= 7.0.4.2)
activesupport (= 7.0.4.2)
railties (7.0.4.3)
actionpack (= 7.0.4.3)
activesupport (= 7.0.4.3)
method_source
rake (>= 12.2)
thor (~> 1.0)
Expand Down
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.3.1"
VERSION = "1.4.0"
end
end
6 changes: 3 additions & 3 deletions judoscale-resque/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PATH
remote: ../judoscale-ruby
specs:
judoscale-ruby (1.3.1)
judoscale-ruby (1.4.0)

PATH
remote: .
specs:
judoscale-resque (1.3.1)
judoscale-ruby (= 1.3.1)
judoscale-resque (1.4.0)
judoscale-ruby (= 1.4.0)
resque (>= 2.0)

GEM
Expand Down
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.3.1"
VERSION = "1.4.0"
end
end
2 changes: 1 addition & 1 deletion judoscale-ruby/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
judoscale-ruby (1.3.1)
judoscale-ruby (1.4.0)

GEM
remote: https://rubygems.org/
Expand Down
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.3.1"
VERSION = "1.4.0"
end
6 changes: 3 additions & 3 deletions judoscale-sidekiq/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PATH
remote: ../judoscale-ruby
specs:
judoscale-ruby (1.3.1)
judoscale-ruby (1.4.0)

PATH
remote: .
specs:
judoscale-sidekiq (1.3.1)
judoscale-ruby (= 1.3.1)
judoscale-sidekiq (1.4.0)
judoscale-ruby (= 1.4.0)
sidekiq (>= 5.0)

GEM
Expand Down
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.3.1"
VERSION = "1.4.0"
end
end

0 comments on commit 0ba8e32

Please sign in to comment.