Skip to content

Commit f57d0e0

Browse files
committed
Preparing v1.14.0
1 parent b7f22fd commit f57d0e0

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff 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

699708
First 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

lib/sshkit/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SSHKit
2-
VERSION = "1.13.1".freeze
2+
VERSION = "1.14.0".freeze
33
end

sshkit.gemspec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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')
3034
end

0 commit comments

Comments
 (0)