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

Commit 4ab0cf1

Browse files
authored
docs: add release docs for v0.11.0 (#97)
1 parent ffca44f commit 4ab0cf1

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/release_notes/v0.11.0.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Release 0.11.0
2+
3+
- dep: update ocm-controller to v0.18.1 (#96)
4+
- chore(deps): bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 (#87)
5+
- Skip Report generation on scheduled run + non PR runs (#92)
6+
- chore(deps): bump the ci group with 3 updates (#88)
7+
- Create dependabot.yml (#82)
8+
- feat: applying lint and fixing the lint issues (#86)
9+
- Add Reports to Mend Scans (#84)
10+
- docs: update the README and add relevant information (#85)

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