Skip to content

Commit 7d8c6fb

Browse files
authored
Merge pull request #468 from k1LoW/tagpr-from-v0.64.0
Release for v0.65.0
2 parents ca22389 + 9f5d1ac commit 7d8c6fb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: CHANGELOG.md

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

3+
## [v0.65.0](https://github.com/k1LoW/octocov/compare/v0.64.0...v0.65.0) - 2025-03-17
4+
### New Features 🎉
5+
- [Feature Reqeust] Add message to code metrics report by @terut in https://github.com/k1LoW/octocov/pull/471
6+
### Other Changes
7+
- chore(deps): bump golang.org/x/net from 0.35.0 to 0.36.0 by @dependabot in https://github.com/k1LoW/octocov/pull/467
8+
- ci: update CI workflow and Go version by @k1LoW in https://github.com/k1LoW/octocov/pull/472
9+
- chore(deps): bump the dependencies group across 1 directory with 14 updates by @dependabot in https://github.com/k1LoW/octocov/pull/473
10+
311
## [v0.64.0](https://github.com/k1LoW/octocov/compare/v0.63.0...v0.64.0) - 2025-02-28
412
### Other Changes
513
- Upgrade go-github (and the dependants) and pass name option by @wreulicke in https://github.com/k1LoW/octocov/pull/463

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.64.0" //nostyle:repetition
7+
var Version = "0.65.0" //nostyle:repetition

0 commit comments

Comments
 (0)