Skip to content

Commit

Permalink
Release 2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Jan 15, 2020
1 parent fea2cf7 commit 857493d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# [master][]

* Your contribution here!

# [2.1.5][] (14 Jan 2020)

* [#88](https://github.com/capistrano/rbenv/pull/88): Fix issue with sshkit escaping `$HOME`

# [2.1.4][] (8 Sep 2018)
Expand Down Expand Up @@ -59,7 +62,8 @@ Capistrano 3 -ready release.
Versions < 2.0 are located in another repo: https://github.com/yyuu/capistrano-rbenv


[master]: https://github.com/capistrano/rbenv/compare/v2.1.4...HEAD
[master]: https://github.com/capistrano/rbenv/compare/v2.1.5...HEAD
[2.1.5]: https://github.com/capistrano/rbenv/compare/v2.1.4...v2.1.5
[2.1.4]: https://github.com/capistrano/rbenv/compare/v2.1.3...v2.1.4
[2.1.3]: https://github.com/capistrano/rbenv/compare/v2.1.2...v2.1.3
[2.1.2]: https://github.com/capistrano/rbenv/compare/v2.1.1...v2.1.2
Expand Down
2 changes: 1 addition & 1 deletion capistrano-rbenv.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |gem|
gem.name = "capistrano-rbenv"
gem.version = '2.1.4'
gem.version = '2.1.5'
gem.authors = ["Kir Shatrov", "Yamashita Yuu"]
gem.email = ["[email protected]", "[email protected]"]
gem.description = %q{rbenv integration for Capistrano}
Expand Down

0 comments on commit 857493d

Please sign in to comment.