File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,16 @@ appear at the top.
66## [ Unreleased] [ ]
77
88 * Your contribution here!
9- * [ #408 ] ( https://github.com/capistrano/sshkit/pull/408 ) : Teach upload! and download! to respect within(...) - [ @sj26 ] ( https://github.com/sj26 )
9+
10+ ## [ 1.15.0] [ ] (2017-11-03)
11+
12+ ### New features
13+
14+ * [ #408 ] ( https://github.com/capistrano/sshkit/pull/408 ) : upload! and download! now respect ` within ` - [ @sj26 ] ( https://github.com/sj26 )
1015
1116### Potentially breaking changes
1217
13- * ` upload! ` and ` download! ` now support relative remote paths which are
18+ * ` upload! ` and ` download! ` now support remote paths which are
1419 relative to the ` within ` working directory. They were previously documented
1520 as only supporting absolute paths, but relative paths still worked relative
1621 to the remote working directory. If you rely on the previous behaviour you
@@ -716,7 +721,8 @@ version `0.0.5`.
716721
717722First release.
718723
719- [ Unreleased ] : https://github.com/capistrano/sshkit/compare/v1.14.0...HEAD
724+ [ Unreleased ] : https://github.com/capistrano/sshkit/compare/v1.15.0...HEAD
725+ [ 1.15.0 ] : https://github.com/capistrano/sshkit/compare/v1.14.0...v1.15.0
720726[ 1.14.0 ] : https://github.com/capistrano/sshkit/compare/v1.13.1...v1.14.0
721727[ 1.13.1 ] : https://github.com/capistrano/sshkit/compare/v1.13.0...v1.13.1
722728[ 1.13.0 ] : https://github.com/capistrano/sshkit/compare/v1.12.0...v1.13.0
Original file line number Diff line number Diff line change 11module SSHKit
2- VERSION = "1.14 .0" . freeze
2+ VERSION = "1.15 .0" . freeze
33end
You can’t perform that action at this time.
0 commit comments