diff --git a/.changes/v0.7.4.md b/.changes/v0.7.4.md new file mode 100644 index 0000000..48f8ccb --- /dev/null +++ b/.changes/v0.7.4.md @@ -0,0 +1,5 @@ +## v0.7.4 - 2025-02-14 +### Changed +* CI configs +### Fixed +* v0.7.1: Incorrect local config file loading logic caused files to not be detected diff --git a/.goreleaser/gitea.yml b/.goreleaser/gitea.yml index 711a524..8a4ee67 100644 --- a/.goreleaser/gitea.yml +++ b/.goreleaser/gitea.yml @@ -6,7 +6,6 @@ before: builds: - env: - CGO_ENABLED=0 - - GOPROXY=https://goproxy.io goos: - freebsd - linux diff --git a/.goreleaser/github.yml b/.goreleaser/github.yml index a3f1e22..7ffaa22 100644 --- a/.goreleaser/github.yml +++ b/.goreleaser/github.yml @@ -1,4 +1,3 @@ -# This is an example .goreleaser.yml file with some sensible defaults. # Make sure to check the documentation at https://goreleaser.com version: 2 before: diff --git a/.woodpecker/gitea.yml b/.woodpecker/gitea.yml index fbd74a5..14d257e 100644 --- a/.woodpecker/gitea.yml +++ b/.woodpecker/gitea.yml @@ -1,3 +1,4 @@ +name: goreleaser release steps: release: image: goreleaser/goreleaser diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eb4378..17f4c62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v0.7.4 - 2025-02-14 +### Changed +* CI configs +### Fixed +* v0.7.1: Incorrect local config file loading logic caused files to not be detected + ## v0.7.3 - 2025-02-14 ### Changed * GoReleaser configs diff --git a/cmd/version.go b/cmd/version.go index d4fa7a8..a90faa7 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -7,7 +7,7 @@ import ( "github.com/spf13/cobra" ) -const versionStr = "0.7.3" +const versionStr = "0.7.4" var ( versionCmd = &cobra.Command{