Skip to content

Commit 8f1c666

Browse files
authored
Merge pull request #24 from pepabo/tagpr-from-v0.6.3
Release for v0.6.4
2 parents cd13b7c + 3d3762f commit 8f1c666

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [v0.6.4](https://github.com/pepabo/control-controls/compare/v0.6.3...v0.6.4) - 2022-10-07
2+
- Change `cond:` to `if:` by @k1LoW in https://github.com/pepabo/control-controls/pull/23
3+
- Add `header:` to customize header only by @k1LoW in https://github.com/pepabo/control-controls/pull/25
4+
- Fix field name by @k1LoW in https://github.com/pepabo/control-controls/pull/26
5+
16
## [v0.6.3](https://github.com/pepabo/control-controls/compare/v0.6.2...v0.6.3) - 2022-10-06
27
- Expand env when load YAML by @k1LoW in https://github.com/pepabo/control-controls/pull/20
38
- Fix defaultTemplate by @k1LoW in https://github.com/pepabo/control-controls/pull/22

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ package version
44
const Name string = "control-controls"
55

66
// Version for this
7-
var Version = "0.6.3"
7+
var Version = "0.6.4"

0 commit comments

Comments
 (0)