Skip to content

Commit fe24386

Browse files
authored
Merge pull request #449 from k1LoW/tagpr-from-v0.62.5
Release for v0.62.6
2 parents 1d2659e + 9efe374 commit fe24386

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## [v0.62.6](https://github.com/k1LoW/octocov/compare/v0.62.5...v0.62.6) - 2025-02-03
4+
### Other Changes
5+
- chore: Update go directive version by @k1LoW in https://github.com/k1LoW/octocov/pull/448
6+
- chore(deps): bump the dependencies group across 1 directory with 12 updates by @dependabot in https://github.com/k1LoW/octocov/pull/450
7+
38
## [v0.62.5](https://github.com/k1LoW/octocov/compare/v0.62.4...v0.62.5) - 2025-01-12
49
### Other Changes
510
- Fix lint warn by @k1LoW in https://github.com/k1LoW/octocov/pull/441

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

0 commit comments

Comments
 (0)