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
+
1
13
## 0.8.0 (2021-05-02)
2
14
3
15
### Breaking Changes
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.8 .0"
6
+ const Version string = "0.9 .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