v0.7.2
ci/woodpecker/push/publish-docs Pipeline was successful
ci/woodpecker/tag/gitea Pipeline failed
ci/woodpecker/tag/publish-docs Pipeline was successful

This commit is contained in:
2025-02-14 12:21:21 -06:00
parent 4981acbf9d
commit 7c5f4a95da
3 changed files with 8 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
## v0.7.2 - 2025-02-14
### Fixed
* CI configs
+4
View File
@@ -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). 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 ## v0.7.1 - 2025-02-14
### Fixed ### Fixed
* Incorrect local config file loading logic caused files to not be detected * Incorrect local config file loading logic caused files to not be detected
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"github.com/spf13/cobra" "github.com/spf13/cobra"
) )
const versionStr = "0.7.1" const versionStr = "0.7.2"
var ( var (
versionCmd = &cobra.Command{ versionCmd = &cobra.Command{