Skip to content

Commit 680fc17

Browse files
committed
Bump up version to v0.3.0
1 parent d41127a commit 680fc17

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## 0.3.0 (2020-11-24)
2+
3+
The minimum supported version of TFLint has changed in this version. TFLint v0.21.0+ is required for this plugin to work.
4+
5+
### Breaking Changes
6+
7+
- [#57](https://github.com/terraform-linters/tflint-ruleset-google/pull/57): Bump tflint-plugin-sdk to v0.6.0
8+
- Added support for JSON configuration syntax
9+
10+
### Enhancements
11+
12+
- [#56](https://github.com/terraform-linters/tflint-ruleset-google/pull/56): Update Magic Modules
13+
14+
### Chores
15+
16+
- [#52](https://github.com/terraform-linters/tflint-ruleset-google/pull/52): Bump github.com/google/go-cmp from 0.5.2 to 0.5.3
17+
- [#53](https://github.com/terraform-linters/tflint-ruleset-google/pull/53): Stop using set-env commands
18+
- [#54](https://github.com/terraform-linters/tflint-ruleset-google/pull/54): Bump github.com/hashicorp/hcl/v2 from 2.6.0 to 2.7.1
19+
- [#55](https://github.com/terraform-linters/tflint-ruleset-google/pull/55): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.0.4 to 2.3.0
20+
121
## 0.2.0 (2020-10-19)
222

323
### Enhancements

project/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package project
33
import "fmt"
44

55
// Version is ruleset version
6-
const Version string = "0.2.0"
6+
const Version string = "0.3.0"
77

88
// ReferenceLink returns the rule reference link
99
func ReferenceLink(name string) string {

0 commit comments

Comments
 (0)