Skip to content

Commit 072dd94

Browse files
authored
Merge pull request #427 from k1LoW/tagpr-from-v0.62.2
2 parents 6f16700 + 037c28d commit 072dd94

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: CHANGELOG.md

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

3+
## [v0.62.3](https://github.com/k1LoW/octocov/compare/v0.62.2...v0.62.3) - 2024-11-27
4+
### Other Changes
5+
- chore(deps): bump github.com/cli/go-gh/v2 from 2.6.0 to 2.11.1 by @dependabot in https://github.com/k1LoW/octocov/pull/426
6+
37
## [v0.62.2](https://github.com/k1LoW/octocov/compare/v0.62.1...v0.62.2) - 2024-11-25
48
### Other Changes
59
- chore(deps): bump the dependencies group across 1 directory with 16 updates by @dependabot in https://github.com/k1LoW/octocov/pull/414

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

0 commit comments

Comments
 (0)