Skip to content

Commit 292caf4

Browse files
authored
Merge pull request #475 from k1LoW/tagpr-from-v0.65.0
Release for v0.65.1
2 parents 8c16bee + 035ae1a commit 292caf4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

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+
38
## [v0.65.0](https://github.com/k1LoW/octocov/compare/v0.64.0...v0.65.0) - 2025-03-17
49
### New Features 🎉
510
- [Feature Reqeust] Add message to code metrics report by @terut in https://github.com/k1LoW/octocov/pull/471

Diff for: version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ package version
44
const Name string = "octocov"
55

66
// Version for this.
7-
var Version = "0.65.0" //nostyle:repetition
7+
var Version = "0.65.1" //nostyle:repetition

0 commit comments

Comments
 (0)