Skip to content

Commit 4544954

Browse files
committed
Preparing v1.15.0
1 parent 9c19abf commit 4544954

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff 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

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

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.14.0".freeze
2+
VERSION = "1.15.0".freeze
33
end

0 commit comments

Comments
 (0)