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.9.0 (2021-06-06)
2+
3+ ### Enhancements
4+
5+ - [ #98 ] ( https://github.com/terraform-linters/tflint-ruleset-google/pull/98 ) : Update Magic Modules
6+
7+ ### Chores
8+
9+ - [ #96 ] ( https://github.com/terraform-linters/tflint-ruleset-google/pull/96 ) : Bump google.golang.org/api from 0.45.0 to 0.47.0
10+ - [ #97 ] ( https://github.com/terraform-linters/tflint-ruleset-google/pull/97 ) : Bump github.com/google/go-cmp from 0.5.5 to 0.5.6
11+ - [ #99 ] ( https://github.com/terraform-linters/tflint-ruleset-google/pull/99 ) : Add notes about auto installation
12+
113## 0.8.0 (2021-05-02)
214
315### Breaking Changes
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.8 .0"
6+ const Version string = "0.9 .0"
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