This repository was archived by the owner on May 18, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- ## v0.6.0 (unreleased )
1
+ ## v0.6.0 (Aug 28 2014 )
2
2
3
3
FEATURES:
4
4
@@ -7,18 +7,18 @@ FEATURES:
7
7
operating system. For this, use the new ` -i ` option (or ` --install-chef ` ).
8
8
* Add support for Berkshelf v3 in addition to v2. (Thanks to @arosenhagen for
9
9
the original pull request!)
10
- * Re-add ability to install chef-runner using Homebrew.
11
10
* Re-add long option names like ` --host ` and ` --json-attributes ` . Those were
12
11
removed when porting chef-runner to Go (v0.2.0).
12
+ * Re-add ability to install chef-runner via Homebrew.
13
13
14
14
IMPROVEMENTS:
15
15
16
+ * Add Quick Start guide to README.
16
17
* Only prepend ` bundle exec ` to Ruby commands if Bundler is actually installed.
17
18
A Gemfile alone is no longer enough.
18
19
* Add basic [ Godoc documentation] to all parts of the source code. As a result,
19
20
[ golint] no longer reports any coding style issues.
20
21
* Run golint style checks on Travis CI.
21
- * Add Quick Start guide to README.
22
22
23
23
BREAKING CHANGES:
24
24
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import "runtime"
4
4
5
5
// The current version of chef-runner. A ".dev" suffix denotes that the version
6
6
// is currently being developed.
7
- const Version = "v0.6.0.dev "
7
+ const Version = "v0.6.0"
8
8
9
9
// GitVersion is the Git version that is being compiled. This string contains
10
10
// tag and commit information. It will be filled in by the compiler.
You can’t perform that action at this time.
0 commit comments