From 5e5d655e9b4820adebefb58f760e8d889ed49449 Mon Sep 17 00:00:00 2001 From: Matt Brictson Date: Tue, 14 Jan 2020 20:01:56 -0800 Subject: [PATCH] Release 2.1.6 --- CHANGELOG.md | 6 +++++- capistrano-rbenv.gemspec | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 909324e..f04f2b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # [master][] * Your contribution here! + +# [2.1.6][] (14 Jan 2020) + * [#89](https://github.com/capistrano/rbenv/pull/89): Revert [#88](https://github.com/capistrano/rbenv/pull/88) Fix issue with sshkit escaping `$HOME` # [2.1.5][] (14 Jan 2020) @@ -63,7 +66,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.5...HEAD +[master]: https://github.com/capistrano/rbenv/compare/v2.1.6...HEAD +[2.1.6]: https://github.com/capistrano/rbenv/compare/v2.1.5...v2.1.6 [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 diff --git a/capistrano-rbenv.gemspec b/capistrano-rbenv.gemspec index 654c888..baa7853 100644 --- a/capistrano-rbenv.gemspec +++ b/capistrano-rbenv.gemspec @@ -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.5' + gem.version = '2.1.6' gem.authors = ["Kir Shatrov", "Yamashita Yuu"] gem.email = ["shatrov@me.com", "yamashita@geishatokyo.com"] gem.description = %q{rbenv integration for Capistrano}