Skip to content

Commit 63a73b2

Browse files
author
Lee Hambley
committed
Preparing v1.7.0
1 parent db53833 commit 63a73b2

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,25 @@
33
This file is written in reverse chronological order, newer releases will
44
appear at the top.
55

6-
## (Unreleased)
6+
## `master` (Unreleased)
77

88
* Add your entries here, remember to credit yourself however you want to be
99
credited!
10+
11+
## 1.7.0
12+
1013
* Update Vagrantfile to use multi-provider Hashicorp precise64 box - remove URLs. @townsen
1114
* Merge host ssh_options and Netssh defaults @townsen
1215
Previously if host-level ssh_options were defined the Netssh defaults
1316
were ignored.
17+
* Merge host ssh_options and Netssh defaults
1418
* Fixed race condition where output of failed command would be empty. @townsen
1519
Caused random failures of `test_execute_raises_on_non_zero_exit_status_and_captures_stdout_and_stderr`
20+
Also fixes output handling in failed commands, and generally buggy output.
1621
* Remove override of backtrace() and backtrace_locations() from ExecuteError. @townsen
1722
This interferes with rake default behaviour and creates duplicate stacktraces.
23+
* Allow running local commands using `on(:local)`
24+
* Implement the upload! and download! methods for the local backend
1825

1926
## 1.6.0
2027

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.6.1"
2+
VERSION = "1.7.0"
33
end

0 commit comments

Comments
 (0)