Skip to content

Commit 320f04f

Browse files
committed
Bunp up version to 0.3.3
1 parent 03dfc35 commit 320f04f

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.3.3 (2017-04-02)
2+
3+
Patch version update. This release includes support for shared credentials.
4+
5+
### Enhancements
6+
7+
- Support shared credentials ([#79](https://github.com/wata727/tflint/pull/79))
8+
- Add checkstyle format ([#82](https://github.com/wata727/tflint/pull/82))
9+
10+
### Others
11+
12+
- Add NOTE to aws_instance_not_specified_iam_profile ([#81](https://github.com/wata727/tflint/pull/81))
13+
- Refactoring for default printer ([#83](https://github.com/wata727/tflint/pull/83))
14+
115
## 0.3.2 (2017-03-25)
216

317
Patch version update. This release includes hotfix.

README.md

Lines changed: 1 addition & 1 deletion
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.2/tflint_darwin_amd64.zip
28+
$ wget https://github.com/wata727/tflint/releases/download/v0.3.3/tflint_darwin_amd64.zip
2929
$ unzip tflint_darwin_amd64.zip
3030
Archive: tflint_darwin_amd64.zip
3131
inflating: tflint

version.go

Lines changed: 1 addition & 1 deletion
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.2"
4+
const Version string = "0.3.3"

0 commit comments

Comments
 (0)