Skip to content

Commit aa9f73a

Browse files
committed
Bump up version to v0.4.0
1 parent ca6c7b5 commit aa9f73a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 0.4.0 (2020-08-17)
2+
3+
This release adds `WalkModuleCalls()` API to accessing the module calls. This is a breaking change and all plugins need to be built using this version in order to work with TFLint v0.19+.
4+
5+
See also https://github.com/terraform-linters/tflint-ruleset-template/pull/11 for an example of upgrading the SDK.
6+
7+
### Breaking Changes
8+
9+
- [#53](https://github.com/terraform-linters/tflint-plugin-sdk/pull/53): plugin: Bump protocol version
10+
11+
### Enhancements
12+
13+
- [#50](https://github.com/terraform-linters/tflint-plugin-sdk/pull/50): client: Implement `WalkModuleCalls`
14+
15+
### Chores
16+
17+
- [#51](https://github.com/terraform-linters/tflint-plugin-sdk/pull/51): Bump github.com/google/go-cmp from 0.5.0 to 0.5.1
18+
- [#52](https://github.com/terraform-linters/tflint-plugin-sdk/pull/52): Bump github.com/hashicorp/go-version from 1.0.0 to 1.2.1
19+
120
## 0.3.0 (2020-07-19)
221

322
This release adds `Backend()` API to accessing the Terraform backend configuration. This is a breaking change and all plugins need to be built using this version in order to work with TFLint v0.18+.

0 commit comments

Comments
 (0)