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

Commit 5b6ec9e

Browse files
authored
Merge pull request #23 from open-component-model/release-v020
feat: add release notes
2 parents 0b50ed9 + 7f7917b commit 5b6ec9e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/release_notes/v0.2.0.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Release 0.2.0
2+
3+
- feat: adding service account as possible creds (#21)
4+
- feat: make destination optional and a no-op (#20)
5+
- Improve README (#19)

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