We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f16700 + 037c28d commit 072dd94Copy full SHA for 072dd94
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
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
+
7
## [v0.62.2](https://github.com/k1LoW/octocov/compare/v0.62.1...v0.62.2) - 2024-11-25
8
### Other Changes
9
- chore(deps): bump the dependencies group across 1 directory with 16 updates by @dependabot in https://github.com/k1LoW/octocov/pull/414
version/version.go
@@ -4,4 +4,4 @@ package version
const Name string = "octocov"
// Version for this.
-var Version = "0.62.2" //nostyle:repetition
+var Version = "0.62.3" //nostyle:repetition
0 commit comments