File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,15 @@ appear at the top.
66## [ Unreleased] [ ]
77
88 * Your contribution here!
9+
10+ ## [ 1.14.0] [ ] (2017-06-30)
11+
12+ ### Breaking changes
13+
14+ * None
15+
16+ ### New features
17+
918 * [ #401 ] ( https://github.com/capistrano/sshkit/pull/401 ) : Add : log_percent option to specify upload!/download! transfer log percentage - [ @aubergene ] ( https://github.com/aubergene )
1019
1120## [ 1.13.1] [ ] (2017-03-31)
@@ -698,7 +707,8 @@ version `0.0.5`.
698707
699708First release.
700709
701- [ Unreleased ] : https://github.com/capistrano/sshkit/compare/v1.13.1...HEAD
710+ [ Unreleased ] : https://github.com/capistrano/sshkit/compare/v1.14.0...HEAD
711+ [ 1.14.0 ] : https://github.com/capistrano/sshkit/compare/v1.13.1...v1.14.0
702712[ 1.13.1 ] : https://github.com/capistrano/sshkit/compare/v1.13.0...v1.13.1
703713[ 1.13.0 ] : https://github.com/capistrano/sshkit/compare/v1.12.0...v1.13.0
704714[ 1.12.0 ] : https://github.com/capistrano/sshkit/compare/v1.11.5...v1.12.0
Original file line number Diff line number Diff line change 11module SSHKit
2- VERSION = "1.13.1 " . freeze
2+ VERSION = "1.14.0 " . freeze
33end
Original file line number Diff line number Diff line change @@ -27,4 +27,8 @@ Gem::Specification.new do |gem|
2727 gem . add_development_dependency ( 'rake' )
2828 gem . add_development_dependency ( 'rubocop' , "~> 0.49.1" )
2929 gem . add_development_dependency ( 'mocha' )
30+
31+ gem . add_development_dependency ( 'bcrypt_pbkdf' )
32+ gem . add_development_dependency ( 'rbnacl' , '~> 3.4' )
33+ gem . add_development_dependency ( 'rbnacl-libsodium' )
3034end
You can’t perform that action at this time.
0 commit comments