Skip to content

Commit 6cb56f0

Browse files
authored
Merge pull request #442 from k1LoW/tagpr-from-v0.62.4
Release for v0.62.5
2 parents 5f0384a + d973839 commit 6cb56f0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## [v0.62.5](https://github.com/k1LoW/octocov/compare/v0.62.4...v0.62.5) - 2025-01-12
4+
### Other Changes
5+
- Fix lint warn by @k1LoW in https://github.com/k1LoW/octocov/pull/441
6+
- docs: fix a typo in Readme by @mikatuo in https://github.com/k1LoW/octocov/pull/440
7+
- Update pkgs by @k1LoW in https://github.com/k1LoW/octocov/pull/444
8+
39
## [v0.62.4](https://github.com/k1LoW/octocov/compare/v0.62.3...v0.62.4) - 2024-12-19
410
### Other Changes
511
- Update pkgs by @k1LoW in https://github.com/k1LoW/octocov/pull/433

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

0 commit comments

Comments
 (0)