Skip to content

Commit

Permalink
feat: add new release docs for v0.3.1 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarlso authored Aug 31, 2023
1 parent e6c88a9 commit b189f44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/release_notes/v0.3.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Release 0.3.1

- feat: add deployed condition and check for existing snapshot in pipeline scheduler (#39)
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.3.0"
var ReleaseVersion = "v0.3.1"

// 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 b189f44

Please sign in to comment.