Skip to content

Commit

Permalink
feat: add release docs for 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarlso committed Jul 19, 2023
1 parent 8d852cd commit 8a2e657
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/release_notes/v0.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Release 0.2.0

- updated [ocm](https://github.com/open-component-model/ocm) to the latest version.
- added gitea support for pull request validation (#29)
2 changes: 1 addition & 1 deletion pkg/version/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
package version

// ReleaseVersion is the version number in semver format "vX.Y.Z", prefixed with "v".
var ReleaseVersion = "v0.1.0"
var ReleaseVersion = "v0.2.0"

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

0 comments on commit 8a2e657

Please sign in to comment.