Skip to content

Commit

Permalink
Preparing v1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Feb 4, 2018
1 parent f3ac49c commit d71b175
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
Expand Up @@ -6,6 +6,9 @@ appear at the top.
## [Unreleased][]

* Your contribution here!

## [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).

## [1.15.1][] (2017-11-18)
Expand Down Expand Up @@ -735,7 +738,8 @@ version `0.0.5`.

First release.

[Unreleased]: https://github.com/capistrano/sshkit/compare/v1.15.1...HEAD
[Unreleased]: https://github.com/capistrano/sshkit/compare/v1.16.0...HEAD
[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
[1.14.0]: https://github.com/capistrano/sshkit/compare/v1.13.1...v1.14.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.15.1".freeze
VERSION = "1.16.0".freeze
end

0 comments on commit d71b175

Please sign in to comment.