From 9c56013139429fd0f85846c2fc2892f35e70e9c8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 23 Oct 2023 07:31:31 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- cmd/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/version.go b/cmd/version.go index bf46387..fbdee36 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -25,7 +25,7 @@ package cmd import "fmt" // Version is a version of this application. -const Version = "0.0.6" +const Version = "0.0.7" // SetVersionInfo sets version and date to rootCmd func SetVersionInfo(version, date string) { From c896a8e8d3e5fe9623743dc9fdc37a3504b2ecc9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 23 Oct 2023 07:31:31 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 491c471..e8a09e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [v0.0.7](https://github.com/future-architect/tftarget/compare/v0.0.6...v0.0.7) - 2023-10-23 +- fix:remove unused fmt by @orangekame3 in https://github.com/future-architect/tftarget/pull/26 + ## [v0.0.6](https://github.com/future-architect/tftarget/compare/v0.0.5...v0.0.6) - 2023-10-23 - fix: SetVersionInfo duplication by @orangekame3 in https://github.com/future-architect/tftarget/pull/24