Skip to content

Commit 2029af0

Browse files
committed
Bump up version to v0.3.0
1 parent 1d4e58c commit 2029af0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 0.3.0 (2020-07-19)
2+
3+
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+.
4+
5+
See also https://github.com/terraform-linters/tflint-ruleset-template/pull/10 for an example of upgrading the SDK.
6+
7+
### Breaking Changes
8+
9+
- [#48](https://github.com/terraform-linters/tflint-plugin-sdk/pull/48): plugin: Bump protocol version
10+
11+
### Enhancements
12+
13+
- [#47](https://github.com/terraform-linters/tflint-plugin-sdk/pull/47): client: Add `Runner.Backend()`
14+
- [#49](https://github.com/terraform-linters/tflint-plugin-sdk/pull/49): helper: Add Backend() helper
15+
116
## 0.2.0 (2020-06-27)
217

318
This release adds APIs to access more Terraform's configurations.

0 commit comments

Comments
 (0)