File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 0.5.1 (2021-02-02)
2+
3+ ### BugFixes
4+
5+ - [ #73 ] ( https://github.com/terraform-linters/tflint-ruleset-google/pull/73 ) : Bump tflint-plugin-sdk to v0.8.1
6+
7+ ### Chores
8+
9+ - [ #72 ] ( https://github.com/terraform-linters/tflint-ruleset-google/pull/72 ) : Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.4.1 to 2.4.2
10+
111## 0.5.0 (2021-02-01)
212
313The minimum supported version of TFLint has changed in this version. TFLint v0.24.0+ is required for this plugin to work.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package project
33import "fmt"
44
55// Version is ruleset version
6- const Version string = "0.5.0 "
6+ const Version string = "0.5.1 "
77
88// ReferenceLink returns the rule reference link
99func ReferenceLink (name string ) string {
You can’t perform that action at this time.
0 commit comments