Skip to content

Commit

Permalink
Update changelog & dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
chubchenko committed May 26, 2021
1 parent 705253c commit 02c4c96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.0] - 2021-05-26
### Added
- Initial version. ([@chubchenko][])

[@chubchenko]: https://github.com/chubchenko
2 changes: 1 addition & 1 deletion capistrano-slacky.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = Gem::Requirement.new(">= 2.5.0")

spec.add_dependency "capistrano", ">= 3.0.0"
spec.add_dependency "capistrano", "~> 3.0", ">= 3.0.0"

spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rspec", "~> 3.10"
Expand Down

0 comments on commit 02c4c96

Please # to comment.