Skip to content

Commit

Permalink
Preparing v1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Jun 30, 2017
1 parent b7f22fd commit f57d0e0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ appear at the top.
## [Unreleased][]

* Your contribution here!

## [1.14.0][] (2017-06-30)

### Breaking changes

* None

### New features

* [#401](https://github.com/capistrano/sshkit/pull/401): Add :log_percent option to specify upload!/download! transfer log percentage - [@aubergene](https://github.com/aubergene)

## [1.13.1][] (2017-03-31)
Expand Down Expand Up @@ -698,7 +707,8 @@ version `0.0.5`.

First release.

[Unreleased]: https://github.com/capistrano/sshkit/compare/v1.13.1...HEAD
[Unreleased]: https://github.com/capistrano/sshkit/compare/v1.14.0...HEAD
[1.14.0]: https://github.com/capistrano/sshkit/compare/v1.13.1...v1.14.0
[1.13.1]: https://github.com/capistrano/sshkit/compare/v1.13.0...v1.13.1
[1.13.0]: https://github.com/capistrano/sshkit/compare/v1.12.0...v1.13.0
[1.12.0]: https://github.com/capistrano/sshkit/compare/v1.11.5...v1.12.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.13.1".freeze
VERSION = "1.14.0".freeze
end
4 changes: 4 additions & 0 deletions sshkit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,8 @@ Gem::Specification.new do |gem|
gem.add_development_dependency('rake')
gem.add_development_dependency('rubocop', "~> 0.49.1")
gem.add_development_dependency('mocha')

gem.add_development_dependency('bcrypt_pbkdf')
gem.add_development_dependency('rbnacl', '~> 3.4')
gem.add_development_dependency('rbnacl-libsodium')
end

0 comments on commit f57d0e0

Please sign in to comment.