Skip to content

Commit

Permalink
v4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
deanpcmad committed Aug 23, 2022
1 parent 95f2211 commit c7e6cac
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 9 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,8 @@
# Changelog

- #137 - Fix deprecation of passing timeout as positional argument to brpop
## [4.3.1] - 2022-08-23

- #137 - Fix deprecation of passing timeout as positional argument to brpop from [@cgunther](https://github.com/cgunther)

## [4.3.0] - 2022-08-16

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/sidekiq_6.0.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
sidekiq-limit_fetch (4.3.0)
sidekiq-limit_fetch (4.3.1)
redis (>= 4.6.0)
sidekiq (>= 4)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/sidekiq_6.1.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
sidekiq-limit_fetch (4.3.0)
sidekiq-limit_fetch (4.3.1)
redis (>= 4.6.0)
sidekiq (>= 4)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/sidekiq_6.2.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
sidekiq-limit_fetch (4.3.0)
sidekiq-limit_fetch (4.3.1)
redis (>= 4.6.0)
sidekiq (>= 4)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/sidekiq_6.3.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
sidekiq-limit_fetch (4.3.0)
sidekiq-limit_fetch (4.3.1)
redis (>= 4.6.0)
sidekiq (>= 4)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/sidekiq_6.4.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
sidekiq-limit_fetch (4.3.0)
sidekiq-limit_fetch (4.3.1)
redis (>= 4.6.0)
sidekiq (>= 4)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/sidekiq_6.5.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
sidekiq-limit_fetch (4.3.0)
sidekiq-limit_fetch (4.3.1)
redis (>= 4.6.0)
sidekiq (>= 4)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/sidekiq_master.gemfile.lock
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: ..
specs:
sidekiq-limit_fetch (4.3.0)
sidekiq-limit_fetch (4.3.1)
redis (>= 4.6.0)
sidekiq (>= 4)

Expand Down
2 changes: 1 addition & 1 deletion sidekiq-limit_fetch.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |gem|
gem.name = 'sidekiq-limit_fetch'
gem.version = '4.3.0'
gem.version = '4.3.1'
gem.license = 'MIT'
gem.authors = ['Dean Perry', 'brainopia']
gem.email = 'dean@deanpcmad.com'
Expand Down

0 comments on commit c7e6cac

Please sign in to comment.