Skip to content

Commit

Permalink
Merge pull request #265 from k1LoW/tagpr-from-v0.51.4
Browse files Browse the repository at this point in the history
Release for v0.51.5
  • Loading branch information
k1LoW authored Sep 6, 2023
2 parents 9eb5c7c + 65a68f0 commit 959db59
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.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

## [v0.51.4](https://github.com/k1LoW/octocov/compare/v0.51.3...v0.51.4) - 2023-09-03
### Other Changes
- Enhance validation related to custom metrics (e.g., key uniqueness) by @k1LoW in https://github.com/k1LoW/octocov/pull/264
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.4"
var Version = "0.51.5"

0 comments on commit 959db59

Please sign in to comment.