Skip to content

Commit 945674a

Browse files
authored
Merge pull request #4 from snkrdunk/tagpr-from-v0.65.1
Release for v0.65.2
2 parents 4dd5d51 + b6d8684 commit 945674a

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.65.2](https://github.com/snkrdunk/octocov/compare/v0.65.1...v0.65.2) - 2025-04-04
4+
### Other Changes
5+
- replace repository name by @TP-113 in https://github.com/snkrdunk/octocov/pull/3
6+
37
## [v0.65.1](https://github.com/snkrdunk/octocov/commits/v0.65.1) - 2025-03-31
48
### Other Changes
59
- merge root repo by @TP-113 in https://github.com/snkrdunk/octocov/pull/1

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

0 commit comments

Comments
 (0)