Skip to content

Commit 481aaad

Browse files
authored
Merge pull request #464 from k1LoW/tagpr-from-v0.63.0
Release for v0.64.0
2 parents 56a27f0 + ae880cd commit 481aaad

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.64.0](https://github.com/k1LoW/octocov/compare/v0.63.0...v0.64.0) - 2025-02-28
4+
### Other Changes
5+
- Upgrade go-github (and the dependants) and pass name option by @wreulicke in https://github.com/k1LoW/octocov/pull/463
6+
- chore(deps): bump google.golang.org/api from 0.218.0 to 0.222.0 in the dependencies group by @dependabot in https://github.com/k1LoW/octocov/pull/462
7+
38
## [v0.63.0](https://github.com/k1LoW/octocov/compare/v0.62.6...v0.63.0) - 2025-02-22
49
### Breaking Changes 🛠
510
- fix(deps): update goccy/go-yaml by @k1LoW in https://github.com/k1LoW/octocov/pull/460

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

0 commit comments

Comments
 (0)