Skip to content

Commit a9caba6

Browse files
authored
Merge pull request #455 from k1LoW/tagpr-from-v0.62.6
Release for v0.63.0
2 parents 3e8b859 + 944cb10 commit a9caba6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [v0.63.0](https://github.com/k1LoW/octocov/compare/v0.62.6...v0.63.0) - 2025-02-22
4+
### Breaking Changes 🛠
5+
- fix(deps): update goccy/go-yaml by @k1LoW in https://github.com/k1LoW/octocov/pull/460
6+
### Other Changes
7+
- chore(deps): update Go version to 1.23.6 in go.mod by @k1LoW in https://github.com/k1LoW/octocov/pull/456
8+
- chore(deps): bump the dependencies group across 1 directory with 15 updates by @dependabot in https://github.com/k1LoW/octocov/pull/461
9+
310
## [v0.62.6](https://github.com/k1LoW/octocov/compare/v0.62.5...v0.62.6) - 2025-02-03
411
### Other Changes
512
- chore: Update go directive version by @k1LoW in https://github.com/k1LoW/octocov/pull/448

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

0 commit comments

Comments
 (0)