Skip to content

Commit 4985c44

Browse files
committed
0.1.7.0
1 parent 758dc61 commit 4985c44

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
11
# Change Log
22

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)
521

622
**Merged pull requests:**
723

lib/train/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# Author:: Dominik Richter (<[email protected]>)
44

55
module Train
6-
VERSION = '0.16.0'.freeze
6+
VERSION = '0.17.0'.freeze
77
end

0 commit comments

Comments
 (0)