We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 448ec00 + 79edcf2 commit 72e299eCopy full SHA for 72e299e
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
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
+
7
## [v0.56.2](https://github.com/k1LoW/octocov/compare/v0.56.1...v0.56.2) - 2024-01-23
8
### New Features 🎉
9
- Support Windows by @k1LoW in https://github.com/k1LoW/octocov/pull/313
version/version.go
@@ -4,4 +4,4 @@ package version
const Name string = "octocov"
// Version for this.
-var Version = "0.56.2" //nostyle:repetition
+var Version = "0.56.3" //nostyle:repetition
0 commit comments