Skip to content

Commit

Permalink
Bump up version to 0.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 committed Jun 12, 2021
1 parent dcc31e3 commit f6b3ee6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Example:
```console
$ tflint -v
TFLint version 0.29.0
TFLint version 0.29.1
+ ruleset.aws (0.4.1-bundled)
$ terraform -v
Terraform v0.15.3
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.29.1 (2021-06-12)

### Chores

- [#1131](https://github.com/terraform-linters/tflint/pull/1131): Fix description for terraform_required_version ([@dcousens](https://github.com/dcousens))
- [#1134](https://github.com/terraform-linters/tflint/pull/1134): build: Add support for darwin/arm64 build ([@wata727](https://github.com/wata727))

## 0.29.0 (2021-06-05)

This release introduces the `--init` option for installing plugins automatically. This makes it easy to install plugin binaries published on GitHub Release that meet conventions. See [Configuring Plugins](docs/user-guide/plugins.md) for details.
Expand Down
2 changes: 1 addition & 1 deletion tflint/meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package tflint
import "fmt"

// Version is application version
const Version string = "0.29.0"
const Version string = "0.29.1"

// ReferenceLink returns the rule reference link
func ReferenceLink(name string) string {
Expand Down

0 comments on commit f6b3ee6

Please sign in to comment.