File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Example:
27
27
28
28
```console
29
29
$ tflint -v
30
- TFLint version 0.32.0
30
+ TFLint version 0.32.1
31
31
$ terraform -v
32
32
Terraform v1.0.6
33
33
```
Original file line number Diff line number Diff line change
1
+ ## 0.32.1 (2021-09-12)
2
+
3
+ ### BugFixes
4
+
5
+ - [ #1218 ] ( https://github.com/terraform-linters/tflint/pull/1218 ) : build: Update GoReleaser version ([ @wata727 ] ( https://github.com/wata727 ) )
6
+ - v0.32.0 release doesn't include darwin/arm64 build. This change fixes the issue.
7
+
1
8
## 0.32.0 (2021-09-11)
2
9
3
10
### Breaking Changes
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package tflint
3
3
import "fmt"
4
4
5
5
// Version is application version
6
- const Version string = "0.32.0 "
6
+ const Version string = "0.32.1 "
7
7
8
8
// ReferenceLink returns the rule reference link
9
9
func ReferenceLink (name string ) string {
You can’t perform that action at this time.
0 commit comments