Skip to content

Commit 161243e

Browse files
committed
Bump up version to 0.2.1
1 parent d4699af commit 161243e

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
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+
123
## 0.2.0 (2016-12-24)
224

325
Minor version update. This release includes enhancements and several fixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Download binary built for your architecture from [latest releases](https://githu
2626

2727
An example of installation by command is as follows.
2828
```
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
3030
$ unzip tflint_darwin_amd64.zip
3131
Archive: tflint_darwin_amd64.zip
3232
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.2.0"
4+
const Version string = "0.2.1"

0 commit comments

Comments
 (0)