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

Commit 7ffdca8

Browse files
committed
v0.6.0
1 parent 779d957 commit 7ffdca8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v0.6.0 (unreleased)
1+
## v0.6.0 (Aug 28 2014)
22

33
FEATURES:
44

@@ -7,18 +7,18 @@ FEATURES:
77
operating system. For this, use the new `-i` option (or `--install-chef`).
88
* Add support for Berkshelf v3 in addition to v2. (Thanks to @arosenhagen for
99
the original pull request!)
10-
* Re-add ability to install chef-runner using Homebrew.
1110
* Re-add long option names like `--host` and `--json-attributes`. Those were
1211
removed when porting chef-runner to Go (v0.2.0).
12+
* Re-add ability to install chef-runner via Homebrew.
1313

1414
IMPROVEMENTS:
1515

16+
* Add Quick Start guide to README.
1617
* Only prepend `bundle exec` to Ruby commands if Bundler is actually installed.
1718
A Gemfile alone is no longer enough.
1819
* Add basic [Godoc documentation] to all parts of the source code. As a result,
1920
[golint] no longer reports any coding style issues.
2021
* Run golint style checks on Travis CI.
21-
* Add Quick Start guide to README.
2222

2323
BREAKING CHANGES:
2424

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import "runtime"
44

55
// The current version of chef-runner. A ".dev" suffix denotes that the version
66
// is currently being developed.
7-
const Version = "v0.6.0.dev"
7+
const Version = "v0.6.0"
88

99
// GitVersion is the Git version that is being compiled. This string contains
1010
// tag and commit information. It will be filled in by the compiler.

0 commit comments

Comments
 (0)