Skip to content

Commit 39c4d97

Browse files
committed
Bump up version to v0.7.0
1 parent 437f1f9 commit 39c4d97

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 0.7.0 (2024-05-02)
2+
3+
### Enhancements
4+
5+
- [#161](https://github.com/terraform-linters/tflint-ruleset-terraform/pull/161) [#167](https://github.com/terraform-linters/tflint-ruleset-terraform/pull/167): Bump github.com/hashicorp/hcl/v2 from 2.19.1 to 2.20.1
6+
- This is required for provider-defined functions support
7+
8+
### Chores
9+
10+
- [#160](https://github.com/terraform-linters/tflint-ruleset-terraform/pull/160) [#171](https://github.com/terraform-linters/tflint-ruleset-terraform/pull/171): Bump github.com/terraform-linters/tflint-plugin-sdk from 0.18.0 to 0.20.0
11+
- [#162](https://github.com/terraform-linters/tflint-ruleset-terraform/pull/162) [#166](https://github.com/terraform-linters/tflint-ruleset-terraform/pull/166): Bump github.com/zclconf/go-cty from 1.14.2 to 1.14.4
12+
- [#165](https://github.com/terraform-linters/tflint-ruleset-terraform/pull/165): Bump google.golang.org/protobuf from 1.31.0 to 1.33.0
13+
- [#168](https://github.com/terraform-linters/tflint-ruleset-terraform/pull/168): Bump golang.org/x/net from 0.21.0 to 0.23.0
14+
- [#169](https://github.com/terraform-linters/tflint-ruleset-terraform/pull/169): Bump github.com/hashicorp/go-getter from 1.7.3 to 1.7.4
15+
- [#170](https://github.com/terraform-linters/tflint-ruleset-terraform/pull/170): deps: Go 1.22.2
16+
117
## 0.6.0 (2024-02-24)
218

319
### 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.6.0"
30+
version = "0.7.0"
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.6.0"
6+
const Version string = "0.7.0"
77

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

0 commit comments

Comments
 (0)