You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
0 commit comments