Skip to content

Commit

Permalink
Merge pull request #269 from k1LoW/tagpr-from-v0.51.5
Browse files Browse the repository at this point in the history
Release for v0.51.6
  • Loading branch information
k1LoW authored Sep 6, 2023
2 parents 0d2c00a + 1031fa0 commit bd079c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [v0.51.6](https://github.com/k1LoW/octocov/compare/v0.51.5...v0.51.6) - 2023-09-06
### Fix bug 🐛
- swap fileA and fileB results because it was reversed by @rajyan in https://github.com/k1LoW/octocov/pull/268

## [v0.51.5](https://github.com/k1LoW/octocov/compare/v0.51.4...v0.51.5) - 2023-09-06
### Fix bug 🐛
- Fix diff metrics table (panic: runtime error: invalid memory address or nil pointer dereference) by @k1LoW in https://github.com/k1LoW/octocov/pull/266
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.51.5"
var Version = "0.51.6"

0 comments on commit bd079c7

Please sign in to comment.