File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed
Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1+ # Release v0.28.0
2+
3+ ## 🧰 Maintenance
4+
5+ <details >
6+ <summary >4 changes</summary >
7+
8+ - chore(deps): bump the go group with 2 updates (#790 )
9+ - chore(deps): bump the go group with 7 updates (#788 )
10+ - chore(deps): bump golang.org/x/crypto from 0.44.0 to 0.45.0 (#784 )
11+ - chore(deps): bump the go group across 1 directory with 18 updates (#782 )
12+ </details >
13+
14+ ## ⬆️ Dependencies
15+
16+ <details >
17+ <summary >4 changes</summary >
18+
19+ - chore(deps): bump the go group with 2 updates (#790 )
20+ - chore(deps): bump the go group with 7 updates (#788 )
21+ - chore(deps): bump golang.org/x/crypto from 0.44.0 to 0.45.0 (#784 )
22+ - chore(deps): bump the go group across 1 directory with 18 updates (#782 )
23+ </details >
Original file line number Diff line number Diff line change 11package version
22
33// ReleaseVersion is the version number in semver format "vX.Y.Z", prefixed with "v".
4- var ReleaseVersion = "v0.27.2 "
4+ var ReleaseVersion = "v0.28.0 "
55
66// ReleaseCandidate is the release candidate ID in format "rc.X", which will be appended to the release version.
77var ReleaseCandidate = "rc.1"
You can’t perform that action at this time.
0 commit comments