Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

Commit 023090b

Browse files
committed
feat: add release for v0.4.1
1 parent e185b91 commit 023090b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/release_notes/v0.4.1.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Release 0.4.1
2+
3+
- feat: create branch protection rules for gitea (#44)
4+
- feat: create a status check and store the generated pr id (#43)
5+
- feat: create branch protection rules for github (#42)

pkg/version/release.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
package version
66

77
// ReleaseVersion is the version number in semver format "vX.Y.Z", prefixed with "v".
8-
var ReleaseVersion = "v0.4.0"
8+
var ReleaseVersion = "v0.4.1"
99

1010
// ReleaseCandidate is the release candidate ID in format "rc.X", which will be appended to the release version.
1111
var ReleaseCandidate = "rc.1"

0 commit comments

Comments
 (0)