Skip to content

Commit

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

* Prep 1.1.1

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 Nov 14, 2022
1 parent aa609af commit acd81b3
Show file tree
Hide file tree
Showing 15 changed files with 31 additions and 24 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.1.1](https://github.com/rails-autoscale/rails-autoscale-gems/compare/v1.1.0...v1.1.1) (2022-11-14)


### Bug Fixes

* Fix "busy jobs" metric for Sidekiq 7 ([#75](https://github.com/rails-autoscale/rails-autoscale-gems/issues/75)) ([aa609af](https://github.com/rails-autoscale/rails-autoscale-gems/commit/aa609af93eb41cb7e231026d7948f97f55f3dc10))

## [1.1.0](https://github.com/rails-autoscale/rails-autoscale-gems/compare/v1.0.3...v1.1.0) (2022-10-10)


Expand Down
2 changes: 1 addition & 1 deletion rails-autoscale-core/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rails-autoscale-core (1.1.0)
rails-autoscale-core (1.1.1)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion rails-autoscale-core/lib/rails_autoscale/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module RailsAutoscale
VERSION = "1.1.0"
VERSION = "1.1.1"
end
4 changes: 2 additions & 2 deletions rails-autoscale-delayed_job/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
PATH
remote: ../rails-autoscale-core
specs:
rails-autoscale-core (1.1.0)
rails-autoscale-core (1.1.1)

PATH
remote: .
specs:
rails-autoscale-delayed_job (1.1.0)
rails-autoscale-delayed_job (1.1.1)
delayed_job_active_record (>= 4.0)
rails-autoscale-core

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module RailsAutoscale
module DelayedJob
VERSION = "1.1.0"
VERSION = "1.1.1"
end
end
4 changes: 2 additions & 2 deletions rails-autoscale-que/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
PATH
remote: ../rails-autoscale-core
specs:
rails-autoscale-core (1.1.0)
rails-autoscale-core (1.1.1)

PATH
remote: .
specs:
rails-autoscale-que (1.1.0)
rails-autoscale-que (1.1.1)
que (>= 1.0)
rails-autoscale-core

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

module RailsAutoscale
module Que
VERSION = "1.1.0"
VERSION = "1.1.1"
end
end
4 changes: 2 additions & 2 deletions rails-autoscale-rack/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
PATH
remote: ../rails-autoscale-core
specs:
rails-autoscale-core (1.1.0)
rails-autoscale-core (1.1.1)

PATH
remote: .
specs:
rails-autoscale-rack (1.1.0)
rails-autoscale-rack (1.1.1)
rack
rails-autoscale-core

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

module RailsAutoscale
module Rack
VERSION = "1.1.0"
VERSION = "1.1.1"
end
end
4 changes: 2 additions & 2 deletions rails-autoscale-resque/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
PATH
remote: ../rails-autoscale-core
specs:
rails-autoscale-core (1.1.0)
rails-autoscale-core (1.1.1)

PATH
remote: .
specs:
rails-autoscale-resque (1.1.0)
rails-autoscale-resque (1.1.1)
rails-autoscale-core
resque (>= 2.0)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module RailsAutoscale
module Resque
VERSION = "1.1.0"
VERSION = "1.1.1"
end
end
4 changes: 2 additions & 2 deletions rails-autoscale-sidekiq/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
PATH
remote: ../rails-autoscale-core
specs:
rails-autoscale-core (1.1.0)
rails-autoscale-core (1.1.1)

PATH
remote: .
specs:
rails-autoscale-sidekiq (1.1.0)
rails-autoscale-sidekiq (1.1.1)
rails-autoscale-core
sidekiq (>= 5.0)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module RailsAutoscale
module Sidekiq
VERSION = "1.1.0"
VERSION = "1.1.1"
end
end
12 changes: 6 additions & 6 deletions rails-autoscale-web/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
PATH
remote: ../rails-autoscale-core
specs:
rails-autoscale-core (1.1.0)
rails-autoscale-core (1.1.1)

PATH
remote: .
specs:
rails-autoscale-web (1.1.0)
rails-autoscale-web (1.1.1)
rails-autoscale-core
railties

Expand Down Expand Up @@ -48,11 +48,11 @@ GEM
nokogiri (>= 1.5.9)
method_source (1.0.0)
minitest (5.16.3)
nokogiri (1.13.8-arm64-darwin)
nokogiri (1.13.9-arm64-darwin)
racc (~> 1.4)
nokogiri (1.13.8-x86_64-darwin)
nokogiri (1.13.9-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.13.8-x86_64-linux)
nokogiri (1.13.9-x86_64-linux)
racc (~> 1.4)
racc (1.6.0)
rack (2.2.4)
Expand All @@ -76,7 +76,7 @@ GEM
thor (1.2.1)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
zeitwerk (2.6.1)
zeitwerk (2.6.6)

PLATFORMS
arm64-darwin-20
Expand Down
2 changes: 1 addition & 1 deletion rails-autoscale-web/lib/rails_autoscale/web/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module RailsAutoscale
module Web
VERSION = "1.1.0"
VERSION = "1.1.1"
end
end

0 comments on commit acd81b3

Please sign in to comment.