File tree 2 files changed +19
-3
lines changed 2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## [ 0.16.0] ( https://github.com/chef/train/tree/0.16.0 ) (2016-08-08)
4
- [ Full Changelog] ( https://github.com/chef/train/compare/v0.15.1...0.16.0 )
3
+ ## [ 0.17.0] ( https://github.com/chef/train/tree/0.17.0 ) (2016-08-19)
4
+ [ Full Changelog] ( https://github.com/chef/train/compare/v0.16.0...0.17.0 )
5
+
6
+ ** Implemented enhancements:**
7
+
8
+ - return owner for files on windows [ \# 132] ( https://github.com/chef/train/pull/132 ) ([ chris-rock] ( https://github.com/chris-rock ) )
9
+
10
+ ** Closed issues:**
11
+
12
+ - prefix powershell commands with ` $ProgressPreference = "SilentlyContinue" ` [ \# 134] ( https://github.com/chef/train/issues/134 )
13
+
14
+ ** Merged pull requests:**
15
+
16
+ - CI improvements [ \# 133] ( https://github.com/chef/train/pull/133 ) ([ chris-rock] ( https://github.com/chris-rock ) )
17
+ - Rescue EPIPE on connect in ssh transport [ \# 130] ( https://github.com/chef/train/pull/130 ) ([ stevendanna] ( https://github.com/stevendanna ) )
18
+
19
+ ## [ v0.16.0] ( https://github.com/chef/train/tree/v0.16.0 ) (2016-08-08)
20
+ [ Full Changelog] ( https://github.com/chef/train/compare/v0.15.1...v0.16.0 )
5
21
6
22
** Merged pull requests:**
7
23
Original file line number Diff line number Diff line change 3
3
# Author:: Dominik Richter (<[email protected] >)
4
4
5
5
module Train
6
- VERSION = '0.16 .0' . freeze
6
+ VERSION = '0.17 .0' . freeze
7
7
end
You can’t perform that action at this time.
0 commit comments