Skip to content

Commit 9dcbac6

Browse files
committed
Bump up version to v0.9.1
1 parent a3a19e5 commit 9dcbac6

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.9.1 (2024-08-03)
2+
3+
### Bug Fixes
4+
5+
- [#200](https://github.com/terraform-linters/tflint-ruleset-terraform/pull/200): terraform_map_duplicate_keys: Temporarily ignore key evaluation errors
6+
17
## 0.9.0 (2024-07-30)
28

39
### Enhancements

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If you want to use a version different from the built-in version, you can declar
2727
```hcl
2828
plugin "terraform" {
2929
enabled = true
30-
version = "0.9.0"
30+
version = "0.9.1"
3131
source = "github.com/terraform-linters/tflint-ruleset-terraform"
3232
}
3333
```

project/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package project
33
import "fmt"
44

55
// Version is ruleset version
6-
const Version string = "0.9.0"
6+
const Version string = "0.9.1"
77

88
// ReferenceLink returns the rule reference link
99
func ReferenceLink(name string) string {

0 commit comments

Comments
 (0)