Skip to content

Commit

Permalink
Bump up version to v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 committed Aug 3, 2024
1 parent a3a19e5 commit 9dcbac6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.9.1 (2024-08-03)

### Bug Fixes

- [#200](https://github.com/terraform-linters/tflint-ruleset-terraform/pull/200): terraform_map_duplicate_keys: Temporarily ignore key evaluation errors

## 0.9.0 (2024-07-30)

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ If you want to use a version different from the built-in version, you can declar
```hcl
plugin "terraform" {
enabled = true
version = "0.9.0"
version = "0.9.1"
source = "github.com/terraform-linters/tflint-ruleset-terraform"
}
```
Expand Down
2 changes: 1 addition & 1 deletion project/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 9dcbac6

Please sign in to comment.