Skip to content

Commit 4ee6018

Browse files
committed
v0.7.4
1 parent 161ad31 commit 4ee6018

File tree

6 files changed

+13
-3
lines changed

6 files changed

+13
-3
lines changed

.changes/v0.7.4.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## v0.7.4 - 2025-02-14
2+
### Changed
3+
* CI configs
4+
### Fixed
5+
* v0.7.1: Incorrect local config file loading logic caused files to not be detected

.goreleaser/gitea.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ before:
66
builds:
77
- env:
88
- CGO_ENABLED=0
9-
- GOPROXY=https://goproxy.io
109
goos:
1110
- freebsd
1211
- linux

.goreleaser/github.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# This is an example .goreleaser.yml file with some sensible defaults.
21
# Make sure to check the documentation at https://goreleaser.com
32
version: 2
43
before:

.woodpecker/gitea.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: goreleaser release
12
steps:
23
release:
34
image: goreleaser/goreleaser

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
66
and is generated by [Changie](https://github.com/miniscruff/changie).
77

88

9+
## v0.7.4 - 2025-02-14
10+
### Changed
11+
* CI configs
12+
### Fixed
13+
* v0.7.1: Incorrect local config file loading logic caused files to not be detected
14+
915
## v0.7.3 - 2025-02-14
1016
### Changed
1117
* GoReleaser configs

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"github.com/spf13/cobra"
88
)
99

10-
const versionStr = "0.7.3"
10+
const versionStr = "0.7.4"
1111

1212
var (
1313
versionCmd = &cobra.Command{

0 commit comments

Comments
 (0)