Skip to content

Commit

Permalink
Merge pull request #398 from k1LoW/tagpr-from-v0.61.1
Browse files Browse the repository at this point in the history
Release for v0.62.0
  • Loading branch information
k1LoW authored Jul 10, 2024
2 parents 77d27cc + 2547c34 commit 60de7b5
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.62.0](https://github.com/k1LoW/octocov/compare/v0.61.1...v0.62.0) - 2024-07-10
### Breaking Changes 🛠
- Always count by LOC when merging multiple coverage. by @k1LoW in https://github.com/k1LoW/octocov/pull/395
### Other Changes
- Fix lint warn by @k1LoW in https://github.com/k1LoW/octocov/pull/396
- chore(deps): bump google.golang.org/grpc from 1.64.0 to 1.64.1 by @dependabot in https://github.com/k1LoW/octocov/pull/393

## [v0.61.1](https://github.com/k1LoW/octocov/compare/v0.61.0...v0.61.1) - 2024-07-03
### Other Changes
- Update go version by @k1LoW in https://github.com/k1LoW/octocov/pull/389
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.61.1" //nostyle:repetition
var Version = "0.62.0" //nostyle:repetition

0 comments on commit 60de7b5

Please sign in to comment.