File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-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.12.0] [ ] (2017-02-10)
11+
12+ ### Breaking changes
13+
14+ * None
15+
16+ ### New features
17+
918 * Add ` SSHKit.config.default_runner_config ` option that allows overriding default runner configs.
1019
1120## [ 1.11.5] [ ] (2016-12-16)
@@ -663,7 +672,8 @@ version `0.0.5`.
663672
664673First release.
665674
666- [ Unreleased ] : https://github.com/capistrano/sshkit/compare/v1.11.5...HEAD
675+ [ Unreleased ] : https://github.com/capistrano/sshkit/compare/v1.12.0...HEAD
676+ [ 1.12.0 ] : https://github.com/capistrano/sshkit/compare/v1.11.5...v1.12.0
667677[ 1.11.5 ] : https://github.com/capistrano/sshkit/compare/v1.11.4...v1.11.5
668678[ 1.11.4 ] : https://github.com/capistrano/sshkit/compare/v1.11.3...v1.11.4
669679[ 1.11.3 ] : https://github.com/capistrano/sshkit/compare/v1.11.2...v1.11.3
Original file line number Diff line number Diff line change 11module SSHKit
2- VERSION = "1.11.5 " . freeze
2+ VERSION = "1.12.0 " . freeze
33end
You can’t perform that action at this time.
0 commit comments