File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ v0.65.1] ( https://github.com/k1LoW/octocov/compare/v0.65.0...v0.65.1 ) - 2025-03-22
4
+ ### Other Changes
5
+ - ci: pin dependencies using pinact by @k1LoW in https://github.com/k1LoW/octocov/pull/474
6
+ - chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 by @dependabot in https://github.com/k1LoW/octocov/pull/477
7
+
3
8
## [ v0.65.0] ( https://github.com/k1LoW/octocov/compare/v0.64.0...v0.65.0 ) - 2025-03-17
4
9
### New Features 🎉
5
10
- [ Feature Reqeust] Add message to code metrics report by @terut in https://github.com/k1LoW/octocov/pull/471
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ package version
4
4
const Name string = "octocov"
5
5
6
6
// Version for this.
7
- var Version = "0.65.0 " //nostyle:repetition
7
+ var Version = "0.65.1 " //nostyle:repetition
You can’t perform that action at this time.
0 commit comments