From 7c5f4a95da89da574aac88fc8415088584725ad4 Mon Sep 17 00:00:00 2001 From: Andrew Woodlee Date: Fri, 14 Feb 2025 12:21:21 -0600 Subject: [PATCH] v0.7.2 --- .changes/v0.7.2.md | 3 +++ CHANGELOG.md | 4 ++++ cmd/version.go | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .changes/v0.7.2.md diff --git a/.changes/v0.7.2.md b/.changes/v0.7.2.md new file mode 100644 index 0000000..adfd7c6 --- /dev/null +++ b/.changes/v0.7.2.md @@ -0,0 +1,3 @@ +## v0.7.2 - 2025-02-14 +### Fixed +* CI configs diff --git a/CHANGELOG.md b/CHANGELOG.md index bd92515..fc7cd39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v0.7.2 - 2025-02-14 +### Fixed +* CI configs + ## v0.7.1 - 2025-02-14 ### Fixed * Incorrect local config file loading logic caused files to not be detected diff --git a/cmd/version.go b/cmd/version.go index fda0d53..2d95371 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -7,7 +7,7 @@ import ( "github.com/spf13/cobra" ) -const versionStr = "0.7.1" +const versionStr = "0.7.2" var ( versionCmd = &cobra.Command{