We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9531c98 commit 3bcf798Copy full SHA for 3bcf798
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 0.9.1 (2021-06-12)
2
+
3
+### Chores
4
5
+- [#100](https://github.com/terraform-linters/tflint-ruleset-google/pull/100): build: Add support for darwin/arm64 build
6
7
## 0.9.0 (2021-06-06)
8
9
### Enhancements
project/main.go
@@ -3,7 +3,7 @@ package project
import "fmt"
// Version is ruleset version
-const Version string = "0.9.0"
+const Version string = "0.9.1"
// ReferenceLink returns the rule reference link
func ReferenceLink(name string) string {
0 commit comments