File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.2.1 (2017-01-10)
2
+
3
+ Patch version update. This release includes new argument options.
4
+
5
+ ### NewDetectors
6
+
7
+ - add db instance invalid type detector ([ #32 ] ( https://github.com/wata727/tflint/pull/32 ) )
8
+ - add rds previous type detector ([ #33 ] ( https://github.com/wata727/tflint/pull/33 ) )
9
+ - add invalid type detector for elasticache ([ #34 ] ( https://github.com/wata727/tflint/pull/34 ) )
10
+ - add previous type detector for elasticache ([ #35 ] ( https://github.com/wata727/tflint/pull/35 ) )
11
+
12
+ ### Enhancements
13
+
14
+ - Return error code when issue exists ([ #31 ] ( https://github.com/wata727/tflint/pull/31 ) )
15
+
16
+ ### Others
17
+
18
+ - fix install version ([ #30 ] ( https://github.com/wata727/tflint/pull/30 ) )
19
+ - CLI Test By Interface ([ #36 ] ( https://github.com/wata727/tflint/pull/36 ) )
20
+ - Fix --error-with-issues description ([ #37 ] ( https://github.com/wata727/tflint/pull/37 ) )
21
+ - glide up ([ #38 ] ( https://github.com/wata727/tflint/pull/38 ) )
22
+
1
23
## 0.2.0 (2016-12-24)
2
24
3
25
Minor version update. This release includes enhancements and several fixes
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Download binary built for your architecture from [latest releases](https://githu
26
26
27
27
An example of installation by command is as follows.
28
28
```
29
- $ wget https://github.com/wata727/tflint/releases/download/v0.2.0 /tflint_darwin_amd64.zip
29
+ $ wget https://github.com/wata727/tflint/releases/download/v0.2.1 /tflint_darwin_amd64.zip
30
30
$ unzip tflint_darwin_amd64.zip
31
31
Archive: tflint_darwin_amd64.zip
32
32
inflating: tflint
Original file line number Diff line number Diff line change 1
1
package main
2
2
3
3
const Name string = "TFLint"
4
- const Version string = "0.2.0 "
4
+ const Version string = "0.2.1 "
You can’t perform that action at this time.
0 commit comments