Skip to content

Commit

Permalink
Bump up version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 committed Mar 12, 2017
1 parent fd6d365 commit 9c46ed3
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
## 0.3.1 (2017-03-12)

Minor version update. This release includes support for tfvars.

### Enhancements

- Support I3 instance types ([#66](https://github.com/wata727/tflint/pull/66))
- Support TFVars ([#67](https://github.com/wata727/tflint/pull/67))

### Others

- Add Dockerfile ([#59](https://github.com/wata727/tflint/pull/59))
- Fix link ([#60](https://github.com/wata727/tflint/pull/60))
- Update help message ([#61](https://github.com/wata727/tflint/pull/61))
- Move cache from detector to awsclient ([#62](https://github.com/wata727/tflint/pull/62))
- Refactoring detector ([#65](https://github.com/wata727/tflint/pull/65))
- glide up ([#68](https://github.com/wata727/tflint/pull/68))
- Update go version ([#69](https://github.com/wata727/tflint/pull/69))

## 0.3.0 (2017-02-12)

Minor version update. This relase includes core enhancements for terraform state file.
Minor version update. This release includes core enhancements for terraform state file.

### NewDetectors

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ If you run `terraform apply` for this template, it will obviously produce an err
## Installation
Download binary built for your architecture from [latest releases](https://github.com/wata727/tflint/releases/latest). After downloading, place the binary on the directory on the PATH. An example of installation by command is as follows.
```
$ wget https://github.com/wata727/tflint/releases/download/v0.3.0/tflint_darwin_amd64.zip
$ wget https://github.com/wata727/tflint/releases/download/v0.3.1/tflint_darwin_amd64.zip
$ unzip tflint_darwin_amd64.zip
Archive: tflint_darwin_amd64.zip
inflating: tflint
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main

const Name string = "TFLint"
const Version string = "0.3.0"
const Version string = "0.3.1"

0 comments on commit 9c46ed3

Please sign in to comment.