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

Commit 0d8270b

Browse files
committed
renamed the release and fixed the version and updated the release notes, locking down main
1 parent 6a41738 commit 0d8270b

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

docs/release_notes/v0.0.1.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/release_notes/v0.1.0.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Release 0.1.0
2+
3+
- bug: fix the version gathering logic for semver (#11)
4+
- feat: add conditions and release to replication controller (#10)
5+
- chore(deps): update to latest version (#9)
6+
- Fix the deployment rbac and service account names (#6)
7+
- chore(gen): add license information to individual files (#3)
8+
- feat: build and push docker image to ghcr (#5)
9+
- Add and fix verification (#4)
10+
- Add verification before transfer (#2)
11+
- Update transfer handler options (#1)

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.0.1"
8+
var ReleaseVersion = "v0.1.0"
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)