File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.6.0 (2021-03-07)
2
+
3
+ ### Enhancements
4
+
5
+ - [ #79 ] ( https://github.com/terraform-linters/tflint-ruleset-google/pull/79 ) : Update Magic Modules
6
+
7
+ ### Chores
8
+
9
+ - [ #76 ] ( https://github.com/terraform-linters/tflint-ruleset-google/pull/76 ) : Upgrade to Go 1.16
10
+ - [ #77 ] ( https://github.com/terraform-linters/tflint-ruleset-google/pull/77 ) : Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.4.2 to 2.4.4
11
+ - [ #78 ] ( https://github.com/terraform-linters/tflint-ruleset-google/pull/78 ) : Bump github.com/hashicorp/hcl/v2 from 2.8.2 to 2.9.0
12
+
1
13
## 0.5.1 (2021-02-02)
2
14
3
15
### BugFixes
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package project
3
3
import "fmt"
4
4
5
5
// Version is ruleset version
6
- const Version string = "0.5.1 "
6
+ const Version string = "0.6.0 "
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