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

Commit a47c8a8

Browse files
authored
docs: add release docs for v0.11.1 (#102)
1 parent 5fa4940 commit a47c8a8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/release_notes/v0.11.1.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Release 0.11.1
2+
3+
- Fix Path Bug (#101)
4+
- sec: zip-slip fix (#100)

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