Skip to content

Commit

Permalink
Bump up version to v0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 committed Apr 13, 2023
1 parent 9128b0f commit 05d7fdf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.16.1 (2023-04-13)

### BugFixes

- [#252](https://github.com/terraform-linters/tflint-plugin-sdk/pull/252): ruleset: Fix NewRunner hook not injecting a custom runner

### Chores

- [#251](https://github.com/terraform-linters/tflint-plugin-sdk/pull/251): Bump golang.org/x/tools from 0.7.0 to 0.8.0

## 0.16.0 (2023-04-02)

This release deprecates the `runner.EnsureNoError` helper. This helper is still available in this version, but we recommend migrating to the function callback approach.
Expand Down
2 changes: 1 addition & 1 deletion plugin/host2plugin/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

// SDKVersion is the SDK version.
const SDKVersion = "0.16.0"
const SDKVersion = "0.16.1"

// handShakeConfig is used for UX. ProcotolVersion will be updated by incompatible changes.
var handshakeConfig = plugin.HandshakeConfig{
Expand Down

0 comments on commit 05d7fdf

Please sign in to comment.