Skip to content

Commit

Permalink
Merge pull request #455 from k1LoW/tagpr-from-v0.62.6
Browse files Browse the repository at this point in the history
Release for v0.63.0
  • Loading branch information
k1LoW authored Feb 22, 2025
2 parents 3e8b859 + 944cb10 commit a9caba6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [v0.63.0](https://github.com/k1LoW/octocov/compare/v0.62.6...v0.63.0) - 2025-02-22
### Breaking Changes 🛠
- fix(deps): update goccy/go-yaml by @k1LoW in https://github.com/k1LoW/octocov/pull/460
### Other Changes
- chore(deps): update Go version to 1.23.6 in go.mod by @k1LoW in https://github.com/k1LoW/octocov/pull/456
- chore(deps): bump the dependencies group across 1 directory with 15 updates by @dependabot in https://github.com/k1LoW/octocov/pull/461

## [v0.62.6](https://github.com/k1LoW/octocov/compare/v0.62.5...v0.62.6) - 2025-02-03
### Other Changes
- chore: Update go directive version by @k1LoW in https://github.com/k1LoW/octocov/pull/448
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ package version
const Name string = "octocov"

// Version for this.
var Version = "0.62.6" //nostyle:repetition
var Version = "0.63.0" //nostyle:repetition

0 comments on commit a9caba6

Please sign in to comment.