Skip to content

Commit 9f2a2fc

Browse files
committed
Bump up version to v0.9.0
1 parent 524ee2b commit 9f2a2fc

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## 0.9.0 (2021-07-03)
2+
3+
This release adds `Files()` API. This is a breaking change and all plugins need to be built using this version in order to work with TFLint v0.30+.
4+
5+
See also https://github.com/terraform-linters/tflint-ruleset-template/pull/37 for an example of upgrading the SDK.
6+
7+
### Breaking Changes
8+
9+
- [#122](https://github.com/terraform-linters/tflint-plugin-sdk/pull/122): Implement Files() method
10+
- [#124](https://github.com/terraform-linters/tflint-plugin-sdk/pull/124): Bump protocol version
11+
12+
### Chores
13+
14+
- [#109](https://github.com/terraform-linters/tflint-plugin-sdk/pull/109): Bump github.com/hashicorp/go-version from 1.2.1 to 1.3.0
15+
- [#112](https://github.com/terraform-linters/tflint-plugin-sdk/pull/112): Bump github.com/hashicorp/hcl/v2 from 2.9.1 to 2.10.0
16+
- [#117](https://github.com/terraform-linters/tflint-plugin-sdk/pull/117): Bump github.com/hashicorp/go-hclog from 0.15.0 to 0.16.1
17+
- [#120](https://github.com/terraform-linters/tflint-plugin-sdk/pull/120): Bump github.com/google/go-cmp from 0.5.5 to 0.5.6
18+
- [#121](https://github.com/terraform-linters/tflint-plugin-sdk/pull/121): Bump github.com/hashicorp/go-plugin from 1.4.0 to 1.4.2
19+
- [#123](https://github.com/terraform-linters/tflint-plugin-sdk/pull/123): Bump github.com/zclconf/go-cty from 1.8.1 to 1.8.4
20+
121
## 0.8.2 (2021-04-04)
222

323
### Changes

0 commit comments

Comments
 (0)