Skip to content

Commit

Permalink
release 1.0.3
Browse files Browse the repository at this point in the history
close #223
  • Loading branch information
seuros committed Sep 2, 2019
1 parent 9caad25 commit 92bf51e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ test/tmp
test/version_tmp
tmp
.idea
*.iml
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.3
- Add upstart support
- Fix monit service name

## 1.0.2
- Fix deployment flow hooks

Expand Down
2 changes: 1 addition & 1 deletion capistrano-sidekiq.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_dependency 'capistrano', '>= 3.9.0'
spec.add_dependency 'sidekiq', '>= 3.4'
spec.add_dependency 'sidekiq', '>= 3.4', "< 6.0"
end
2 changes: 1 addition & 1 deletion lib/capistrano/sidekiq/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Capistrano
SidekiqVERSION = '1.0.2'
SidekiqVERSION = '1.0.3'
end

0 comments on commit 92bf51e

Please sign in to comment.