Skip to content
This repository was archived by the owner on May 18, 2021. It is now read-only.

Commit 3076501

Browse files
committed
v0.1.2
1 parent 8acec9e commit 3076501

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
1-
v0.1.1 (Nov 29 2013)
2-
--------------------
1+
## v0.1.2 (Dec 30 2013)
2+
3+
* Add ability to install chef-runner using Homebrew. Thanks to @fh!
4+
* Define environment variable `CHEF_RUNNER_DEBUG` to print commands and their
5+
arguments as they are executed (`set -x`).
6+
* Fix Cucumber step that handles a command with an option.
7+
* Update documentation.
8+
* Update Cucumber gem.
9+
* Only test against one version of Ruby on Travis.
10+
11+
## v0.1.1 (Nov 29 2013)
312

413
* Add Cucumber features.
514
* Add Travis CI config.
615
* Move `chef-runner` script to `bin/` folder.
716
* Document tips on how to further speed things up.
817

9-
v0.1.0 (Nov 25 2013)
10-
--------------------
18+
## v0.1.0 (Nov 25 2013)
1119

1220
* Initial public release.

0 commit comments

Comments
 (0)