Skip to content

Commit e5585cf

Browse files
committed
Bump up version to 0.3.2
1 parent 0c2de24 commit e5585cf

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
1+
## 0.3.2 (2017-03-25)
2+
3+
Patch version update. This release includes hotfix.
4+
5+
### BugFix
6+
7+
- Fix panic when parsing empty list ([#78](https://github.com/wata727/tflint/pull/78))
8+
9+
### Others
10+
11+
- Fix unstable test ([#74](https://github.com/wata727/tflint/pull/74))
12+
- Update README to reference Homebrew tap ([#75](https://github.com/wata727/tflint/pull/75))
13+
114
## 0.3.1 (2017-03-12)
215

3-
Minor version update. This release includes support for tfvars.
16+
Patch version update. This release includes support for tfvars.
417

518
### Enhancements
619

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ If you run `terraform apply` for this template, it will obviously produce an err
2525
## Installation
2626
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.
2727
```
28-
$ wget https://github.com/wata727/tflint/releases/download/v0.3.1/tflint_darwin_amd64.zip
28+
$ wget https://github.com/wata727/tflint/releases/download/v0.3.2/tflint_darwin_amd64.zip
2929
$ unzip tflint_darwin_amd64.zip
3030
Archive: tflint_darwin_amd64.zip
3131
inflating: tflint

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package main
22

33
const Name string = "TFLint"
4-
const Version string = "0.3.1"
4+
const Version string = "0.3.2"

0 commit comments

Comments
 (0)