File tree 2 files changed +13
-1
lines changed 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.2.0 (2020-10-19)
2
+
3
+ ### Enhancements
4
+
5
+ - [ #43 ] ( https://github.com/terraform-linters/tflint-ruleset-google/pull/43 ) [ #45 ] ( https://github.com/terraform-linters/tflint-ruleset-google/pull/45 ) [ #48 ] ( https://github.com/terraform-linters/tflint-ruleset-google/pull/48 ) : Add invalid machine type rules
6
+ - [ #47 ] ( https://github.com/terraform-linters/tflint-ruleset-google/pull/47 ) : Update Magic Modules
7
+
8
+ ### Chores
9
+
10
+ - [ #44 ] ( https://github.com/terraform-linters/tflint-ruleset-google/pull/44 ) : Bump actions/setup-go from v2.1.2 to v2.1.3
11
+ - [ #46 ] ( https://github.com/terraform-linters/tflint-ruleset-google/pull/46 ) : Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.0.3 to 2.0.4
12
+
1
13
## 0.1.0 (2020-09-22)
2
14
3
15
Initial release 🎉
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.1 .0"
6
+ const Version string = "0.2 .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