Skip to content

Commit

Permalink
Preparing v1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed May 21, 2018
1 parent 40995bf commit 9fd2205
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ appear at the top.

## [Unreleased][]

* [#425](https://github.com/capistrano/sshkit/pull/425): Command#group incorrectly escapes double quotes, resulting in a a syntax error when specifying the group execution using `as`. This issue manifested when user command quotes changed from double quotes to single quotes. This fix removes the double quote escaping - [@pblesi](https://github.com/pblesi).
* Your contribution here!

## [1.16.1][] (2018-05-20)

* [#425](https://github.com/capistrano/sshkit/pull/425): Command#group incorrectly escapes double quotes, resulting in a a syntax error when specifying the group execution using `as`. This issue manifested when user command quotes changed from double quotes to single quotes. This fix removes the double quote escaping - [@pblesi](https://github.com/pblesi).

## [1.16.0][] (2018-02-03)

* [#417](https://github.com/capistrano/sshkit/pull/417): Cache key generation for connections becomes slow when `known_hosts` is a valid `net/ssh` options and `known_hosts` file is big. This changes the cache key generation and fixes performance issue - [@ElvinEfendi](https://github.com/ElvinEfendi).
Expand Down Expand Up @@ -739,7 +742,8 @@ version `0.0.5`.

First release.

[Unreleased]: https://github.com/capistrano/sshkit/compare/v1.16.0...HEAD
[Unreleased]: https://github.com/capistrano/sshkit/compare/v1.16.1...HEAD
[1.16.1]: https://github.com/capistrano/sshkit/compare/v1.16.0...v1.16.1
[1.16.0]: https://github.com/capistrano/sshkit/compare/v1.15.1...v1.16.0
[1.15.1]: https://github.com/capistrano/sshkit/compare/v1.15.0...v1.15.1
[1.15.0]: https://github.com/capistrano/sshkit/compare/v1.14.0...v1.15.0
Expand Down
2 changes: 1 addition & 1 deletion lib/sshkit/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SSHKit
VERSION = "1.16.0".freeze
VERSION = "1.16.1".freeze
end

0 comments on commit 9fd2205

Please sign in to comment.