Skip to content

Commit

Permalink
0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed Jan 15, 2016
1 parent d226449 commit 2cde4d8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# Change Log

## [0.9.3](https://github.com/chef/train/tree/0.9.3) (2016-01-02)
[Full Changelog](https://github.com/chef/train/compare/v0.9.2...0.9.3)
## [0.9.4](https://github.com/chef/train/tree/0.9.4) (2016-01-15)
[Full Changelog](https://github.com/chef/train/compare/v0.9.3...0.9.4)

**Fixed bugs:**

- bugfix: command wrapper always return nil [\#50](https://github.com/chef/train/pull/50) ([chris-rock](https://github.com/chris-rock))

**Merged pull requests:**

- 0.9.3 is empty on Windows [\#48](https://github.com/chef/train/pull/48) ([tyler-ball](https://github.com/tyler-ball))
- Updating to the latest release of net-ssh to consume https://github.com/net-ssh/net-ssh/pull/280 [\#47](https://github.com/chef/train/pull/47) ([tyler-ball](https://github.com/tyler-ball))

## [v0.9.3](https://github.com/chef/train/tree/v0.9.3) (2016-01-03)
[Full Changelog](https://github.com/chef/train/compare/v0.9.2...v0.9.3)

**Implemented enhancements:**

Expand All @@ -10,6 +22,7 @@

**Merged pull requests:**

- 0.9.3 [\#45](https://github.com/chef/train/pull/45) ([chris-rock](https://github.com/chris-rock))
- introduce `mounted` as a separate method to retrieve the content [\#44](https://github.com/chef/train/pull/44) ([chris-rock](https://github.com/chris-rock))
- Support for AIX and targeted SSH testing [\#41](https://github.com/chef/train/pull/41) ([foobarbam](https://github.com/foobarbam))

Expand Down
2 changes: 1 addition & 1 deletion lib/train/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# Author:: Dominik Richter (<dominik.richter@gmail.com>)

module Train
VERSION = '0.9.3'
VERSION = '0.9.4'
end

0 comments on commit 2cde4d8

Please sign in to comment.