Skip to content

Commit 72e299e

Browse files
authored
Merge pull request #316 from k1LoW/tagpr-from-v0.56.2
Release for v0.56.3
2 parents 448ec00 + 79edcf2 commit 72e299e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [v0.56.3](https://github.com/k1LoW/octocov/compare/v0.56.2...v0.56.3) - 2024-01-24
4+
### Fix bug 🐛
5+
- Fix path handling for Windows by @k1LoW in https://github.com/k1LoW/octocov/pull/315
6+
37
## [v0.56.2](https://github.com/k1LoW/octocov/compare/v0.56.1...v0.56.2) - 2024-01-23
48
### New Features 🎉
59
- Support Windows by @k1LoW in https://github.com/k1LoW/octocov/pull/313

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

0 commit comments

Comments
 (0)