Skip to content

Commit fa9fb0a

Browse files
committed
Bump up version to v0.50.2
1 parent 4bd6284 commit fa9fb0a

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.github/ISSUE_TEMPLATE/bug.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ body:
4646
- type: input
4747
attributes:
4848
label: TFLint Version
49-
placeholder: '0.50.1'
49+
placeholder: '0.50.2'
5050
validations:
5151
required: true
5252
- type: input

tflint/meta.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
)
88

99
// Version is application version
10-
var Version *version.Version = version.Must(version.NewVersion("0.50.1"))
10+
var Version *version.Version = version.Must(version.NewVersion("0.50.2"))
1111

1212
// ReferenceLink returns the rule reference link
1313
func ReferenceLink(name string) string {

tools/release/release-note.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
## What's Changed
22

3-
### BugFixes
4-
* Fix panic for module calls without source by @wata727 in https://github.com/terraform-linters/tflint/pull/1950
3+
### Bug Fixes
4+
* Fix a bug where auto-fixed code could not be retrieved via GetFile API by @wata727 in https://github.com/terraform-linters/tflint/pull/1959
55

6+
### Chores
7+
* build(deps): Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 by @dependabot in https://github.com/terraform-linters/tflint/pull/1954
8+
* build(deps): Bump golang.org/x/oauth2 from 0.15.0 to 0.16.0 by @dependabot in https://github.com/terraform-linters/tflint/pull/1956
69

7-
**Full Changelog**: https://github.com/terraform-linters/tflint/compare/v0.50.0...v0.50.1
10+
**Full Changelog**: https://github.com/terraform-linters/tflint/compare/v0.50.1...v0.50.2

0 commit comments

Comments
 (0)