Skip to content

Commit

Permalink
Preparing v1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Nov 18, 2017
1 parent 158c286 commit f350132
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
18 changes: 15 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,19 @@ appear at the top.
## [Unreleased][]

* Your contribution here!
* [#410](https://github.com/capistrano/sshkit/pull/410): call #to_s on remote so Pathnames don't go :boom: - [@UnderpantsGnome](https://github.com/UnderpantsGnome)
* [#411](https://github.com/capistrano/sshkit/pull/410): fix upload!/download! relative to user dir that broke in #408 - [@Fjan](https://github.com/Fjan)

## [1.15.1][] (2017-11-18)

This is a small bug-fix release that fixes problems with `upload!` and `download!` that were inadvertently introduced in 1.15.0.

### Breaking changes

* None

### Bug fixes

* [#410](https://github.com/capistrano/sshkit/pull/410): fix NoMethodError when using upload!/download! with Pathnames - [@UnderpantsGnome](https://github.com/UnderpantsGnome)
* [#411](https://github.com/capistrano/sshkit/pull/410): fix upload!/download! when using relative paths outside of `within` blocks - [@Fjan](https://github.com/Fjan)

## [1.15.0][] (2017-11-03)

Expand Down Expand Up @@ -723,7 +734,8 @@ version `0.0.5`.

First release.

[Unreleased]: https://github.com/capistrano/sshkit/compare/v1.15.0...HEAD
[Unreleased]: https://github.com/capistrano/sshkit/compare/v1.15.1...HEAD
[1.15.1]: https://github.com/capistrano/sshkit/compare/v1.15.0...v1.15.1
[1.15.0]: https://github.com/capistrano/sshkit/compare/v1.14.0...v1.15.0
[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
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.15.0".freeze
VERSION = "1.15.1".freeze
end

0 comments on commit f350132

Please sign in to comment.